@charset "UTF-8"; /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #4a81d4;
    --indigo: #675aa9;
    --purple: #6658dd;
    --pink: #f672a7;
    --red: #f1556c;
    --orange: #fd7e14;
    --yellow: #f7b84b;
    --green-lt: #f2fef0;
    --green: #1abc9c;
    --teal: #02a8b5;
    --cyan: #4fc6e1;
    --white: #fff;
    --gray: #98a6ad;
    --gray-dark: #343a40;
    --primary: #6658dd;
    --secondary: #6c757d;
    --success: #1abc9c;
    --info: #4fc6e1;
    --warning: #f7b84b;
    --danger: #f1556c;
    --light: #f1f5f7;
    --dark: #323a46;
    --pink: #f672a7;
    --blue: #4a81d4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    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: Nunito, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: left;
    background-color: #f5f6f8
}

[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: 1.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: #337ab7;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #3827c1;
        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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: .85rem;
    padding-bottom: .85rem;
    color: #6c757d;
    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: 1.5rem;
    font-weight: 400;
    line-height: 1.1
}

.h1, h1 {
    font-size: 2.25rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h3, h3 {
    font-size: 1.5rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .9375rem
}

.h6, h6 {
    font-size: .75rem
}

.lead {
    font-size: 1.09375rem;
    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 #f7f7f7
}

.small, small {
    font-size: .75rem;
    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: 6px
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .75rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #f672a7;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    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: 12px;
    padding-left: 12px;
    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: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.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 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.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.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .modal-dialog.sm-width {
        max-width: 500px;
    }
}

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #6c757d
}

    .table td, .table th {
        padding: .85rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm td, .table-sm th {
    padding: .5rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f5f7
}

.table-hover tbody tr:hover {
    color: #6c757d;
    background-color: #f1f5f7
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #d4d0f5
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #afa8ed
    }

.table-hover .table-primary:hover {
    background-color: #c1bbf1
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #c1bbf1
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #bfece3
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #88dccc
    }

.table-hover .table-success:hover {
    background-color: #abe6da
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #abe6da
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #ceeff7
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #a3e1ef
    }

.table-hover .table-info:hover {
    background-color: #b8e8f3
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #b8e8f3
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fdebcd
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #fbdaa1
    }

.table-hover .table-warning:hover {
    background-color: #fce1b4
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #fce1b4
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fbcfd6
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f8a7b3
    }

.table-hover .table-danger:hover {
    background-color: #f9b7c2
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f9b7c2
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fbfcfd
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #f8fafb
    }

.table-hover .table-light:hover {
    background-color: #eaeff5
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #eaeff5
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8cb
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #94999f
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbf
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbf
    }

.table-pink, .table-pink > td, .table-pink > th {
    background-color: #fcd8e6
}

    .table-pink tbody + tbody, .table-pink td, .table-pink th, .table-pink thead th {
        border-color: #fab6d1
    }

.table-hover .table-pink:hover {
    background-color: #fac0d7
}

    .table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
        background-color: #fac0d7
    }

.table-blue, .table-blue > td, .table-blue > th {
    background-color: #ccdcf3
}

    .table-blue tbody + tbody, .table-blue td, .table-blue th, .table-blue thead th {
        border-color: #a1bde9
    }

.table-hover .table-blue:hover {
    background-color: #b7ceee
}

    .table-hover .table-blue:hover > td, .table-hover .table-blue:hover > th {
        background-color: #b7ceee
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, .075)
    }

.table .thead-dark th {
    color: #98a6ad;
    background-color: #323a46;
    border-color: #424c5c
}

.table .thead-light th {
    color: #6c757d;
    background-color: #f1f5f7;
    border-color: #dee2e6
}

.table-dark {
    color: #98a6ad;
    background-color: #323a46
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #424c5c
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, .05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    -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: #495057;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #6c757d;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.45rem + 1px);
    padding-bottom: calc(.45rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.28rem + 1px);
    padding-bottom: calc(.28rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .45rem;
    padding-bottom: .45rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .28rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #98a6ad
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #1abc9c
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(26, 188, 156, .9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #1abc9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #1abc9c;
        -webkit-box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25);
        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #1abc9c;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #1abc9c;
        -webkit-box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25);
        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #1abc9c
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #1abc9c
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #1abc9c
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #28e1bd;
    background-color: #28e1bd
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25);
    box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1abc9c
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #1abc9c
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #1abc9c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25);
    box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f1556c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 85, 108, .9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f1556c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f1556c;
        -webkit-box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25);
        box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #f1556c;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #f1556c;
        -webkit-box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25);
        box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f1556c
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f1556c
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #f1556c
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #f58495;
    background-color: #f58495
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25);
    box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f1556c
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f1556c
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f1556c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25);
    box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    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: .45rem .9rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #6c757d;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .25);
    box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #6658dd;
    border-color: #6658dd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4938d7;
        border-color: #3f2ed4
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(125, 113, 226, .5);
        box-shadow: 0 0 0 .15rem rgba(125, 113, 226, .5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #6658dd;
        border-color: #6658dd
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #3f2ed4;
        border-color: #3b29cc
    }

        .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(125, 113, 226, .5);
            box-shadow: 0 0 0 .15rem rgba(125, 113, 226, .5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(130, 138, 145, .5);
        box-shadow: 0 0 0 .15rem rgba(130, 138, 145, .5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .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(130, 138, 145, .5);
            box-shadow: 0 0 0 .15rem rgba(130, 138, 145, .5)
        }

.btn-success {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

    .btn-success:hover {
        color: #fff;
        background-color: #159a80;
        border-color: #148f77
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(60, 198, 171, .5);
        box-shadow: 0 0 0 .15rem rgba(60, 198, 171, .5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #1abc9c;
        border-color: #1abc9c
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #148f77;
        border-color: #12846e
    }

        .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(60, 198, 171, .5);
            box-shadow: 0 0 0 .15rem rgba(60, 198, 171, .5)
        }

.btn-info {
    color: #fff;
    background-color: #4fc6e1;
    border-color: #4fc6e1
}

    .btn-info:hover {
        color: #fff;
        background-color: #2ebbdb;
        border-color: #25b7d8
    }

    .btn-info.focus, .btn-info:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(105, 207, 230, .5);
        box-shadow: 0 0 0 .15rem rgba(105, 207, 230, .5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #4fc6e1;
        border-color: #4fc6e1
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #25b7d8;
        border-color: #23aecd
    }

        .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(105, 207, 230, .5);
            box-shadow: 0 0 0 .15rem rgba(105, 207, 230, .5)
        }

.btn-warning {
    color: #343a40;
    background-color: #f7b84b;
    border-color: #f7b84b
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f5aa26;
        border-color: #f5a51a
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(218, 165, 73, .5);
        box-shadow: 0 0 0 .15rem rgba(218, 165, 73, .5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #343a40;
        background-color: #f7b84b;
        border-color: #f7b84b
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #f5a51a;
        border-color: #f4a00e
    }

        .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, 73, .5);
            box-shadow: 0 0 0 .15rem rgba(218, 165, 73, .5)
        }

.btn-danger {
    color: #fff;
    background-color: #f1556c;
    border-color: #f1556c
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ee324d;
        border-color: #ed2643
    }

    .btn-danger.focus, .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(243, 111, 130, .5);
        box-shadow: 0 0 0 .15rem rgba(243, 111, 130, .5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #f1556c;
        border-color: #f1556c
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ed2643;
        border-color: #ec1a39
    }

        .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(243, 111, 130, .5);
            box-shadow: 0 0 0 .15rem rgba(243, 111, 130, .5)
        }

.btn-light {
    color: #343a40;
    background-color: #f1f5f7;
    border-color: #f1f5f7
}

    .btn-light:hover {
        color: #343a40;
        background-color: #d9e4e9;
        border-color: #d1dee4
    }

    .btn-light.focus, .btn-light:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(213, 217, 220, .5);
        box-shadow: 0 0 0 .15rem rgba(213, 217, 220, .5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #343a40;
        background-color: #f1f5f7;
        border-color: #f1f5f7
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #343a40;
        background-color: #d1dee4;
        border-color: #c8d8e0
    }

        .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(213, 217, 220, .5);
            box-shadow: 0 0 0 .15rem rgba(213, 217, 220, .5)
        }

.btn-dark {
    color: #fff;
    background-color: #323a46;
    border-color: #323a46
}

    .btn-dark:hover {
        color: #fff;
        background-color: #222830;
        border-color: #1d2128
    }

    .btn-dark.focus, .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(81, 88, 98, .5);
        box-shadow: 0 0 0 .15rem rgba(81, 88, 98, .5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #323a46;
        border-color: #323a46
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2128;
        border-color: #171b21
    }

        .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(81, 88, 98, .5);
            box-shadow: 0 0 0 .15rem rgba(81, 88, 98, .5)
        }

.btn-pink {
    color: #fff;
    background-color: #f672a7;
    border-color: #f672a7
}

    .btn-pink:hover {
        color: #fff;
        background-color: #f44e91;
        border-color: #f34289
    }

    .btn-pink.focus, .btn-pink:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5);
        box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5)
    }

    .btn-pink.disabled, .btn-pink:disabled {
        color: #fff;
        background-color: #f672a7;
        border-color: #f672a7
    }

    .btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active, .show > .btn-pink.dropdown-toggle {
        color: #fff;
        background-color: #f34289;
        border-color: #f23682
    }

        .btn-pink:not(:disabled):not(.disabled).active:focus, .btn-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-pink.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5);
            box-shadow: 0 0 0 .15rem rgba(247, 135, 180, .5)
        }

.btn-blue {
    color: #fff;
    background-color: #4a81d4;
    border-color: #4a81d4
}

    .btn-blue:hover {
        color: #fff;
        background-color: #306cc8;
        border-color: #2d67be
    }

    .btn-blue.focus, .btn-blue:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5);
        box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5)
    }

    .btn-blue.disabled, .btn-blue:disabled {
        color: #fff;
        background-color: #4a81d4;
        border-color: #4a81d4
    }

    .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show > .btn-blue.dropdown-toggle {
        color: #fff;
        background-color: #2d67be;
        border-color: #2b61b4
    }

        .btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-blue.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5);
            box-shadow: 0 0 0 .15rem rgba(101, 148, 218, .5)
        }

.btn-outline-primary {
    color: #6658dd;
    border-color: #6658dd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #6658dd;
        border-color: #6658dd
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5);
        box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #6658dd;
        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: #6658dd;
        border-color: #6658dd
    }

        .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(102, 88, 221, .5);
            box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5);
        box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        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: #6c757d;
        border-color: #6c757d
    }

        .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(108, 117, 125, .5);
            box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
        }

.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #1abc9c;
        border-color: #1abc9c
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5);
        box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #1abc9c;
        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: #1abc9c;
        border-color: #1abc9c
    }

        .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(26, 188, 156, .5);
            box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
        }

.btn-outline-info {
    color: #4fc6e1;
    border-color: #4fc6e1
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #4fc6e1;
        border-color: #4fc6e1
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5);
        box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #4fc6e1;
        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: #fff;
        background-color: #4fc6e1;
        border-color: #4fc6e1
    }

        .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(79, 198, 225, .5);
            box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
        }

.btn-outline-warning {
    color: #f7b84b;
    border-color: #f7b84b
}

    .btn-outline-warning:hover {
        color: #343a40;
        background-color: #f7b84b;
        border-color: #f7b84b
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5);
        box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #f7b84b;
        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: #343a40;
        background-color: #f7b84b;
        border-color: #f7b84b
    }

        .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(247, 184, 75, .5);
            box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
        }

.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f1556c;
        border-color: #f1556c
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5);
        box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f1556c;
        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: #f1556c;
        border-color: #f1556c
    }

        .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(241, 85, 108, .5);
            box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
        }

.btn-outline-light {
    color: #f1f5f7;
    border-color: #f1f5f7
}

    .btn-outline-light:hover {
        color: #343a40;
        background-color: #f1f5f7;
        border-color: #f1f5f7
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5);
        box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f1f5f7;
        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: #343a40;
        background-color: #f1f5f7;
        border-color: #f1f5f7
    }

        .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(241, 245, 247, .5);
            box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5)
        }

.btn-outline-dark {
    color: #323a46;
    border-color: #323a46
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #323a46;
        border-color: #323a46
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5);
        box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #323a46;
        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: #323a46;
        border-color: #323a46
    }

        .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(50, 58, 70, .5);
            box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
        }

.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7
}

    .btn-outline-pink:hover {
        color: #fff;
        background-color: #f672a7;
        border-color: #f672a7
    }

    .btn-outline-pink.focus, .btn-outline-pink:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5);
        box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
    }

    .btn-outline-pink.disabled, .btn-outline-pink:disabled {
        color: #f672a7;
        background-color: transparent
    }

    .btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active, .show > .btn-outline-pink.dropdown-toggle {
        color: #fff;
        background-color: #f672a7;
        border-color: #f672a7
    }

        .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5);
            box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
        }

.btn-outline-blue {
    color: #4a81d4;
    border-color: #4a81d4
}

    .btn-outline-blue:hover {
        color: #fff;
        background-color: #4a81d4;
        border-color: #4a81d4
    }

    .btn-outline-blue.focus, .btn-outline-blue:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5);
        box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
    }

    .btn-outline-blue.disabled, .btn-outline-blue:disabled {
        color: #4a81d4;
        background-color: transparent
    }

    .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active, .show > .btn-outline-blue.dropdown-toggle {
        color: #fff;
        background-color: #4a81d4;
        border-color: #4a81d4
    }

        .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5);
            box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
        }

.btn-link {
    font-weight: 400;
    color: #6658dd;
    text-decoration: none
}

    .btn-link:hover {
        color: #3827c1;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #adb5bd;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .15rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .28rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .15rem
}

.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-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .25rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7eef1;
    border-radius: .25rem
}

.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
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.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::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 #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.2rem;
    clear: both;
    font-weight: 400;
    color: #6c757d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #272e37;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #323a46;
        text-decoration: none;
        background-color: #f7f7f7
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block !important;
}

.dropdown-item a {
    cursor: pointer;
}

.dropdown-header {
    display: block;
    padding: .25rem 1.2rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: inherit;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .375rem 1.2rem;
    color: #6c757d
}

.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: .675rem;
    padding-left: .675rem
}

    .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: .6rem;
    padding-left: .6rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.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: .45rem .9rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .2rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .28rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.9rem
}

.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
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #6658dd;
        border-color: #6658dd;
        background-color: #6658dd
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25);
        box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .15625rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .15625rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.15625rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem 1.9rem .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #b1bbc4;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .custom-select:focus::-ms-value {
            color: #6c757d;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .9rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #b1bbc4;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .2rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .9rem);
        padding: .45rem .9rem;
        line-height: 1.5;
        color: #6c757d;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .2rem .2rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .3rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25);
            box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgba(102, 88, 221, .25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #6658dd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #eeecfb
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6658dd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #eeecfb
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .15rem;
    margin-left: .15rem;
    background-color: #6658dd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #eeecfb
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.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: #6c757d;
        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: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #6658dd
    }

.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: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    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.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .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
        }
}

.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
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1rem
}

.card-subtitle {
    margin-top: -.5rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #edeff1;
    border-bottom: 0 solid #f7f7f7
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 1rem 1.5rem;
    background-color: #edeff1;
    border-top: 0 solid #f7f7f7
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: 24px
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 24px;
        column-gap: 24px;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: 0
    }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #ced4da;
        content: ""
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #adb5bd
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #323a46;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .25);
        box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6658dd;
    border-color: #6658dd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #6658dd
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #3f2ed4
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 88, 221, .5);
    box-shadow: 0 0 0 .2rem rgba(102, 88, 221, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #1abc9c
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #148f77
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5);
    box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5)
}

.badge-info {
    color: #fff;
    background-color: #4fc6e1
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #25b7d8
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(79, 198, 225, .5);
    box-shadow: 0 0 0 .2rem rgba(79, 198, 225, .5)
}

.badge-warning {
    color: #343a40;
    background-color: #f7b84b
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #343a40;
    background-color: #f5a51a
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(247, 184, 75, .5);
    box-shadow: 0 0 0 .2rem rgba(247, 184, 75, .5)
}

.badge-danger {
    color: #fff;
    background-color: #f1556c
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #ed2643
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 85, 108, .5)
}

.badge-light {
    color: #343a40;
    background-color: #f1f5f7
}

a.badge-light:focus, a.badge-light:hover {
    color: #343a40;
    background-color: #d1dee4
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 245, 247, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 245, 247, .5)
}

.badge-dark {
    color: #fff;
    background-color: #323a46
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2128
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 58, 70, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 58, 70, .5)
}

.badge-pink {
    color: #fff;
    background-color: #f672a7
}

a.badge-pink:focus, a.badge-pink:hover {
    color: #fff;
    background-color: #f34289
}

a.badge-pink.focus, a.badge-pink:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(246, 114, 167, .5);
    box-shadow: 0 0 0 .2rem rgba(246, 114, 167, .5)
}

.badge-blue {
    color: #fff;
    background-color: #4a81d4
}

a.badge-blue:focus, a.badge-blue:hover {
    color: #fff;
    background-color: #2d67be
}

a.badge-blue.focus, a.badge-blue:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(74, 129, 212, .5);
    box-shadow: 0 0 0 .2rem rgba(74, 129, 212, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.9rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #352e73;
    background-color: #e0def8;
    border-color: #d4d0f5;
    cursor: default;
}

    .alert-primary hr {
        border-top-color: #c1bbf1
    }

    .alert-primary .alert-link {
        color: #241f4f
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #0e6251;
    background-color: #d1f2eb;
    border-color: #bfece3;
}

    .alert-success hr {
        border-top-color: #abe6da
    }

    .alert-success .alert-link {
        color: #08352c
    }

.alert-blue {
    color: #0e6251;
    background-color: #d1f0f2;
    border-color: #0e6251;
}

    .alert-blue hr {
        border-top-color: #abe6da
    }

    .alert-blue .alert-link {
        color: #08352c
    }

.alert-info {
    color: #296775;
    background-color: #dcf4f9;
    border-color: #ceeff7
}

    .alert-info hr {
        border-top-color: #b8e8f3
    }

    .alert-info .alert-link {
        color: #1c464f
    }

.alert-warning {
    color: #806027;
    background-color: #fdf1db;
    border-color: #fdebcd;
}

    .alert-warning hr {
        border-top-color: #fce1b4
    }

    .alert-warning .alert-link {
        color: #59431b
    }

.alert-danger {
    color: #7d2c38;
    background-color: #fcdde2;
    border-color: #fbcfd6;
}

    .alert-danger hr {
        border-top-color: #f9b7c2
    }

    .alert-danger .alert-link {
        color: #571f27
    }

.alert-light {
    color: #7d7f80;
    background-color: #fcfdfd;
    border-color: #fbfcfd
}

    .alert-light hr {
        border-top-color: #eaeff5
    }

    .alert-light .alert-link {
        color: #646566
    }

.alert-dark {
    color: #1a1e24;
    background-color: #d6d8da;
    border-color: #c6c8cb
}

    .alert-dark hr {
        border-top-color: #b9bbbf
    }

    .alert-dark .alert-link {
        color: #050506
    }

.alert-pink {
    color: #803b57;
    background-color: #fde3ed;
    border-color: #fcd8e6
}

    .alert-pink hr {
        border-top-color: #fac0d7
    }

    .alert-pink .alert-link {
        color: #5d2b3f
    }

.alert-blue {
    color: #26436e;
    background-color: #dbe6f6;
    border-color: #ccdcf3;
}

    .alert-blue hr {
        border-top-color: #b7ceee
    }

    .alert-blue .alert-link {
        color: #192c48
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: .75rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: .75rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .75rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6658dd;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: .75rem .75rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    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-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #6658dd;
        border-color: #007bff
    }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #352e73;
    background-color: #d4d0f5
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #352e73;
        background-color: #c1bbf1
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #352e73;
        border-color: #352e73
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #0e6251;
    background-color: #bfece3
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0e6251;
        background-color: #abe6da
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0e6251;
        border-color: #0e6251
    }

.list-group-item-info {
    color: #296775;
    background-color: #ceeff7
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #296775;
        background-color: #b8e8f3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #296775;
        border-color: #296775
    }

.list-group-item-warning {
    color: #806027;
    background-color: #fdebcd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #806027;
        background-color: #fce1b4
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #806027;
        border-color: #806027
    }

.list-group-item-danger {
    color: #7d2c38;
    background-color: #fbcfd6
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #7d2c38;
        background-color: #f9b7c2
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7d2c38;
        border-color: #7d2c38
    }

.list-group-item-light {
    color: #7d7f80;
    background-color: #fbfcfd
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #7d7f80;
        background-color: #eaeff5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #7d7f80;
        border-color: #7d7f80
    }

.list-group-item-dark {
    color: #1a1e24;
    background-color: #c6c8cb
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1a1e24;
        background-color: #b9bbbf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1a1e24;
        border-color: #1a1e24
    }

.list-group-item-pink {
    color: #803b57;
    background-color: #fcd8e6
}

    .list-group-item-pink.list-group-item-action:focus, .list-group-item-pink.list-group-item-action:hover {
        color: #803b57;
        background-color: #fac0d7
    }

    .list-group-item-pink.list-group-item-action.active {
        color: #fff;
        background-color: #803b57;
        border-color: #803b57
    }

.list-group-item-blue {
    color: #26436e;
    background-color: #ccdcf3
}

    .list-group-item-blue.list-group-item-action:focus, .list-group-item-blue.list-group-item-action:hover {
        color: #26436e;
        background-color: #b7ceee
    }

    .list-group-item-blue.list-group-item-action.active {
        color: #fff;
        background-color: #26436e;
        border-color: #26436e
    }

.close {
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: .2rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #323a46
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .4rem .8rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .2rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f1f5f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .7rem .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f1f5f7;
    border-bottom: 1px solid #e1e9ee;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-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
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #6658dd !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #3f2ed4 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #1abc9c !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #148f77 !important
}

.bg-info {
    background-color: #4fc6e1 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #25b7d8 !important
}

.bg-warning {
    background-color: #f7b84b !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #f5a51a !important
}

.bg-danger {
    background-color: #f1556c !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #ed2643 !important
}

.bg-light {
    background-color: #f1f5f7 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #d1dee4 !important
}

.bg-dark {
    background-color: #323a46 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2128 !important
}

.bg-pink {
    background-color: #f672a7 !important
}

a.bg-pink:focus, a.bg-pink:hover, button.bg-pink:focus, button.bg-pink:hover {
    background-color: #f34289 !important
}

.bg-blue {
    background-color: #4a81d4 !important
}

a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
    background-color: #2d67be !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #6658dd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #1abc9c !important
}

.border-info {
    border-color: #4fc6e1 !important
}

.border-warning {
    border-color: #f7b84b !important
}

.border-danger {
    border-color: #f1556c !important
}

.border-light {
    border-color: #f1f5f7 !important
}

.border-dark {
    border-color: #323a46 !important
}

.border-pink {
    border-color: #f672a7 !important
}

.border-blue {
    border-color: #4a81d4 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.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
    }
}

.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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-15 {
    width: 15% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-15 {
    height: 15% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .375rem !important
}

.mt-1, .my-1 {
    margin-top: .375rem !important
}

.mr-1, .mx-1 {
    margin-right: .375rem !important
}

.mb-1, .my-1 {
    margin-bottom: .375rem !important
}

.ml-1, .mx-1 {
    margin-left: .375rem !important
}

.m-2 {
    margin: .75rem !important
}

.mt-2, .my-2 {
    margin-top: .75rem !important
}

.mr-2, .mx-2 {
    margin-right: .75rem !important
}

.mb-2, .my-2 {
    margin-bottom: .75rem !important
}

.ml-2, .mx-2 {
    margin-left: .75rem !important
}

.m-3 {
    margin: 1.5rem !important
}

.mt-3, .my-3 {
    margin-top: 1.5rem !important
}

.mr-3, .mx-3 {
    margin-right: 1.5rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1.5rem !important
}

.ml-3, .mx-3 {
    margin-left: 1.5rem !important
}

.m-4 {
    margin: 2.25rem !important
}

.mt-4, .my-4 {
    margin-top: 2.25rem !important
}

.mr-4, .mx-4 {
    margin-right: 2.25rem !important
}

.mb-4, .my-4 {
    margin-bottom: 2.25rem !important
}

.ml-4, .mx-4 {
    margin-left: 2.25rem !important
}

.m-5 {
    margin: 4.5rem !important
}

.mt-5, .my-5 {
    margin-top: 4.5rem !important
}

.mr-5, .mx-5 {
    margin-right: 4.5rem !important
}

.mb-5, .my-5 {
    margin-bottom: 4.5rem !important
}

.ml-5, .mx-5 {
    margin-left: 4.5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .375rem !important
}

.pt-1, .py-1 {
    padding-top: .375rem !important
}

.pr-1, .px-1 {
    padding-right: .375rem !important
}

.pb-1, .py-1 {
    padding-bottom: .375rem !important
}

.pl-1, .px-1 {
    padding-left: .375rem !important
}

.p-2 {
    padding: .75rem !important
}

.pt-2, .py-2 {
    padding-top: .75rem !important
}

.pr-2, .px-2 {
    padding-right: .75rem !important
}

.pb-2, .py-2 {
    padding-bottom: .75rem !important
}

.pl-2, .px-2 {
    padding-left: .75rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.pt-3, .py-3 {
    padding-top: 1.5rem !important
}

.pr-3, .px-3 {
    padding-right: 1.5rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1.5rem !important
}

.pl-3, .px-3 {
    padding-left: 1.5rem !important
}

.p-4 {
    padding: 2.25rem !important
}

.pt-4, .py-4 {
    padding-top: 2.25rem !important
}

.pr-4, .px-4 {
    padding-right: 2.25rem !important
}

.pb-4, .py-4 {
    padding-bottom: 2.25rem !important
}

.pl-4, .px-4 {
    padding-left: 2.25rem !important
}

.p-5 {
    padding: 4.5rem !important
}

.pt-5, .py-5 {
    padding-top: 4.5rem !important
}

.pr-5, .px-5 {
    padding-right: 4.5rem !important
}

.pb-5, .py-5 {
    padding-bottom: 4.5rem !important
}

.pl-5, .px-5 {
    padding-left: 4.5rem !important
}

.m-n1 {
    margin: -.375rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.375rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.375rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.375rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.375rem !important
}

.m-n2 {
    margin: -.75rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.75rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.75rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.75rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.75rem !important
}

.m-n3 {
    margin: -1.5rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1.5rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1.5rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1.5rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1.5rem !important
}

.m-n4 {
    margin: -2.25rem !important
}

.mt-n4, .my-n4 {
    margin-top: -2.25rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -2.25rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -2.25rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -2.25rem !important
}

.m-n5 {
    margin: -4.5rem !important
}

.mt-n5, .my-n5 {
    margin-top: -4.5rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -4.5rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -4.5rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -4.5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .375rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .375rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .375rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .375rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .375rem !important
    }

    .m-sm-2 {
        margin: .75rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .75rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .75rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .75rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .75rem !important
    }

    .m-sm-3 {
        margin: 1.5rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1.5rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1.5rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1.5rem !important
    }

    .m-sm-4 {
        margin: 2.25rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 2.25rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 2.25rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 2.25rem !important
    }

    .m-sm-5 {
        margin: 4.5rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 4.5rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 4.5rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 4.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .375rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .375rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .375rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .375rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .375rem !important
    }

    .p-sm-2 {
        padding: .75rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .75rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .75rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .75rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .75rem !important
    }

    .p-sm-3 {
        padding: 1.5rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1.5rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1.5rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1.5rem !important
    }

    .p-sm-4 {
        padding: 2.25rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 2.25rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 2.25rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 2.25rem !important
    }

    .p-sm-5 {
        padding: 4.5rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 4.5rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 4.5rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 4.5rem !important
    }

    .m-sm-n1 {
        margin: -.375rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.375rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.375rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.375rem !important
    }

    .m-sm-n2 {
        margin: -.75rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.75rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.75rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.75rem !important
    }

    .m-sm-n3 {
        margin: -1.5rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1.5rem !important
    }

    .m-sm-n4 {
        margin: -2.25rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -2.25rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -2.25rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -2.25rem !important
    }

    .m-sm-n5 {
        margin: -4.5rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -4.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .375rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .375rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .375rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .375rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .375rem !important
    }

    .m-md-2 {
        margin: .75rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .75rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .75rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .75rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .75rem !important
    }

    .m-md-3 {
        margin: 1.5rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1.5rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1.5rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1.5rem !important
    }

    .m-md-4 {
        margin: 2.25rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 2.25rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 2.25rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 2.25rem !important
    }

    .m-md-5 {
        margin: 4.5rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 4.5rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 4.5rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 4.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .375rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .375rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .375rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .375rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .375rem !important
    }

    .p-md-2 {
        padding: .75rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .75rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .75rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .75rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .75rem !important
    }

    .p-md-3 {
        padding: 1.5rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1.5rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1.5rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1.5rem !important
    }

    .p-md-4 {
        padding: 2.25rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 2.25rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 2.25rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 2.25rem !important
    }

    .p-md-5 {
        padding: 4.5rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 4.5rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 4.5rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 4.5rem !important
    }

    .m-md-n1 {
        margin: -.375rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.375rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.375rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.375rem !important
    }

    .m-md-n2 {
        margin: -.75rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.75rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.75rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.75rem !important
    }

    .m-md-n3 {
        margin: -1.5rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1.5rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1.5rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1.5rem !important
    }

    .m-md-n4 {
        margin: -2.25rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -2.25rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -2.25rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -2.25rem !important
    }

    .m-md-n5 {
        margin: -4.5rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -4.5rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -4.5rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -4.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .375rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .375rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .375rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .375rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .375rem !important
    }

    .m-lg-2 {
        margin: .75rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .75rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .75rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .75rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .75rem !important
    }

    .m-lg-3 {
        margin: 1.5rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1.5rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1.5rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1.5rem !important
    }

    .m-lg-4 {
        margin: 2.25rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 2.25rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 2.25rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 2.25rem !important
    }

    .m-lg-5 {
        margin: 4.5rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 4.5rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 4.5rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 4.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .375rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .375rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .375rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .375rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .375rem !important
    }

    .p-lg-2 {
        padding: .75rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .75rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .75rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .75rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .75rem !important
    }

    .p-lg-3 {
        padding: 1.5rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1.5rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1.5rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1.5rem !important
    }

    .p-lg-4 {
        padding: 2.25rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 2.25rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 2.25rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 2.25rem !important
    }

    .p-lg-5 {
        padding: 4.5rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 4.5rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 4.5rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 4.5rem !important
    }

    .m-lg-n1 {
        margin: -.375rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.375rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.375rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.375rem !important
    }

    .m-lg-n2 {
        margin: -.75rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.75rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.75rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.75rem !important
    }

    .m-lg-n3 {
        margin: -1.5rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1.5rem !important
    }

    .m-lg-n4 {
        margin: -2.25rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -2.25rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -2.25rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -2.25rem !important
    }

    .m-lg-n5 {
        margin: -4.5rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -4.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .375rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .375rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .375rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .375rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .375rem !important
    }

    .m-xl-2 {
        margin: .75rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .75rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .75rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .75rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .75rem !important
    }

    .m-xl-3 {
        margin: 1.5rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1.5rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1.5rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1.5rem !important
    }

    .m-xl-4 {
        margin: 2.25rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 2.25rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 2.25rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 2.25rem !important
    }

    .m-xl-5 {
        margin: 4.5rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 4.5rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 4.5rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 4.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .375rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .375rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .375rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .375rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .375rem !important
    }

    .p-xl-2 {
        padding: .75rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .75rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .75rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .75rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .75rem !important
    }

    .p-xl-3 {
        padding: 1.5rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1.5rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1.5rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1.5rem !important
    }

    .p-xl-4 {
        padding: 2.25rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 2.25rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 2.25rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 2.25rem !important
    }

    .p-xl-5 {
        padding: 4.5rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 4.5rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 4.5rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 4.5rem !important
    }

    .m-xl-n1 {
        margin: -.375rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.375rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.375rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.375rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.375rem !important
    }

    .m-xl-n2 {
        margin: -.75rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.75rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.75rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.75rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.75rem !important
    }

    .m-xl-n3 {
        margin: -1.5rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1.5rem !important
    }

    .m-xl-n4 {
        margin: -2.25rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -2.25rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -2.25rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -2.25rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -2.25rem !important
    }

    .m-xl-n5 {
        margin: -4.5rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -4.5rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #6658dd !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #3827c1 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #1abc9c !important
}

a.text-success:focus, a.text-success:hover {
    color: #117964 !important
}

.text-info {
    color: #4fc6e1 !important
}

a.text-info:focus, a.text-info:hover {
    color: #21a5c2 !important
}

.text-warning {
    color: #f7b84b !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #eb990a !important
}

.text-danger {
    color: #f1556c !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #e71332 !important
}

.text-light {
    color: #f1f5f7 !important
}

a.text-light:focus, a.text-light:hover {
    color: #c0d2db !important
}

.text-dark {
    color: #323a46 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121519 !important
}

.text-pink {
    color: #f672a7 !important
}

a.text-pink:focus, a.text-pink:hover {
    color: #f12a7a !important
}

.text-blue {
    color: #4a81d4 !important
}

a.text-blue:focus, a.text-blue:hover {
    color: #285ca9 !important
}

.text-body {
    color: #6c757d !important
}

.text-muted {
    color: #98a6ad !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@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 #adb5bd;
        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
    }

    .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
    }
}

.custom-accordion .card + .card {
    margin-top: .5rem
}

.custom-accordion .accordion-arrow {
    font-size: 1.2rem
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\F142"
}

.badge {
    color: #fff
}

.badge-light {
    color: #343a40
}

.bg-soft-primary {
    background-color: rgba(102, 88, 221, .25)
}

.bg-soft-secondary {
    background-color: rgba(108, 117, 125, .25)
}

.bg-soft-success {
    background-color: rgba(26, 188, 156, .25)
}

.bg-soft-info {
    background-color: rgba(79, 198, 225, .25)
}

.bg-soft-warning {
    background-color: rgba(247, 184, 75, .25)
}

.bg-soft-danger {
    background-color: rgba(241, 85, 108, .25)
}

.bg-soft-light {
    background-color: rgba(241, 245, 247, .25)
}

.bg-soft-dark {
    background-color: rgba(50, 58, 70, .25)
}

.bg-soft-pink {
    background-color: rgba(246, 114, 167, .25)
}

.bg-soft-blue {
    background-color: rgba(74, 129, 212, .25)
}

.breadcrumb-item > a {
    color: #6c757d
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Material Design Icons"
}

.btn {
    color: #fff
}

    .btn .mdi:before {
        margin-top: -1px
    }

.btn-rounded {
    border-radius: 2em
}

.btn-light, .btn-white {
    color: #323a46
}

.btn-link {
    font-weight: 400;
    color: #6658dd;
    background-color: transparent
}

    .btn-link:hover {
        color: #3827c1;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #adb5bd;
        pointer-events: none
    }

.btn-outline-primary {
    color: #6658dd;
    border-color: #6658dd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #6658dd;
        border-color: #6658dd
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5);
        box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #6658dd;
        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: #6658dd;
        border-color: #6658dd
    }

        .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(102, 88, 221, .5);
            box-shadow: 0 0 0 .15rem rgba(102, 88, 221, .5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5);
        box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        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: #6c757d;
        border-color: #6c757d
    }

        .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(108, 117, 125, .5);
            box-shadow: 0 0 0 .15rem rgba(108, 117, 125, .5)
        }

.btn-outline-success {
    color: #1abc9c;
    border-color: #1abc9c
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #1abc9c;
        border-color: #1abc9c
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5);
        box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #1abc9c;
        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: #1abc9c;
        border-color: #1abc9c
    }

        .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(26, 188, 156, .5);
            box-shadow: 0 0 0 .15rem rgba(26, 188, 156, .5)
        }

.btn-outline-info {
    color: #4fc6e1;
    border-color: #4fc6e1
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #4fc6e1;
        border-color: #4fc6e1
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5);
        box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #4fc6e1;
        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: #fff;
        background-color: #4fc6e1;
        border-color: #4fc6e1
    }

        .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(79, 198, 225, .5);
            box-shadow: 0 0 0 .15rem rgba(79, 198, 225, .5)
        }

.btn-outline-warning {
    color: #f7b84b;
    border-color: #f7b84b
}

    .btn-outline-warning:hover {
        color: #343a40;
        background-color: #f7b84b;
        border-color: #f7b84b
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5);
        box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #f7b84b;
        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: #343a40;
        background-color: #f7b84b;
        border-color: #f7b84b
    }

        .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(247, 184, 75, .5);
            box-shadow: 0 0 0 .15rem rgba(247, 184, 75, .5)
        }

.btn-outline-danger {
    color: #f1556c;
    border-color: #f1556c
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f1556c;
        border-color: #f1556c
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5);
        box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f1556c;
        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: #f1556c;
        border-color: #f1556c
    }

        .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(241, 85, 108, .5);
            box-shadow: 0 0 0 .15rem rgba(241, 85, 108, .5)
        }

.btn-outline-light {
    color: #f1f5f7;
    border-color: #f1f5f7
}

    .btn-outline-light:hover {
        color: #343a40;
        background-color: #f1f5f7;
        border-color: #f1f5f7
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5);
        box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f1f5f7;
        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: #343a40;
        background-color: #f1f5f7;
        border-color: #f1f5f7
    }

        .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(241, 245, 247, .5);
            box-shadow: 0 0 0 .15rem rgba(241, 245, 247, .5)
        }

.btn-outline-dark {
    color: #323a46;
    border-color: #323a46
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #323a46;
        border-color: #323a46
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5);
        box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #323a46;
        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: #323a46;
        border-color: #323a46
    }

        .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(50, 58, 70, .5);
            box-shadow: 0 0 0 .15rem rgba(50, 58, 70, .5)
        }

.btn-outline-pink {
    color: #f672a7;
    border-color: #f672a7
}

    .btn-outline-pink:hover {
        color: #fff;
        background-color: #f672a7;
        border-color: #f672a7
    }

    .btn-outline-pink.focus, .btn-outline-pink:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5);
        box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
    }

    .btn-outline-pink.disabled, .btn-outline-pink:disabled {
        color: #f672a7;
        background-color: transparent
    }

    .btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active, .show > .btn-outline-pink.dropdown-toggle {
        color: #fff;
        background-color: #f672a7;
        border-color: #f672a7
    }

        .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5);
            box-shadow: 0 0 0 .15rem rgba(246, 114, 167, .5)
        }

.btn-outline-blue {
    color: #4a81d4;
    border-color: #4a81d4
}

    .btn-outline-blue:hover {
        color: #fff;
        background-color: #4a81d4;
        border-color: #4a81d4
    }

    .btn-outline-blue.focus, .btn-outline-blue:focus {
        -webkit-box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5);
        box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
    }

    .btn-outline-blue.disabled, .btn-outline-blue:disabled {
        color: #4a81d4;
        background-color: transparent
    }

    .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active, .show > .btn-outline-blue.dropdown-toggle {
        color: #fff;
        background-color: #4a81d4;
        border-color: #4a81d4
    }

        .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5);
            box-shadow: 0 0 0 .15rem rgba(74, 129, 212, .5)
        }

.btn-label {
    margin: -.55rem .9rem -.55rem -.9rem;
    padding: .6rem .9rem;
    background-color: rgba(50, 58, 70, .1)
}

.btn-label-right {
    margin: -.45rem -.9rem -.45rem .9rem;
    padding: .45rem .9rem;
    background-color: rgba(50, 58, 70, .1);
    display: inline-block
}

.btn-xs {
    padding: .2rem .6rem;
    font-size: .75rem;
    border-radius: .15rem
}

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03)
}

    .card .card-drop {
        font-size: 20px;
        line-height: 0;
        color: inherit
    }

.card-widgets {
    float: right;
    height: 16px
}

    .card-widgets > a {
        color: inherit;
        font-size: 18px;
        display: inline-block;
        line-height: 1
    }

        .card-widgets > a.collapsed i:before {
            content: "\F415"
        }

.card-header, .card-title {
    margin-top: 0
}

.card-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .25rem;
    background: rgba(255, 255, 255, .8);
    cursor: progress
}

    .card-disabled .card-portlets-loader {
        background-color: #323a46;
        -webkit-animation: rotatebox 1.2s infinite ease-in-out;
        animation: rotatebox 1.2s infinite ease-in-out;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

@-webkit-keyframes rotatebox {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes rotatebox {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.card-box {
    background-color: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 24px;
    border-radius: .25rem
}

.header-title {
    font-size: 1rem;
    margin: 0 0 7px 0
}

.sub-header {
    font-size: .875rem;
    margin-bottom: 24px;
    color: #98a6ad
}

.dropdown-menu {
    padding: .3rem;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    border: none;
    font-size: .875rem;
    position: absolute;
    z-index: 1000
}

    .dropdown-menu.show {
        top: 100% !important;
        left: 0px !important;
    }

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important
}

.dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    top: auto !important;
    -webkit-animation: none !important;
    animation: none !important
}

@-webkit-keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.dropdown-lg {
    width: 320px
}

@media (max-width:767.98px) {
    .dropdown-lg {
        width: 200px !important
    }
}

.dropdown-mega {
    position: static !important
}

.dropdown-megamenu {
    padding: 20px;
    left: 20px !important;
    right: 20px !important;
    background-image: url(../images/megamenu-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat
}

.megamenu-list li {
    padding: 5px 20px 5px 25px;
    position: relative
}

    .megamenu-list li a {
        color: #6c757d
    }

        .megamenu-list li a:hover {
            color: #6658dd
        }

    .megamenu-list li:before {
        content: "\F142";
        position: absolute;
        left: 0;
        font-family: "Material Design Icons"
    }

.form-control-light {
    background-color: #f1f5f7;
    border-color: #f1f5f7
}

input.form-control[type=color], input.form-control[type=range] {
    min-height: 39px
}

.custom-select.is-invalid:focus, .custom-select.is-valid:focus, .custom-select:invalid:focus, .custom-select:valid:focus, .form-control.is-invalid:focus, .form-control.is-valid:focus, .form-control:invalid:focus, .form-control:valid:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.comment-area-box .form-control {
    border-color: #dee2e6;
    border-radius: .2rem .2rem 0 0
}

.comment-area-box .comment-area-btn {
    background-color: #f1f5f7;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 .2rem .2rem
}

.modal-title {
    margin-top: 0
}

.modal-full {
    width: 92%;
    max-width: none
}

.modal-demo {
    background-color: #fff;
    width: 600px !important;
    border-radius: 4px;
    display: none;
    position: relative
}

    .modal-demo .close {
        position: absolute;
        top: 15px;
        right: 25px;
        color: #f1f5f7
    }

@media (max-width:768px) {
    .modal-demo {
        width: 96% !important
    }
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #323a46;
    color: #fff;
    text-align: left;
    margin: 0
}

.custom-modal-text {
    padding: 20px
}

.custombox-modal-wrapper {
    text-align: left
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999
}

.nav-pills > li > a, .nav-tabs > li > a {
    color: #6c757d;
    font-weight: 600
}

.nav-pills > a {
    color: #6c757d;
    font-weight: 600
}

.navtab-bg li > a {
    background-color: #f2f2f2;
    margin: 0 5px
}

.nav-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, .2) !important
}

    .nav-bordered .nav-item {
        margin-bottom: -2px
    }

    .nav-bordered li a {
        border: 0 !important;
        padding: 10px 20px !important
    }

    .nav-bordered a.active {
        border-bottom: 2px solid #6658dd !important
    }

.tab-content {
    padding: 20px 0 0 0
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none
}

.popover-header {
    margin-top: 0
}

.progress-sm {
    height: 5px
}

.progress-md {
    height: 8px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 15px
}

.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

    .progress-vertical .progress-bar {
        width: 100%
    }

    .progress-vertical.progress-xl {
        width: 15px
    }

    .progress-vertical.progress-lg {
        width: 12px
    }

    .progress-vertical.progress-md {
        width: 8px
    }

    .progress-vertical.progress-sm {
        width: 5px
    }

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        bottom: 0;
        position: absolute
    }

    .progress-vertical-bottom.progress-xl {
        width: 15px
    }

    .progress-vertical-bottom.progress-lg {
        width: 12px
    }

    .progress-vertical-bottom.progress-md {
        width: 8px
    }

    .progress-vertical-bottom.progress-sm {
        width: 5px
    }

label {
    font-weight: 600
}

button:focus {
    outline: 0
}

.table-centered td, .table-centered th {
    vertical-align: middle !important
}

.table .table-user img {
    height: 30px;
    width: 30px
}

.action-icon {
    color: #98a6ad;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px
}

    .action-icon:hover {
        color: #6c757d
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
    color: #343a40
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 20px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}
/*# sourceMappingURL=bootstrap.min.css.map */

/* my css starts here */
.modal-body .form-group.alert-text label {
    color: #c52429;
}

.modal-body .form-group.alert-text input, .modal-body .form-group.alert-text textarea {
    border: solid 1px #c52429;
}

.form-group.alert-text label {
    color: #c52429;
}

.form-group.alert-text input, .form-group.alert-text select, .modal-body .form-group.alert-text textarea {
    border: solid 1px #c52429;
}

.row.marlr {
    margin: 0 15%;
}

.row.dis-blk {
    display: block;
}

.relative {
    position: relative;
}

.page-alert-text {
    padding: 10px 0;
    font-size: 15px;
    color: #c52429;
}

    .page-alert-text i {
        color: #c52429;
        margin: 0 4px 0 0;
    }

.full-page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: hidden;
}

    .full-page-loader .loading {
        margin: 20% auto 0 auto;
        display: block;
        text-align: center;
    }

.page-inside-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    left: 0;
    top: 0;
}

    .page-inside-loader .loading {
        margin: 20px auto 0 auto;
        display: block;
        text-align: center;
    }

.pad10b {
    padding: 0 0 10px 0px;
}

.pad15b {
    padding: 0 0 15px 0px;
}

.mar10b {
    margin: 0 0 10px 0px;
}

.mar15b {
    margin: 0 0 15px 0px;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.bg-white-clr {
    background-color: #fff;
}

.bg-lt-green {
    background-color: #fff7ea;
}

.bg-lt-blue {
    background-color: #ecf4f1;
}

.clr-black {
    color: #000;
}

.clr-black-1 {
    color: #212121;
}

.clr-black-2 {
    color: #333;
}

.clr-black-3 {
    color: #666;
}

.clr-black-4 {
    color: #999;
}

.bg-lt-blue.alert input[type="text"] {
    border: solid 1px #f1556c;
}

.modal-body .mandatory-txt {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #cc1515;
    font-size: 12px;
    z-index: 100;
}

    .modal-body .mandatory-txt i {
        font-size: 18px;
        font-style: normal;
        margin: 0 3px 0 0;
        float: left;
    }

.form-group.alert-txt label {
    color: #cc1515;
}

.form-group.alert-txt input[type="text"], .form-group.alert-txt input[type="date"], .form-group.alert-txt input[type="time"], .form-group.alert-txt input[type="tel"], .form-group.alert-txt input[type="password"], .form-group.alert-txt input[type="number"], .form-group.alert-txt input[type="month"], .form-group.alert-txt textarea {
    border: solid 1px #cc1515;
}

.card-box.no-padding {
    padding: 0px;
}

.align-items-center.with-pad {
    padding: 20px;
}

.blk-clr {
    color: #333;
    font-weight: 600;
}

.avatar-group .avatar-group-item.my-space {
    margin: 0 0 10px 0;
}

.user-data-outer {
    margin: 0 0 10px 0;
}

    .user-data-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .user-data-outer ul li {
            padding: 0px;
            list-style: none;
            padding: 6px 10px;
            margin-right: 8px;
            border: 1px solid #e8e8e8;
            background-color: #f8f8f8;
            text-overflow: ellipsis;
            overflow: hidden !important;
            border-radius: 4px;
            display: inline-block;
            font-size: 15px;
            line-height: 22px;
            color: #212121;
            font-weight: 400;
        }

            .user-data-outer ul li span {
                font-size: 13px;
                color: #666;
            }

.city-busi-prog-outer {
    margin: 0 0 10px 0;
}

    .city-busi-prog-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .city-busi-prog-outer ul li {
            margin: 0 20px 10px 0;
            padding: 0px;
            list-style: none;
            color: #666;
            font-size: 14px;
            float: left;
        }

            .city-busi-prog-outer ul li .res-in-progress {
                padding: 0;
                font-size: 14px;
                color: #e89741;
            }

                .city-busi-prog-outer ul li .res-in-progress i {
                    margin: 0 3px 0 0;
                    background-color: #e89741;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                }

            .city-busi-prog-outer ul li .res-not-done {
                padding: 0;
                font-size: 14px;
                color: #ce0235;
            }

                .city-busi-prog-outer ul li .res-not-done i {
                    margin: 0 3px 0 0;
                    background-color: #ce0235;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                }

            .city-busi-prog-outer ul li .res-job-done {
                padding: 0;
                font-size: 14px;
                color: #488d12;
            }

                .city-busi-prog-outer ul li .res-job-done i {
                    margin: 0 3px 0 0;
                    background-color: #488d12;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                }

.business-res-count {
}

    .business-res-count ul {
        margin: 0px;
        padding: 0 0 5px 0;
    }

        .business-res-count ul li {
            margin: 0 15px 0 0;
            padding: 0 15px 0 0;
            list-style: none;
            border-right: solid 1px #ccc;
            font-size: 14px;
            line-height: 18px;
            color: #666;
            float: left;
        }

            .business-res-count ul li:last-child {
                border-right: none;
            }

            .business-res-count ul li a {
                color: #666;
            }

            .business-res-count ul li span {
                margin: 0 0 0 5px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                padding: 3px 4px;
                background-color: #2c4b29;
                color: #fff;
                font-size: 10px;
                line-height: 9px;
            }

.res-busi-listing-outer {
    border: solid 1px #dee2e6;
    padding: 15px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    .res-busi-listing-outer .media img.logo {
        width: 100px;
        height: 150px;
    }

    .res-busi-listing-outer .business-name {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }

        .res-busi-listing-outer .business-name a {
            color: #337ab7;
        }

.business-con-outer {
    position: relative;
    background-color: #f7f7f7;
    padding: 25px;
    margin: 20px 0;
}

    .business-con-outer .close-txt {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .business-con-outer .close-txt a {
            display: block;
            background-color: #ae2a45;
            padding: 1px 5px;
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            text-decoration: none;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

.res-busi-listing-outer .phone-outer {
    margin: 5px 0;
}

    .res-busi-listing-outer .phone-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .res-busi-listing-outer .phone-outer ul li {
            margin: 0 5px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            font-size: 13px;
            line-height: 22px;
            color: #333;
            position: relative;
        }

            .res-busi-listing-outer .phone-outer ul li i {
                COLOR: #999;
                margin: 0 3px 0 0;
                font-size: 12px;
            }

            .res-busi-listing-outer .phone-outer ul li a {
                color: #333;
                font-weight: 600;
            }

                .res-busi-listing-outer .phone-outer ul li a img {
                    padding: 0 0 4px 0;
                }

                .res-busi-listing-outer .phone-outer ul li a.send-sms {
                    color: #337ab7;
                    background-color: #daf2d4;
                    padding: 0 3px;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }

            .res-busi-listing-outer .phone-outer ul li .information-outer {
                padding: 10px;
                position: absolute;
                width: 300px;
                z-index: 10;
                background-color: #fff;
                right: -145px;
                bottom: 28px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                display: none;
                border: solid 1px #e4e4e4;
                -webkit-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                -moz-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                display: none;
            }

            .res-busi-listing-outer .phone-outer ul li:hover .information-outer {
                display: block;
            }

    .res-busi-listing-outer .phone-outer .information-outer:after, .res-busi-listing-outer .phone-outer .phone-outer .information-outer:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .res-busi-listing-outer .phone-outer ul li .information-outer:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 5px;
        margin-left: -5px;
    }

    .res-busi-listing-outer .phone-outer ul li .information-outer:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #cccccc;
        border-width: 6px;
        margin-left: -6px;
    }

    .res-busi-listing-outer .phone-outer ul li .information-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .res-busi-listing-outer .phone-outer ul li .information-outer ul li {
            margin: 0 0 0 15px;
            padding: 0 0 6px 5px;
            list-style: decimal;
            font-size: 13px;
            line-height: 16px;
            font-weight: normal;
            color: #444;
        }

    .res-busi-listing-outer .phone-outer ul li .information-outer .close-txt {
        text-align: right;
        display: none;
    }

        .res-busi-listing-outer .phone-outer ul li .information-outer .close-txt a {
            text-decoration: none;
            font-size: 12px;
            line-height: 12px;
            color: #000;
            padding: 0px;
            margin: 0px;
        }

.res-busi-listing-outer .business-star {
    margin: 5px 0;
}

    .res-busi-listing-outer .business-star ul {
        margin: 0;
        padding: 0px;
    }

    .res-busi-listing-outer .business-star li {
        margin: 0px;
        padding: 0 2px 0 0;
        list-style: none;
        display: inline-block;
        font-size: 13px;
        line-height: 22px;
    }

        .res-busi-listing-outer .business-star li i {
            font-size: 12px;
            line-height: 18px;
            color: #999;
        }

        .res-busi-listing-outer .business-star li.active i {
            color: #ff9500;
        }

.res-busi-listing-outer .course-list {
    margin: 5px 0;
}

    .res-busi-listing-outer .course-list ul {
        margin: 0;
        padding: 0px;
    }

        .res-busi-listing-outer .course-list ul li {
            margin: 0 5px 0 0;
            padding: 0;
            font-size: 13px;
            line-height: 22px;
            color: #666;
            list-style: none;
            float: left;
        }

            .res-busi-listing-outer .course-list ul li i {
                font-size: 12px;
                line-height: 18px;
                color: #999;
            }

.res-busi-listing-outer .class-mode {
    padding: 3px 0 5px 0;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

    .res-busi-listing-outer .class-mode ul {
        margin: 0px;
        padding: 0px;
    }

        .res-busi-listing-outer .class-mode ul li {
            margin: 0 10px 0 0;
            padding: 0;
            font-size: 13px;
            line-height: 22px;
            color: #666;
            list-style: none;
            float: left;
        }

            .res-busi-listing-outer .class-mode ul li i {
                font-size: 12px;
                line-height: 18px;
                color: #999;
                margin: 0 3px 0 0;
            }

.res-busi-listing-outer .price-amt {
    font-size: 15px;
    line-height: 20px;
    color: #12AF10;
    padding: 5px 0;
}

    .res-busi-listing-outer .price-amt i {
        font-size: 12px;
        line-height: 18px;
        color: #999;
        margin: 0 6px 0 0;
    }

.res-busi-listing-outer .media-body .lt-content {
    float: left;
    width: 70%;
}

.res-busi-listing-outer .media-body .rt-button-outer {
    float: left;
    width: 30%;
}

.business-details-blk-outer {
    background-color: #f7f7f7;
    margin: 20px 0;
    padding: 15px 20px 15px 25px;
}

    .business-details-blk-outer h4 a {
        color: #333;
    }

    .business-details-blk-outer .city-busi-prog-outer {
        margin: 0;
    }

        .business-details-blk-outer .city-busi-prog-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .business-details-blk-outer .city-busi-prog-outer ul li {
                margin: 0 20px 10px 0;
                padding: 0px;
                list-style: none;
                color: #666;
                font-size: 14px;
                float: left;
            }

.done-button {
    text-align: right;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

    .done-button i {
        color: #259d47;
        margin: 0 5px 0 0;
    }

.contact-but-outer {
    margin: 10px 0 5px 0;
}

    .contact-but-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .contact-but-outer ul li {
            margin: 0px;
            padding: 0 10px 0 0;
            list-style: none;
            display: inline-block;
        }

.res-in-progress {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #eac112;
}

    .res-in-progress i {
        margin: 0 5px 0 0;
        background-color: #eac112;
        width: 10px;
        height: 10px;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.res-not-done {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #ce0235;
}

    .res-not-done i {
        margin: 0 5px 0 0;
        background-color: #ce0235;
        width: 10px;
        height: 10px;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.res-job-done {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #488d12;
}

    .res-job-done i {
        margin: 0 5px 0 0;
        background-color: #488d12;
        width: 10px;
        height: 10px;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.res-req-closed {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #45ccff;
}

    .res-req-closed i {
        margin: 0 3px 0 0;
        background-color: #45ccff;
        width: 10px;
        height: 10px;
        display: inline-block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.page-center {
    margin: 0 15%;
}

    .page-center .breadcrumb {
        background-color: #f5f6f8;
        padding: 10px 0 0 0;
    }

.business-name-with-status {
    margin: 0;
    padding: 15px 20px;
    background-color: #fff;
}

    .business-name-with-status .b-name {
        font-size: 16px;
        line-height: 20px;
        color: #212121;
        font-weight: 600;
        text-align: center;
        padding: 0 0 5px 0;
    }

        .business-name-with-status .b-name a {
            margin: 0 0 0 5px;
        }

        .business-name-with-status .b-name i {
            font-size: 13px;
            color: #999;
            margin: 0 3px;
        }

        .business-name-with-status .b-name span {
            font-size: 13px;
            color: #999;
        }

    .business-name-with-status .b-status {
        text-align: center;
    }

        .business-name-with-status .b-status .res-job-done {
            padding: 0px;
            font-size: 15px;
        }

.common-business-star {
    margin: 5px 0;
}

    .common-business-star ul {
        margin: 0;
        padding: 0px;
    }

    .common-business-star li {
        margin: 0px;
        padding: 0 2px 0 0;
        list-style: none;
        display: inline-block;
        font-size: 13px;
        line-height: 22px;
    }

        .common-business-star li i {
            font-size: 12px;
            line-height: 18px;
            color: #999;
        }

        .common-business-star li.active i {
            color: #ff9500;
        }

        .common-business-star li .sulekha-score {
            font-size: 13px;
            line-height: 18px;
            margin: 0 0 0 8px;
            color: #777;
        }

            .common-business-star li .sulekha-score b {
                background-color: #196d15;
                padding: 1px;
                font-weight: 400;
                color: #fff;
                margin: 0 2px;
                font-size: 13px;
                line-height: 13px;
                padding: 0 2px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.common-phone-outer {
    margin: 0 0 5px 0;
}

    .common-phone-outer.det-pad {
        padding: 4px 0 4px 0;
        margin: 0px;
    }

    .common-phone-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .common-phone-outer ul li {
            margin: 0 5px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            font-size: 13px;
            line-height: 22px;
            color: #333;
            position: relative;
        }

            .common-phone-outer ul li i {
                COLOR: #999;
                margin: 0 3px 0 0;
                font-size: 12px;
            }

                .common-phone-outer ul li i.detail {
                    margin: 0 5px 0 0;
                    font-size: 15px;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .common-phone-outer ul li a {
                color: #333;
                font-weight: 600;
            }

                .common-phone-outer ul li a.info {
                }

                .common-phone-outer ul li a img {
                    padding: 0 0 4px 0;
                }

                .common-phone-outer ul li a.send-sms {
                    color: #337ab7;
                    background-color: #daf2d4;
                    padding: 0 3px;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }

            .common-phone-outer ul li .information-outer {
                padding: 10px;
                position: absolute;
                width: 300px;
                z-index: 10;
                background-color: #fff;
                right: -145px;
                bottom: 28px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                display: none;
                border: solid 1px #e4e4e4;
                -webkit-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                -moz-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                display: none;
            }

            .common-phone-outer ul li:hover .information-outer {
                display: block;
            }

    .common-phone-outer .information-outer:after, .common-phone-outer .information-outer:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .common-phone-outer ul li .information-outer:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 5px;
        margin-left: -5px;
    }

    .common-phone-outer ul li .information-outer:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #cccccc;
        border-width: 6px;
        margin-left: -6px;
    }

    .common-phone-outer ul li .information-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .common-phone-outer ul li .information-outer ul li {
            margin: 0 0 0 15px;
            padding: 0 0 6px 5px;
            list-style: decimal;
            font-size: 13px;
            line-height: 16px;
            font-weight: normal;
            color: #444;
        }

    .common-phone-outer ul li .information-outer .close-txt {
        text-align: right;
        display: none;
    }

        .common-phone-outer ul li .information-outer .close-txt a {
            text-decoration: none;
            font-size: 12px;
            line-height: 12px;
            color: #000;
            padding: 0px;
            margin: 0px;
        }

.common-button-full-list-blk {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #ccc;
}

    .common-button-full-list-blk .lt-buttons {
        float: left;
    }

        .common-button-full-list-blk .lt-buttons span.sent {
            font-size: 16px;
            color: #333;
        }

            .common-button-full-list-blk .lt-buttons span.sent i {
                color: #259d47;
            }

    .common-button-full-list-blk .rt-buttons {
        float: right;
    }

.common-drop-list {
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border: solid 1px #ccc;
    top: 36px;
    position: absolute;
    height: 160px;
    margin: 0;
    overflow-y: scroll;
}

    .common-drop-list .titletxt {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        padding: 10px;
        background-color: #d3dced;
        font-weight: 500;
    }

    .common-drop-list ul .title-txt {
        font-size: 13px;
        line-height: 20px;
        color: #ff837e;
        font-weight: 500;
        background-color: #fdf9db;
        padding: 5px 10px;
    }

    .common-drop-list ul {
        margin: 0px;
        padding: 0px;
    }

    .common-drop-list li {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        border-right: 0;
        display: block;
        padding: 0;
        margin: 0px;
        float: none;
        width: auto;
        border-bottom: solid 1px #e4e4e4;
        cursor: pointer;
    }

    .common-drop-list ul li a {
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
        color: #333;
        border-right: none;
        display: block;
        text-align: left;
    }

    .common-drop-list ul li:hover a {
        color: #fff;
        background-color: #ff4242;
    }

    .common-drop-list ul li .active a {
        color: #fff;
        background-color: #ff4242;
    }

.discount-txt {
    background-color: #eefde5;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin: 10px 0;
    border: dashed 1px #6ec03a;
}
/*progresswrp start*/
.progresswrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 20px;
    padding: 10px 0 5px 0;
    list-style: none;
    background-color: #f7f7f7;
}

.progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
    text-align: center;
}

    .progress-step:last-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .progress-step:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -10;
        top: 11px;
        bottom: 12px;
        right: -14px;
        width: 100%;
        height: 5px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

.progress-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 25px;
    height: 25px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.progress-step .progress-count {
    color: #fff;
    background-color: #b6b6b6;
}

.progresswrp .progress-step::after {
    background-color: #b6b6b6;
    z-index: 10;
}

.progresswrp .progress-step.complete::after {
    background-color: #92cf5b;
    z-index: 10;
}

.progresswrp .progress-text {
    display: block;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #777;
    line-height: 14px;
}

.progresswrp .progress-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    margin-bottom: 5px;
}

.progress-center .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.progress-center .progress-step::after {
    right: -50%;
}

.progress-center .progress-count {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 700;
    color: #6a6a6a
}

    .progress-center .progress-count i {
        display: block;
        color: #fff;
        font-family: fontawesome;
        font-size: 15px;
    }

.progress-step.active .progress-count, .progress-step.complete .progress-count {
    background-color: #92cf5b;
    color: #3c611b;
}

.progress-tracker-text .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/*progresswrp end */
/* progress nav wrap start here */
.products-nav-wrp {
    height: 55px;
    overflow: hidden;
    position: relative;
    background: #edeff1;
    margin: 0;
}

    .products-nav-wrp ul {
        height: 90px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        margin: 0 55px;
        padding: 0;
    }

        .products-nav-wrp ul li {
            display: inline-block;
            margin: 0 2px 0 2px;
        }

            .products-nav-wrp ul li img {
                width: 80px;
                height: 53px;
            }

            .products-nav-wrp ul li a {
                color: #212121;
                white-space: nowrap;
                display: block;
                border-top: solid 5px #edeff1;
                padding: 15px 15px 18px 15px;
                font-size: 18px;
                line-height: 18px;
                position: relative;
            }

            .products-nav-wrp ul li.active a, .products-nav-wrp ul li:hover a {
                border-top: solid 5px #f98a08;
                color: #f98a08;
                background-color: #fff;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-top-right-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }
/*arrow*/
.products-nav-arrow-prev, .products-nav-arrow-next {
    padding: 2% 15px;
    background: #ccc;
    position: absolute;
    top: 0;
    padding: 15px;
    font-size: 18px;
    color: #333;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
}

.products-nav-arrow-prev {
    left: 0;
}

.products-nav-arrow-next {
    right: 0;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* progress nav wrap end here */
.tab-outer {
    margin: 0 0 15px 0
}

.message-box-outer {
    margin: 10px 25px 5px 114px;
    background-color: #f5f5f5;
    padding: 15px;
    width: 100%;
}

    .message-box-outer .name-txt {
        font-size: 14px;
        line-height: 18px;
        color: #293133;
        padding: 0 0 5px 0;
    }

        .message-box-outer .name-txt i {
            color: #999;
            margin: 0 2px 0 0;
            font-family: fontawesome;
            font-size: 16px;
        }

    .message-box-outer p {
        margin: 0px;
        padding: 0 0 5px 0;
        font-size: 13px;
        line-height: 16px;
        color: #666;
    }

    .message-box-outer.min-lt-margin, .message-reply-outer.min-lt-margin, .message-reply-outer.min-lt-margin, .reply-frm-fld-outer.min-lt-margin {
        margin: 10px 25px 5px 10px;
    }

.message-reply-outer {
    margin: 0 25px 10px 114px;
    width: 100%;
}

    .message-reply-outer .reply-txt {
        text-align: left;
        font-size: 13px;
        line-height: 18px;
        color: #30a4ea;
    }

        .message-reply-outer .reply-txt a {
            color: #30a4ea;
        }

.reply-frm-fld-outer {
    margin: 0 25px 10px 114px;
    width: 100%;
}

    .reply-frm-fld-outer textarea {
        height: 50px;
        width: 93%;
        resize: none;
        border: solid 1px #ccc;
    }

.input-group .loader {
    position: absolute;
    right: 95px;
    top: 0;
    z-index: 10;
}

.input-group .loader1 {
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 10;
}

.common-other-categories {
    padding: 0;
}

    .common-other-categories ul {
        padding: 10px 0;
        margin: 0px;
    }

        .common-other-categories ul li {
            padding: 0 15px 15px 5px;
            margin: 0;
            list-style: none;
            float: left;
            width: 20%;
            position: relative;
            font-size: 14px;
            line-height: 18px;
            color: #666;
        }

            .common-other-categories ul li i {
                margin: 0 5px 0 0;
                font-size: 14px;
                line-height: 18px;
            }

            .common-other-categories ul li a {
                font-size: 15px;
                line-height: 18px;
                color: #666;
            }

.common-status-outer {
    margin: 20px 0 30px 0;
}

    .common-status-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .common-status-outer ul li {
            margin: 0 0 10px 0;
            padding: 0;
            list-style: none;
            float: none;
            border-bottom: solid 1px #ccc;
        }

            .common-status-outer ul li.alert-text {
            }

                .common-status-outer ul li.alert-text .checkbox label:before {
                    border: solid 2px #cc1515;
                }

                .common-status-outer ul li.alert-text ul li {
                    color: #cc1515;
                }

            .common-status-outer ul li.bgcolor {
                background-color: #f1f5f7;
                font-size: 15px;
                font-weight: 600;
                color: #212121;
                text-align: left;
            }

            .common-status-outer ul li ul {
                margin: 0px;
                padding: 0px;
            }

                .common-status-outer ul li ul li {
                    margin: 0px;
                    padding: 10px;
                    list-style: none;
                    float: left;
                    text-align: left;
                    font-size: 14px;
                    line-height: 18px;
                    color: #333;
                    border-bottom: none;
                }

                    .common-status-outer ul li ul li i {
                        color: #999;
                        margin: 0 8px 0 0;
                    }

                    .common-status-outer ul li ul li.wid-1 {
                        width: 10%;
                    }

                    .common-status-outer ul li ul li.wid-2 {
                        width: 25%;
                    }

                    .common-status-outer ul li ul li.wid-3 {
                        width: 40%;
                    }

                    .common-status-outer ul li ul li.wid-4 {
                        width: 60%;
                    }

.add-note {
    position: absolute;
    right: 18px;
    top: 5px;
}

    .add-note i {
        color: #999;
        font-size: 12px;
        margin: 0 3px 0 0;
    }

    .add-note a {
        font-size: 13px;
    }

.fees-amt {
    position: absolute;
    padding: 3px 8px;
    font-size: 16px;
    line-height: 16px;
    color: #888;
    right: 116px;
    top: 7px;
}

    .fees-amt span {
        color: #11B50F;
        font-weight: bold;
    }

.comp-ques-answ-details {
    padding: 10px 15px;
    margin: 10px 15px;
    background-color: #f6f6f6;
}

    .comp-ques-answ-details .titletxt {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-weight: 700;
        padding: 0 0 5px 0;
    }

    .comp-ques-answ-details .details-txt {
        color: #3a3a3a;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

.communication-history-outer {
    padding: 20px;
    background-color: #fff;
}

    .communication-history-outer .single-conver {
        display: block;
        width: 100%;
    }

        .communication-history-outer .single-conver .date-time-outer {
            background: #f7f7f7;
            border-radius: 3px;
            border: 1px solid #ddd;
            display: inline-block;
            margin-bottom: 30px;
            padding: 15px 20px;
            position: relative;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
        }

            .communication-history-outer .single-conver .date-time-outer .status-tick {
                position: absolute;
                right: 5px;
                bottom: -2px;
            }

                .communication-history-outer .single-conver .date-time-outer .status-tick i {
                    color: #12A41A;
                    font-size: 18px;
                }

            .communication-history-outer .single-conver .date-time-outer:after {
                position: absolute;
                height: 30px;
                width: 2px;
                bottom: -30px;
                content: '';
                left: 20px;
                background: #ddd;
            }

            .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer {
                margin: 0 0 10px 0;
            }

                .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li {
                        margin: 0 15px 0 0;
                        padding: 0px;
                        list-style: none;
                        float: left;
                        font-size: 14px;
                        line-height: 18px;
                        color: #333;
                    }

                        .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li i {
                            margin: 0 4px 0 0;
                            color: #999;
                        }

                        .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li.date {
                            color: #666;
                        }

                        .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li.business-name {
                            color: #1abc9c;
                        }

                        .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li.sms {
                            background-color: #ec8d20;
                            color: #fff;
                            font-size: 11px;
                            padding: 0 3px;
                            -webkit-border-radius: 2px;
                            -moz-border-radius: 2px;
                            border-radius: 2px;
                        }

                        .communication-history-outer .single-conver .date-time-outer .chat-date-time-outer ul li.phone {
                            background-color: #855294;
                            color: #fff;
                            font-size: 11px;
                            padding: 0 3px;
                            -webkit-border-radius: 2px;
                            -moz-border-radius: 2px;
                            border-radius: 2px;
                        }

.block-list-outer {
    padding: 20px;
}

    .block-list-outer .title-outer-blk {
        padding: 0 5px;
    }

        .block-list-outer .title-outer-blk .lt-blk {
            float: left;
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            color: #212121;
        }

        .block-list-outer .title-outer-blk .rt-outer {
            float: right;
        }

    .block-list-outer .block-reason {
    }

.email-view-details {
    padding: 20px;
    border: solid 1px #9a4600;
    margin: 20px 0;
    background-color: #f9f9f9;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .email-view-details.no-border {
        border: none;
    }

    .email-view-details .close-txt {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .email-view-details .close-txt a {
            display: block;
            background-color: #ae2a45;
            padding: 1px 5px;
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            text-decoration: none;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

    .email-view-details .note-editor.note-frame .note-editing-area .note-editable ul li {
        border-bottom: none
    }

    .email-view-details .view-more-detail-outer {
        height: 130px;
        overflow-y: hidden;
    }

        .email-view-details .view-more-detail-outer.ful-height {
        }

        .email-view-details .view-more-detail-outer .vmore-but-outer {
            text-align: center;
            margin: 10px 0;
        }

            .email-view-details .view-more-detail-outer .vmore-but-outer a {
                font-size: 14px;
                line-height: 18px;
                color: #337ab7;
            }

            .email-view-details .view-more-detail-outer .vmore-but-outer span {
                display: block;
            }

        .email-view-details .view-more-detail-outer.fullheight {
            height: auto;
        }

.busi-main-det-list {
}

    .busi-main-det-list ul {
        margin: 0;
        padding: 0px;
    }

        .busi-main-det-list ul li {
            margin: 0 10px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
        }

            .busi-main-det-list ul li .req-sent {
                font-size: 16px;
                color: #333;
                padding: 7px 0 0 0;
            }

                .busi-main-det-list ul li .req-sent i {
                    color: #259d47;
                    margin: 0 3px 0 0;
                }

.business-job-done {
    margin: 20px 0 0 0;
}

    .business-job-done .job-done-title {
        font-size: 18px;
        line-height: 22px;
        color: #259d47;
        padding: 0 0 5px 0;
        font-weight: 600;
    }

        .business-job-done .job-done-title i {
            color: #259d47;
            margin: 0 0 0 4px;
        }

    .business-job-done .business-con-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #666;
        padding: 0 0 5px 0;
    }

        .business-job-done .business-con-title span {
            font-weight: 600;
            color: #212121
        }

    .business-job-done .serv-detail {
        padding: 0 0 5px 0;
    }

        .business-job-done .serv-detail ul {
            margin: 0px;
            padding: 0px
        }

            .business-job-done .serv-detail ul li {
                margin: 0px;
                padding: 0px 15px 0 0;
                list-style: none;
                font-size: 14px;
                color: #333;
                float: left;
            }

                .business-job-done .serv-detail ul li i {
                    color: #999;
                    margin: 0 4px 0 0;
                }

                .business-job-done .serv-detail ul li span {
                    color: #000;
                    font-weight: 600;
                    margin: 0 0 0 3px;
                }

    .business-job-done .button-outer {
        padding: 5px 0 0 0;
    }

.hired-outer {
    background-color: #fdfad7;
    padding: 15px;
    margin: 10px 0;
}

    .hired-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .hired-outer ul li {
            margin: 0px;
            padding: 0 15px 0 0;
            list-style: none;
            float: left;
        }

            .hired-outer ul li.hired {
                font-size: 16px;
                color: #2abc3b;
                font-weight: 600;
            }

                .hired-outer ul li.hired i {
                    font-size: 20px;
                    margin: 0 5px 0 0;
                }

            .hired-outer ul li.rated {
                font-size: 16px;
                color: #666;
                font-weight: 600;
            }

                .hired-outer ul li.rated i {
                    font-size: 20px;
                    margin: 0 5px 0 0;
                }

                .hired-outer ul li.rated .common-business-star {
                    margin: 1px 0 0 0;
                }

                    .hired-outer ul li.rated .common-business-star ul {
                        margin: 0;
                        padding: 0px;
                    }

                    .hired-outer ul li.rated .common-business-star li {
                        margin: 0px;
                        padding: 0 2px 0 0;
                        list-style: none;
                        display: inline-block;
                        font-size: 13px;
                        line-height: 22px;
                    }

                        .hired-outer ul li.rated .common-business-star li i {
                            font-size: 12px;
                            line-height: 18px;
                            color: #999;
                        }

                        .hired-outer ul li.rated .common-business-star li.active i {
                            color: #ff9500;
                        }

                        .hired-outer ul li.rated .common-business-star li.rat-txt {
                            margin: 0 5px 0 0;
                            font-size: 16px;
                        }

.busi-main-det-list p {
    margin: 0 0 8px 0;
}

    .busi-main-det-list p i {
        margin: 0 5px 0 0;
    }

.more-popup-listing {
    margin: 20px 10px;
}

    .more-popup-listing ul {
        margin: 0px;
        padding: 0px;
    }

        .more-popup-listing ul li {
            margin: 0px;
            padding: 0 10px 10px 0;
            list-style: none;
            float: left;
            width: 30%;
            font-size: 15px;
            line-height: 20px;
            color: #212121;
        }

            .more-popup-listing ul li a {
                color: #212121;
            }

.detail-top-link {
    text-align: center;
}

.bg-white-clr .card-box {
    box-shadow: none;
}

.detail-count-section {
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin: 20px 0;
    width: 100%;
}

    .detail-count-section .single-list {
        width: 100%;
        margin: 15px;
        padding: 15px;
        text-align: center;
        background-color: #f6f6f6;
        font-size: 16px;
        line-height: 20px;
        color: #666;
    }

        .detail-count-section .single-list b {
            color: #333;
            display: block;
            font-size: 18px;
            line-height: 22px;
        }

.full-business-detail-outer {
    background-color: #fff;
    margin: 20px 0;
}

    .full-business-detail-outer p i {
        font-size: 14px;
        color: #999;
        margin: 0 5px 0 0;
    }

    .full-business-detail-outer .business-timing {
    }

        .full-business-detail-outer .business-timing ul {
            margin: 0px;
            padding: 0px;
        }

            .full-business-detail-outer .business-timing ul li {
                margin: 0 10px 0 0;
                padding: 0px;
                list-style: none;
                float: left;
                position: relative;
                font-size: 14px;
                color: #666;
            }

                .full-business-detail-outer .business-timing ul li i {
                    font-size: 14px;
                    color: #999;
                    margin: 0 5px 0 0;
                }

                .full-business-detail-outer .business-timing ul li .timing-drop {
                    position: absolute;
                    background: #fff;
                    border: 1px solid #ccc;
                    top: 32px;
                    ;
                    width: 385px;
                    z-index: 100;
                }

                    .full-business-detail-outer .business-timing ul li .timing-drop:after, .full-business-detail-outer .business-timing ul li .timing-drop:before {
                        bottom: 100%;
                        left: 20px;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .full-business-detail-outer .business-timing ul li .timing-drop:after {
                        border-color: rgba(255, 255, 255, 0);
                        border-bottom-color: #fff;
                        border-width: 8px;
                        margin-left: -8px;
                    }

                    .full-business-detail-outer .business-timing ul li .timing-drop:before {
                        border-color: rgba(204, 204, 204, 0);
                        border-bottom-color: #ccc;
                        border-width: 9px;
                        margin-left: -9px;
                    }

                    .full-business-detail-outer .business-timing ul li .timing-drop ul {
                        margin: 0px;
                        padding: 10px;
                    }

                        .full-business-detail-outer .business-timing ul li .timing-drop ul li {
                            margin: 0px;
                            padding: 5px 10px;
                            list-style: none;
                            float: none;
                        }

                            .full-business-detail-outer .business-timing ul li .timing-drop ul li .lf-label {
                                float: left;
                                width: 40%;
                                font-size: 12px;
                                line-height: 18px;
                                text-align: left;
                                color: #555;
                            }

                                .full-business-detail-outer .business-timing ul li .timing-drop ul li .lf-label i {
                                    color: #999;
                                    margin: 2px 0 0 0;
                                }

                            .full-business-detail-outer .business-timing ul li .timing-drop ul li .rt-cont {
                                float: left;
                                font-size: 14px;
                                line-height: 18px;
                                text-align: left;
                            }

                                .full-business-detail-outer .business-timing ul li .timing-drop ul li .rt-cont span {
                                    background-color: #099f3c;
                                    dipslay: inline-block;
                                    margin: 0 5px;
                                    font-size: 12px;
                                    color: #fff;
                                    line-height: 18px;
                                    -webkit-border-radius: 4px;
                                    -moz-border-radius: 4px;
                                    border-radius: 4px;
                                    padding: 2px 8px;
                                    display: inline;
                                }

                                    .full-business-detail-outer .business-timing ul li .timing-drop ul li .rt-cont span.closed {
                                        background-color: #ccc;
                                        dipslay: inline-block;
                                        margin: 0 5px;
                                        font-size: 12px;
                                        color: #666;
                                        line-height: 18px;
                                        -webkit-border-radius: 4px;
                                        -moz-border-radius: 4px;
                                        border-radius: 4px;
                                        padding: 2px 8px;
                                    }

                                    .full-business-detail-outer .business-timing ul li .timing-drop ul li .rt-cont span.open {
                                        background-color: #21c1a5;
                                        dipslay: inline-block;
                                        margin: 0 5px;
                                        font-size: 12px;
                                        color: #fff;
                                        line-height: 18px;
                                        -webkit-border-radius: 4px;
                                        -moz-border-radius: 4px;
                                        border-radius: 4px;
                                        padding: 2px 8px;
                                    }

    .full-business-detail-outer .business-services {
    }

        .full-business-detail-outer .business-services ul {
            margin: 0px;
            padding: 0px;
        }

            .full-business-detail-outer .business-services ul li {
                margin: 0 10px 10px 0;
                padding: 0px;
                list-style: none;
                float: left;
                position: relative;
                font-size: 14px;
                color: #666;
                width: 22%;
            }

                .full-business-detail-outer .business-services ul li i {
                    font-size: 14px;
                    color: #999;
                    margin: 0 5px 0 0
                }

    .full-business-detail-outer .reviews-blk-outer {
    }

        .full-business-detail-outer .reviews-blk-outer .single-review-outer {
        }

            .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure {
                margin: 0 20px 0 0;
            }

                .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure.reply {
                    margin: 0 20px 0 70px;
                }

                .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure .name-txt {
                    width: 60px;
                    height: 60px;
                    font-size: 22px;
                    line-height: 22px;
                    color: #fff;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                    padding: 20px 10px 0 10px;
                    text-align: center;
                    text-transform: capitalize;
                }

                    .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure .name-txt.bg-red {
                        background-color: #890000;
                    }

                    .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure .name-txt.bg-green {
                        background-color: #22810e;
                    }

                    .full-business-detail-outer .reviews-blk-outer .single-review-outer .media figure .name-txt.bg-blue {
                        background-color: #4273f9;
                    }

            .full-business-detail-outer .reviews-blk-outer .single-review-outer .media .media-body {
            }

                .full-business-detail-outer .reviews-blk-outer .single-review-outer .media .media-body .user-name {
                    font-size: 16px;
                    padding: 0 0 5px 0;
                    color: #212121;
                    font-weight: 600;
                }

                .full-business-detail-outer .reviews-blk-outer .single-review-outer .media .media-body .time-outer {
                    font-size: 14px;
                    color: #666;
                }

                    .full-business-detail-outer .reviews-blk-outer .single-review-outer .media .media-body .time-outer i {
                        font-size: 14px;
                        color: #999;
                        margin: 0 5px 0 0
                    }

                .full-business-detail-outer .reviews-blk-outer .single-review-outer .media .media-body p {
                    font-size: 14px;
                    color: #888;
                    margin: 3px 0 15px 0;
                }

    .full-business-detail-outer .detail-communi-history-outer {
        margin: 0 10%;
    }

        .full-business-detail-outer .detail-communi-history-outer .nav-bordered a.active {
            border-bottom: 2px solid #f98a08 !important;
            color: #f98a08;
        }

        .full-business-detail-outer .detail-communi-history-outer .message-history-outer {
        }

            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul {
                padding: 30px 0 0;
                list-style: none;
                margin-bottom: 0
            }

                .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-pack: justify;
                    justify-content: flex-end;
                    border-bottom: solid 1px #ddd;
                    padding: 15px;
                }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li + li {
                        margin-top: 30px
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li figure {
                        width: 42px;
                        height: 42px;
                        border-radius: 100%;
                        margin-left: 15px;
                        -ms-flex-order: 2;
                        order: 2;
                        background: #7d1f9d;
                        text-align: center;
                        color: #fff;
                        align-items: center;
                        line-height: 40px;
                        font-weight: 500;
                        text-transform: uppercase
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li img {
                        width: 42px;
                        height: 42px;
                        border-radius: 100%;
                        margin-left: 15px;
                        -ms-flex-order: 2;
                        order: 2
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .content {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -ms-flex-order: 1;
                        order: 1
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .message + .message {
                        margin-top: 15px
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .bubble {
                        display: inline-block;
                        max-width: 360px;
                        background: #007bff;
                        text-align: left;
                        border-radius: 6px
                    }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li p {
                        padding: 10px 20px;
                        color: #fff;
                        margin: 0
                    }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li p span {
                            margin: 0;
                            padding: 0
                        }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span {
                        display: block;
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 1.2;
                        color: #bdbac2;
                        margin-bottom: 5px;
                        text-align: right
                    }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span strong {
                            font-style: normal;
                            color: #666666;
                            padding-right: 3px;
                        }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span strong b {
                                color: #fff;
                                padding-left: 3px;
                            }

                                .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span strong b.black {
                                    color: #777777;
                                    padding-left: 3px;
                                }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span em {
                            font-style: normal;
                            color: #777777;
                            padding-right: 3px;
                            font-weight: 400
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span b {
                            font-style: normal;
                            color: #212121;
                            padding-right: 3px;
                            font-weight: 400
                        }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span b svg {
                                overflow: hidden;
                                vertical-align: middle;
                            }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span b .eva {
                                width: 20px;
                                height: 20px;
                                fill: #bdbac2
                            }

                                .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li span b .eva.active {
                                    fill: #33b5ef
                                }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory {
                        display: block;
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 1.2;
                        color: #bdbac2;
                        margin-bottom: 10px;
                        padding: 10px 10px 0;
                    }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory p {
                            padding: 0 0 10px;
                            margin: 0
                        }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory p span {
                                font-size: 12px;
                                color: #fff;
                                display: inline-block
                            }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory p b {
                                font-size: 12px;
                                color: #fff;
                            }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory span.send-txt {
                            font-size: 13px;
                            color: #666;
                            display: inline-block;
                        }

                            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .chathistory span.send-txt i {
                                color: #259d47;
                                font-weight: bold;
                                margin: 0 4px 0 0;
                            }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd {
                        -ms-flex-pack: justify;
                        justify-content: flex-start;
                        text-align: left;
                    }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd span {
                            text-align: left
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd img {
                            margin-right: 15px;
                            margin-left: 0;
                            -ms-flex-order: 1;
                            order: 1
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd figure {
                            margin-right: 15px;
                            margin-left: 0;
                            -ms-flex-order: 1;
                            order: 1;
                            background: #0097a7
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd .chathistory p span {
                            color: #212121;
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd .content {
                            -ms-flex-order: 2;
                            order: 2
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd .bubble {
                            background: #f5f5f5
                        }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li.odd p {
                            color: #666666
                        }

                    .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .reply-actions {
                        margin: 10px 0;
                    }

                        .full-business-detail-outer .detail-communi-history-outer .message-history-outer .chat-listwrp ul > li .reply-actions .form-group textarea {
                            width: 100%
                        }

            .full-business-detail-outer .detail-communi-history-outer .message-history-outer .bottom {
                padding: 15px 30px 50px;
                position: relative;
                margin-bottom: 30px;
                background: #f9f9f9;
                border-top: solid 1px #ddd;
            }

                .full-business-detail-outer .detail-communi-history-outer .message-history-outer .bottom .prepend {
                    position: absolute;
                    top: 15px;
                    right: 31px;
                }

.my-star-rating {
}

    .my-star-rating span {
        font-size: 14px;
        margin: 0 5px 0 0;
        color: #999;
    }

        .my-star-rating span.active {
            font-size: 14px;
            margin: 0 5px 0 0;
            color: #ff9500;
        }

.common-business-star-rating ul {
    margin: 0;
    padding: 0px;
}

.common-business-star-rating li {
    margin: 0px;
    padding: 0 2px 0 0;
    list-style: none;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}

    .common-business-star-rating li i {
        font-size: 12px;
        line-height: 18px;
        color: #999;
    }

    .common-business-star-rating li:hover i, .common-business-star-rating li.active i {
        color: #ff9500;
    }

.grid-blk {
}

    .grid-blk .single-listing-blk {
        background-color: #fff;
        margin: 15px 0;
        -webkit-box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
        box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .grid-blk .single-listing-blk h4 {
            margin: 20px 0 15px 0;
        }

            .grid-blk .single-listing-blk h4 a {
                color: #333;
            }

        .grid-blk .single-listing-blk .status-bar {
            padding: 10px;
            font-size: 15px;
            color: #333;
        }

            .grid-blk .single-listing-blk .status-bar .lt-status {
                float: left;
                padding: 8px 15px 0 0;
            }

            .grid-blk .single-listing-blk .status-bar .rt-fix-status {
                float: right;
                padding: 0 15px 0 0;
                position: relative;
            }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist {
                    position: absolute;
                    right: 0;
                    top: 34px;
                    background-color: #f9f9f9;
                    border: solid 1px #ccc;
                    width: 100px;
                    z-index: 10;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    display: none;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status.active .drop-downlist {
                    display: block;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist:after, .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist:before {
                    bottom: 100%;
                    left: 75%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist:after {
                    border-color: rgba(228, 228, 228, 0);
                    border-bottom-color: #ccc;
                    border-width: 5px;
                    margin-left: -5px;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist:before {
                    border-color: rgba(228, 228, 228, 0);
                    border-bottom-color: #ccc;
                    border-width: 6px;
                    margin-left: -6px;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist ul li {
                        margin: 0px;
                        list-style: none;
                        border-bottom: solid 1px #e4e4e4;
                        font-size: 14px;
                        color: #333;
                    }

                        .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist ul li:last-child {
                            border-bottom: none;
                        }

                        .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist ul li a {
                            display: block;
                            padding: 10px;
                        }

                        .grid-blk .single-listing-blk .status-bar .rt-fix-status .drop-downlist ul li:hover a {
                            color: #fff;
                            background-color: #ff4242;
                        }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .tooltip-over-txt {
                    display: none;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status:hover .tooltip-over-txt {
                    display: block;
                    position: absolute;
                    top: -35px;
                    right: -33px;
                    padding: 5px 10px;
                    background-color: #000;
                    color: #fff;
                    font-size: 14px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    width: 120px;
                    z-index: 10;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .tooltip-over-txt:after, .grid-blk .single-listing-blk .status-bar .rt-fix-status .tooltip-over-txt:before {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .tooltip-over-txt:after {
                    border-color: rgba(0, 0, 0, 0);
                    border-top-color: #000;
                    border-width: 5px;
                    margin-left: -5px;
                }

                .grid-blk .single-listing-blk .status-bar .rt-fix-status .tooltip-over-txt:before {
                    border-color: rgba(0, 0, 0, 0);
                    border-top-color: #000;
                    border-width: 6px;
                    margin-left: -6px;
                }

            .grid-blk .single-listing-blk .status-bar.lead-progress .rt-fix-status i, .grid-blk .single-listing-blk .status-bar.not-done .rt-fix-status i, .grid-blk .single-listing-blk .status-bar.job-done .rt-fix-status i, .grid-blk .single-listing-blk .status-bar.job-done .rt-fix-status i {
                background-color: transparent !important;
                margin: 0px;
                width: auto;
                height: auto;
                font-size: 18px;
                margin: 8px 0 0 0;
                color: #333;
            }

            .grid-blk .single-listing-blk .status-bar i {
                margin: 5px 10px 0 0;
                width: 10px;
                height: 10px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                display: inline-block;
            }

            .grid-blk .single-listing-blk .status-bar.lead-progress {
                background-color: #fdf1db;
                color: #806027;
            }

                .grid-blk .single-listing-blk .status-bar.lead-progress i {
                    background-color: #806027;
                }

            .grid-blk .single-listing-blk .status-bar.not-done {
                background-color: #fcdde2;
                color: #7d2c38;
            }

                .grid-blk .single-listing-blk .status-bar.not-done i {
                    background-color: #7d2c38;
                }

            .grid-blk .single-listing-blk .status-bar.job-done {
                background-color: #d1f2eb;
                color: #0e6251;
            }

                .grid-blk .single-listing-blk .status-bar.job-done i {
                    background-color: #0e6251;
                }

        .grid-blk .single-listing-blk .user-q-a {
            padding: 0;
            margin: 0 15px 15px 15px;
        }

            .grid-blk .single-listing-blk .user-q-a ul {
                margin: 0px;
                padding: 0px;
            }

                .grid-blk .single-listing-blk .user-q-a ul li {
                    margin: 0 0 5px 0;
                    padding: 10px 0;
                    list-style: none;
                    display: flex;
                    justify-content: space-around;
                    border-bottom: solid 1px #e4e4e4;
                }

                    .grid-blk .single-listing-blk .user-q-a ul li:first-child {
                        border-top: solid 1px #e4e4e4;
                    }

                    .grid-blk .single-listing-blk .user-q-a ul li .content-txt {
                        font-size: 14px;
                        padding: 0;
                        width: 100%;
                    }

                        .grid-blk .single-listing-blk .user-q-a ul li .content-txt.lt-txt {
                            text-align: left;
                            color: #999;
                            padding: 0;
                        }

                        .grid-blk .single-listing-blk .user-q-a ul li .content-txt.rt-txt {
                            text-align: left;
                            color: #333;
                            padding: 0 0 0 15px;
                        }

        .grid-blk .single-listing-blk .description {
            margin: 20px 0 0 0;
        }

            .grid-blk .single-listing-blk .description p {
                font-size: 14px;
                line-height: 20px;
                color: #666;
                display: -webkit-box;
                height: 40px;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 0 15px 0 15px;
                margin: 0px;
            }

        .grid-blk .single-listing-blk .main-links-blk {
            background-color: #f5f5f5;
            margin: 20px 13px 10px 15px;
        }

            .grid-blk .single-listing-blk .main-links-blk ul {
                margin: 0px;
                padding: 0px;
            }

                .grid-blk .single-listing-blk .main-links-blk ul li {
                    margin: 0px;
                    padding: 0px;
                    float: left;
                    float: left;
                    list-style: none;
                    border-right: solid 2px #fff;
                }

                    .grid-blk .single-listing-blk .main-links-blk ul li:last-child {
                        border-right: none;
                    }

                    .grid-blk .single-listing-blk .main-links-blk ul li a {
                        padding: 15px 25px 15px 20px;
                        display: block;
                        font-size: 14px;
                        color: #337ab7;
                        position: relative;
                    }

                        .grid-blk .single-listing-blk .main-links-blk ul li a i {
                            font-size: 20px;
                            line-height: 20px;
                            color: #337ab7;
                            font-weight: normal;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a span {
                            margin: 0 10px 0 0;
                            -webkit-border-radius: 10px;
                            -moz-border-radius: 10px;
                            border-radius: 10px;
                            padding: 5px;
                            background-color: #ccc;
                            color: #000;
                            font-size: 10px;
                            line-height: 9px;
                            float: left;
                            display: block;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a .tooltip-over-txt {
                            display: none;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a:hover .tooltip-over-txt {
                            display: block;
                            position: absolute;
                            top: -40px;
                            left: 10px;
                            padding: 5px 10px;
                            background-color: #000;
                            color: #fff;
                            font-size: 14px;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a .tooltip-over-txt:after, .grid-blk .single-listing-blk .main-links-blk ul li a .tooltip-over-txt:before {
                            top: 100%;
                            left: 50%;
                            border: solid transparent;
                            content: " ";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a .tooltip-over-txt:after {
                            border-color: rgba(0, 0, 0, 0);
                            border-top-color: #000;
                            border-width: 5px;
                            margin-left: -5px;
                        }

                        .grid-blk .single-listing-blk .main-links-blk ul li a .tooltip-over-txt:before {
                            border-color: rgba(0, 0, 0, 0);
                            border-top-color: #000;
                            border-width: 6px;
                            margin-left: -6px;
                        }

        .grid-blk .single-listing-blk .vmore-links {
            padding: 10px 15px 15px 0;
            text-align: right;
        }

            .grid-blk .single-listing-blk .vmore-links a {
                font-size: 14px;
                color: #337ab7;
            }

.modal-lg.sm-width, .modal-xl.sm-width {
    max-width: 500px;
}

.modal-body .message-history-outer {
}

    .modal-body .message-history-outer .chat-listwrp ul {
        padding: 30px 0 0;
        list-style: none;
        margin-bottom: 0
    }

        .modal-body .message-history-outer .chat-listwrp ul > li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: flex-end;
            border-bottom: solid 1px #ddd;
            padding: 15px;
        }

            .modal-body .message-history-outer .chat-listwrp ul > li + li {
                margin-top: 30px
            }

            .modal-body .message-history-outer .chat-listwrp ul > li figure {
                width: 42px;
                height: 42px;
                border-radius: 100%;
                margin-left: 15px;
                -ms-flex-order: 2;
                order: 2;
                background: #7d1f9d;
                text-align: center;
                color: #fff;
                align-items: center;
                line-height: 40px;
                font-weight: 500;
                text-transform: uppercase
            }

            .modal-body .message-history-outer .chat-listwrp ul > li img {
                width: 42px;
                height: 42px;
                border-radius: 100%;
                margin-left: 15px;
                -ms-flex-order: 2;
                order: 2
            }

            .modal-body .message-history-outer .chat-listwrp ul > li .content {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-order: 1;
                order: 1
            }

            .modal-body .message-history-outer .chat-listwrp ul > li .message + .message {
                margin-top: 15px
            }

            .modal-body .message-history-outer .chat-listwrp ul > li .bubble {
                display: inline-block;
                max-width: 360px;
                background: #007bff;
                text-align: left;
                border-radius: 6px
            }

            .modal-body .message-history-outer .chat-listwrp ul > li p {
                padding: 10px 20px;
                color: #fff;
                margin: 0
            }

                .modal-body .message-history-outer .chat-listwrp ul > li p span {
                    margin: 0;
                    padding: 0
                }

            .modal-body .message-history-outer .chat-listwrp ul > li span {
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.2;
                color: #bdbac2;
                margin-bottom: 5px;
                text-align: right
            }

                .modal-body .message-history-outer .chat-listwrp ul > li span strong {
                    font-style: normal;
                    color: #666666;
                    padding-right: 3px;
                }

                    .modal-body .message-history-outer .chat-listwrp ul > li span strong b {
                        color: #fff;
                        padding-left: 3px;
                    }

                        .modal-body .message-history-outer .chat-listwrp ul > li span strong b.black {
                            color: #777777;
                            padding-left: 3px;
                        }

                .modal-body .message-history-outer .chat-listwrp ul > li span em {
                    font-style: normal;
                    color: #777777;
                    padding-right: 3px;
                    font-weight: 400
                }

                .modal-body .message-history-outer .chat-listwrp ul > li span b {
                    font-style: normal;
                    color: #212121;
                    padding-right: 3px;
                    font-weight: 400
                }

                    .modal-body .message-history-outer .chat-listwrp ul > li span b svg {
                        overflow: hidden;
                        vertical-align: middle;
                    }

                    .modal-body .message-history-outer .chat-listwrp ul > li span b .eva {
                        width: 20px;
                        height: 20px;
                        fill: #bdbac2
                    }

                        .modal-body .message-history-outer .chat-listwrp ul > li span b .eva.active {
                            fill: #33b5ef
                        }

            .modal-body .message-history-outer .chat-listwrp ul > li .chathistory {
                display: block;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.2;
                color: #bdbac2;
                margin-bottom: 10px;
                padding: 10px 10px 0;
            }

                .modal-body .message-history-outer .chat-listwrp ul > li .chathistory p {
                    padding: 0 0 10px;
                    margin: 0
                }

                    .modal-body .message-history-outer .chat-listwrp ul > li .chathistory p span {
                        font-size: 12px;
                        color: #fff;
                        display: inline-block
                    }

                    .modal-body .message-history-outer .chat-listwrp ul > li .chathistory p b {
                        font-size: 12px;
                        color: #fff;
                    }

            .modal-body .message-history-outer .chat-listwrp ul > li.odd {
                -ms-flex-pack: justify;
                justify-content: flex-start;
                text-align: left;
            }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd span {
                    text-align: left
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd img {
                    margin-right: 15px;
                    margin-left: 0;
                    -ms-flex-order: 1;
                    order: 1
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd figure {
                    margin-right: 15px;
                    margin-left: 0;
                    -ms-flex-order: 1;
                    order: 1;
                    background: #0097a7
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd .chathistory p span {
                    color: #212121;
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd .content {
                    -ms-flex-order: 2;
                    order: 2
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd .bubble {
                    background: #f5f5f5
                }

                .modal-body .message-history-outer .chat-listwrp ul > li.odd p {
                    color: #666666
                }

            .modal-body .message-history-outer .chat-listwrp ul > li .reply-actions {
                margin: 10px 0;
            }

                .modal-body .message-history-outer .chat-listwrp ul > li .reply-actions .form-group textarea {
                    width: 100%
                }

    .modal-body .message-history-outer .bottom {
        padding: 15px 30px 50px;
        position: relative;
        margin-bottom: 30px;
        background: #f9f9f9;
        border-top: solid 1px #ddd;
    }

        .modal-body .message-history-outer .bottom .prepend {
            position: absolute;
            top: 15px;
            right: 31px;
        }

.modal-body .share-socical-icon-outer {
    padding: 20px;
    background-color: #f9f9f9;
}

    .modal-body .share-socical-icon-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .share-socical-icon-outer ul li {
            margin: 0 20px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            font-size: 15px;
            line-height: 20px;
        }

            .modal-body .share-socical-icon-outer ul li a i {
                font-size: 18px;
                margin: 0 4px 0 0;
            }

            .modal-body .share-socical-icon-outer ul li.facebook a {
                color: #3b5998;
            }

            .modal-body .share-socical-icon-outer ul li.twitter a {
                color: #38A1F3;
            }

            .modal-body .share-socical-icon-outer ul li.whatsapp {
                display: none;
            }

                .modal-body .share-socical-icon-outer ul li.whatsapp a {
                    color: #25D366;
                }

.modal-body .or-content {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.modal-body .share-frm-outer {
    padding: 20px;
    background-color: #f9f9f9;
}

    .modal-body .share-frm-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .share-frm-outer ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .modal-body .share-frm-outer ul li .form-group span {
                font-size: 12px;
                color: #999;
                margin: 0 0 0 5px;
            }

            .modal-body .share-frm-outer ul li.alert-text .form-group label {
                color: #c52429;
            }

            .modal-body .share-frm-outer ul li.alert-text .form-group input, .modal-body .share-frm-outer ul li.alert-text .form-group textarea {
                border: solid 1px #c52429;
            }

.sulekha-contact {
    position: relative;
    background-color: #6658dd;
    border: solid 5px #6658dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0 0;
}

    .sulekha-contact.change-password {
        background-color: #fff;
        border: none;
        margin: 0 auto;
        padding: 25px 0;
    }

    .sulekha-contact .lt-exp-img-outer {
        width: 40%;
        padding: 50px 20px;
        margin: auto;
        float: left;
        text-align: center;
    }

        .sulekha-contact .lt-exp-img-outer img {
            text-align: center;
            margin: 20px 0 0 0;
        }

        .sulekha-contact .lt-exp-img-outer .title-txt {
            font-size: 30px;
            color: #fff;
            margin: 0 0 10px 0;
            text-align: center;
            padding: 0 15px;
        }

        .sulekha-contact .lt-exp-img-outer p {
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            margin: 0 0 10px 0;
            text-align: center;
            padding: 0 15px;
        }

    .sulekha-contact .frm-outer {
        width: 60%;
        float: left;
        background-color: #fff;
    }

    .sulekha-contact.change-password .frm-outer {
        background-color: #fff;
        margin: 20px auto;
        float: none;
        border: solid 1px #ccc;
    }

    .sulekha-contact .frm-outer .frm-title {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        padding: 10px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #ccc;
        background-color: #f7f7f7;
    }

    .sulekha-contact .frm-outer .frm-title {
        background-color: #f9f9f9;
        border: none;
    }

    .sulekha-contact .frm-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .sulekha-contact .frm-outer ul li {
            margin: 0 20%;
            padding: 0px;
            list-style: none;
        }

            .sulekha-contact .frm-outer ul li .form-group {
                margin: 0 15px;
            }

                .sulekha-contact .frm-outer ul li .form-group label span {
                    font-size: 11px;
                    color: #999;
                }

                .sulekha-contact .frm-outer ul li .form-group .upload-file-outer {
                    text-align: left;
                    margin: 2px 0 0 20px;
                }

                .sulekha-contact .frm-outer ul li .form-group textarea {
                    height: 50px;
                }

                .sulekha-contact .frm-outer ul li .form-group .upload-file-outer {
                    font-size: 13px;
                }

                .sulekha-contact .frm-outer ul li .form-group .two-flds {
                }

                    .sulekha-contact .frm-outer ul li .form-group .two-flds .lt-blk {
                        float: left;
                        width: 70%;
                    }

                    .sulekha-contact .frm-outer ul li .form-group .two-flds .rt-blk {
                        float: left;
                        width: 30%;
                    }

            .sulekha-contact .frm-outer ul li .btn-outer {
                margin: 20px 0;
                text-align: center;
            }

            .sulekha-contact .frm-outer ul li.readonly-fld input {
                background-color: #f2f2f2;
                cursor: not-allowed;
            }

            .sulekha-contact .frm-outer ul li .explain-txt {
                font-size: 12px;
                color: #c52429;
            }

.user-thankyou-outer {
    margin: 20px;
}

    .user-thankyou-outer p {
        font-size: 20px;
        line-height: 24px;
        color: #333;
    }

        .user-thankyou-outer p i {
            margin: 0 10px 0 0;
            font-size: 36px;
            color: #07A314;
        }

.listing-int-txt {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    background-color: #7ffb8d;
    padding: 2px 4px;
    position: absolute;
    z-index: 10;
    left: 11px;
    top: 0px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.listing-match-txt {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    background-color: #f2be53;
    padding: 2px 4px;
    position: absolute;
    z-index: 10;
    left: 11px;
    top: 0px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* upload resume block starts here */
.upload-resume-block-outer {
    border: solid 1px #e4e4e4;
    background-color: #fff;
    margin: 30px 0 0 0;
}

    .upload-resume-block-outer .upload-title {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        padding: 10px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #ccc;
        background-color: #fffbf2;
    }

    .upload-resume-block-outer .form-fields-outer {
        margin: 20px 25%;
    }

        .upload-resume-block-outer .form-fields-outer .mandatory-flds {
            font-size: 11px;
            color: #B4181A;
            text-align: right;
        }

        .upload-resume-block-outer .form-fields-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .upload-resume-block-outer .form-fields-outer ul li {
                margin: 0px;
                padding: 0px;
                list-style: none;
            }

                .upload-resume-block-outer .form-fields-outer ul li .upload-file-outer {
                    text-align: right;
                    margin: 5px 0;
                    font-size: 13px;
                }

                .upload-resume-block-outer .form-fields-outer ul li .form-group label span {
                    font-size: 11px;
                    color: #999;
                    margin: 0 0 0 5px;
                }

        .upload-resume-block-outer .form-fields-outer .upload-but-outer {
            text-align: center;
            margin: 10px 0 20px 0;
        }

.thankyou-msg {
    border: solid 1px #e4e4e4;
    background-color: #fff;
    margin: 30px 0;
    padding: 20px;
}

    .thankyou-msg p {
        font-size: 16px;
        line-height: 22px;
        color: #333;
        margin: 0 0 10px 0;
    }

        .thankyou-msg p strong {
            color: #1abc9c;
        }

            .thankyou-msg p strong i {
                color: #1abc9c;
                font-size: 22px;
                margin: 0 0 0 4px;
            }

.rt-explanation {
    padding: 20px;
    background-color: #fff;
    margin: 30px 0 0 0;
    border: solid 1px #e4e4e4;
}

    .rt-explanation figure {
        padding: 0 20px 20px 20px;
        text-align: center;
    }

    .rt-explanation .resume-title-txt {
        font-size: 22px;
        line-height: 26px;
        color: #000;
        margin: 0 0 15px 10px;
        text-align: left;
    }

    .rt-explanation ul {
        margin: 0px;
        padding: 0px;
    }

        .rt-explanation ul li {
            margin: 0 0 0 30px;
            padding: 0 0 15px 0;
            list-style: square;
            font-size: 16px;
            color: #888;
            line-height: 20px;
        }

.candidate-imp-det-outer {
    background-color: #154053;
    padding: 20px;
    position: relative;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .candidate-imp-det-outer figure {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        background-color: #fff;
        padding: 10px;
        float: left;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        z-index: 5;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .candidate-imp-det-outer figure .upload_bg2 {
            border-radius: 25px;
            width: 45px;
            border: 1px solid rgba(0,0,0,0.1);
            background: rgba(255, 255, 255, 0.8);
            position: absolute;
            top: -6px;
            height: 45px;
            right: -5px;
        }

            .candidate-imp-det-outer figure .upload_bg2 .ucdb_upload_input {
                left: 0px;
                -moz-transition: .3s ease;
                -webkit-transition: .3s ease;
                transition: .3s ease;
                height: 50px;
                text-align: center;
                cursor: pointer;
                position: absolute;
                display: inline-block;
                width: 100%;
                padding: 50px 0 0;
                overflow: hidden;
                z-index: 1;
            }

        .candidate-imp-det-outer figure .uploadtext {
            position: absolute;
            top: 25%;
            bottom: 0;
            width: 100%;
            text-align: center;
            margin: auto;
            z-index: 0;
            left: 0;
            color: #999;
            font-size: 16px;
            font-weight: 700;
        }

            .candidate-imp-det-outer figure .uploadtext i {
                font-size: 20px;
                color: #333;
            }

        .candidate-imp-det-outer figure img {
            height: auto;
            width: 120px;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
            margin: auto;
        }

    .candidate-imp-det-outer ul {
        margin: 0px;
        padding: 0px;
        width: calc(100% - 150px);
        list-style: none;
        float: left;
    }

        .candidate-imp-det-outer ul li {
            margin: 0 0 0 20px;
            padding: 0px;
        }

            .candidate-imp-det-outer ul li.name {
                font-size: 26px;
                line-height: 30px;
                color: #fff;
                font-weight: 700;
                letter-spacing: 0.5px;
            }

                .candidate-imp-det-outer ul li.name a {
                    color: #fff;
                    font-size: 16px;
                    font-weight: normal;
                }

                    .candidate-imp-det-outer ul li.name a i {
                        color: #fff;
                        font-size: 22px;
                        font-weight: normal;
                    }

            .candidate-imp-det-outer ul li.designation {
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                letter-spacing: 0.5;
                padding: 0 0 5px 0;
            }

            .candidate-imp-det-outer ul li.two-col {
            }

                .candidate-imp-det-outer ul li.two-col ul {
                    margin: 5px 0 0 0;
                    padding: 0px;
                    width: 100%;
                }

                    .candidate-imp-det-outer ul li.two-col ul li {
                        margin: 0px;
                        padding: 0 0 4px 0;
                        list-style: none;
                        float: left;
                        width: 50%;
                        font-size: 15px;
                        line-height: 18px;
                        color: #fff;
                    }

                        .candidate-imp-det-outer ul li.two-col ul li i {
                            margin: 0 8px 0 0;
                        }

            .candidate-imp-det-outer ul li .emp-type {
            }

                .candidate-imp-det-outer ul li .emp-type ul {
                    margin: 0px;
                    padding: 0px;
                    width: 100%;
                }

                    .candidate-imp-det-outer ul li .emp-type ul li {
                        margin: 0px;
                        padding: 0 10px 0 0;
                        list-style: none;
                        float: left;
                        font-size: 15px;
                        color: #fff;
                    }

                        .candidate-imp-det-outer ul li .emp-type ul li a {
                            color: #fff;
                        }

    .candidate-imp-det-outer .profile-strenth {
        margin: 10px 0 0 0;
    }

        .candidate-imp-det-outer .profile-strenth .explain-txt {
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            float: left;
        }

        .candidate-imp-det-outer .profile-strenth .percentage-txt {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            color: #fff;
            float: right;
        }

.progress-bar.blk-color {
    color: #212121;
}

h3 span.con {
    font-size: 13px;
    color: #999;
    margin: 0 0 0 5px;
}

.upload-res-outer {
}

    .upload-res-outer .file-upload-outer {
        position: relative;
        border: solid 1px #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .upload-res-outer .file-upload-outer .form-group {
            margin-bottom: 0px;
        }

        .upload-res-outer .file-upload-outer .btn-outer {
            text-align: center;
            position: absolute;
            top: 25%;
            bottom: 0px;
            z-index: 0;
            width: 100%;
        }

        .upload-res-outer .file-upload-outer p {
            font-size: 12px;
            color: #777;
            text-align: center;
            margin: 0 0 20px 0;
        }

    .upload-res-outer .uploaded-resume {
        font-size: 15px;
        line-height: 20px;
        color: #333;
        font-weight: 600;
        margin: 0 0 10px 20px;
    }

        .upload-res-outer .uploaded-resume span {
            font-size: 12px;
            color: #888;
            margin: 0 0 0 5px;
            font-weight: normal;
        }

    .upload-res-outer .delete-resume {
        font-size: 15px;
        line-height: 20px;
        margin: 0 20px 10px 0;
        text-align: right;
    }

        .upload-res-outer .delete-resume a {
            color: #337ab7;
        }

            .upload-res-outer .delete-resume a i {
                font-size: 18px;
                margin: 0 5px 0 0;
            }

.pending-action-outer {
    background-color: #cff5fe;
    margin: 20px 0 0;
    padding: 20px;
}

    .pending-action-outer .pending-action-txt {
        font-size: 18px;
        color: #212121;
        line-height: 24px;
        font-weight: 700;
        margin: 0 0 15px 0;
    }

        .pending-action-outer .pending-action-txt a {
            color: #337ab7;
        }

    .pending-action-outer .one-action-txt {
        font-size: 15px;
        color: #337ab7;
        line-height: 20px;
        margin: 0 0 15px 0;
    }

        .pending-action-outer .one-action-txt a {
            color: #337ab7;
        }

    .pending-action-outer .view-all {
        font-size: 18px;
        padding: 20px 0 0 0;
        text-align: right;
    }

        .pending-action-outer .view-all a {
            color: #337ab7;
        }
/* upload resume block end here */
/* manage ads starts here */
.table .thead-light th a {
    color: #6c757d;
}

.manage-ad-table {
}

    .manage-ad-table table tr th, .manage-ad-table table tr td {
        padding: 20px 15px;
        font-size: 14px;
        line-height: 18px;
    }

        .manage-ad-table table tr td.title-txt {
            font-size: 16px;
            line-height: 22px;
            color: #333;
            font-weight: 600;
        }

        .manage-ad-table table tr td p {
            margin: 3px 0 0 0;
        }

            .manage-ad-table table tr td p span {
                margin: 0 15px 0 0;
                font-size: 13px;
            }

        .manage-ad-table table tr td.ad-status i {
            margin: 0 5px 0 0;
            color: #f00;
            font-size: 16px;
        }

.single-manage-ad-details-outer {
    position: relative;
    margin: 20px 30px;
    background-color: #f9f9f9;
    border: solid 1px #ccc;
    padding: 15px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .single-manage-ad-details-outer h4 {
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .single-manage-ad-details-outer .close-txt {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .single-manage-ad-details-outer .close-txt a {
            display: block;
            background-color: #ae2a45;
            padding: 1px 5px;
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            text-decoration: none;
            -webkit-border-radius: 50px;
        }

    .single-manage-ad-details-outer .ad-det {
        margin: 0 0 10px 0;
    }

        .single-manage-ad-details-outer .ad-det ul {
            margin: 0px;
            padding: 0px;
        }

            .single-manage-ad-details-outer .ad-det ul li {
                margin: 0px;
                padding: 0 20px 0 0;
                list-style: none;
                float: left;
                font-size: 14px;
                line-height: 18px;
                color: #333;
                font-weight: 400;
            }

                .single-manage-ad-details-outer .ad-det ul li i {
                    font-size: 16px;
                    margin: 0 6px 0 0;
                    color: #999;
                }

    .single-manage-ad-details-outer .per-det {
        margin: 15px 40% 15px 0;
    }

        .single-manage-ad-details-outer .per-det table tr td {
            padding: 10px 15px;
            border: solid 1px #ccc;
            background-color: #FFF;
            font-size: 15px;
            line-height: 20px;
            color: #333;
        }

            .single-manage-ad-details-outer .per-det table tr td.lt-label {
                color: #666;
                width: 30%;
            }

    .single-manage-ad-details-outer .reply-outer {
        margin: 20px 20px 20px 0;
    }

        .single-manage-ad-details-outer .reply-outer .lt-txt-area {
            float: left;
            width: 65%;
            position: relative;
        }

            .single-manage-ad-details-outer .reply-outer .lt-txt-area .count-txt {
                padding: 4px 5px;
                font-size: 12px;
                color: #888;
                position: absolute;
                bottom: 8px;
                right: 2px;
                z-index: 2;
                background-color: #f9f9f9;
            }

            .single-manage-ad-details-outer .reply-outer .lt-txt-area textarea {
                width: 100%;
                height: 80px;
                resize: none;
            }

        .single-manage-ad-details-outer .reply-outer .rt-but-outer {
            float: left;
            width: 30%;
            margin: 25px 0 0 0;
        }

.modal-header.resume-header {
    background-color: #d2fef9;
}

.modal-body .resume-basics-frm {
    margin: 15px 15%;
}

    .modal-body .resume-basics-frm .two-col-outer {
    }

        .modal-body .resume-basics-frm .two-col-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .modal-body .resume-basics-frm .two-col-outer ul li {
                margin: 0px;
                padding: 0px;
                list-style: none;
                float: left;
                width: 50%;
            }

                .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list {
                }

                .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list {
                    background-color: #fff;
                    border: solid 1px #ccc;
                    width: 100%;
                    height: 100px;
                    overflow-y: scroll;
                    position: absolute;
                    left: 0px;
                    top: 37px;
                    z-index: 1;
                    padding: 10px 0;
                }

                    .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list ul li {
                            margin: 0px;
                            padding: 0px;
                            list-style: none;
                            width: 100%;
                            float: none;
                        }

                            .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list ul li a {
                                font-size: 15px;
                                line-height: 20px;
                                color: #000;
                                display: block;
                                padding: 5px 10px;
                                transition: 1s;
                            }

                                .modal-body .resume-basics-frm .two-col-outer ul li .drop-down-list ul li a:hover {
                                    background-color: #ff4242;
                                    color: #fff;
                                }

.drop-down-list {
    background-color: #fff;
    border: solid 1px #ccc;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    position: absolute;
    left: 0px;
    top: 37px;
    z-index: 1;
    padding: 10px 0;
}

    .drop-down-list ul {
        margin: 0px;
        padding: 0px;
    }

        .drop-down-list ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            width: 100%;
            float: none;
        }

            .drop-down-list ul li a {
                font-size: 15px;
                line-height: 20px;
                color: #000;
                display: block;
                padding: 5px 10px;
                transition: 1s;
            }

                .drop-down-list ul li a:hover {
                    background-color: #ff4242;
                    color: #fff;
                }

.modal-body .resume-basics-frm .phone-col-outer {
}

    .modal-body .resume-basics-frm .phone-col-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .resume-basics-frm .phone-col-outer ul li {
            margin: 0 20px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
        }

            .modal-body .resume-basics-frm .phone-col-outer ul li.cou-code {
                width: 100px;
            }

            .modal-body .resume-basics-frm .phone-col-outer ul li.numbers {
                width: 40%;
            }

.modal-body .resume-basics-frm .btn-outer {
    text-align: right;
    padding: 15px 0;
}

.common-blk-resume-outer {
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);
    margin: 20px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .common-blk-resume-outer .common-title {
        padding: 0 15px 15px 15px;
    }

        .common-blk-resume-outer .common-title .lt-title {
            font-size: 20px;
            line-height: 30px;
            color: #000;
            font-weight: 700;
            float: left;
        }

            .common-blk-resume-outer .common-title .lt-title a i {
                margin: 0 0 0 5px;
                font-size: 20px;
            }

        .common-blk-resume-outer .common-title .rt-title {
            font-size: 14px;
            line-height: 30px;
            color: #212121;
            font-weight: 700;
            float: right;
            text-transform: uppercase;
        }

            .common-blk-resume-outer .common-title .rt-title a {
                color: #337ab7;
            }

    .common-blk-resume-outer .common-table-outer {
        padding: 20px;
    }

        .common-blk-resume-outer .common-table-outer table tr td a i {
            font-size: 20px;
        }

    .common-blk-resume-outer p {
        font-size: 14px;
        line-height: 20px;
        color: #212121;
        padding: 0px;
        margin: 0 20px 10px 20px;
    }

.my-res-title {
    position: relative;
}

    .my-res-title .count-txt {
        padding: 4px 5px;
        font-size: 12px;
        color: #888;
        position: absolute;
        bottom: 8px;
        right: 2px;
        z-index: 2;
        background-color: #f9f9f9;
    }

    .my-res-title .form-group textarea {
        width: 100%;
        height: 60px;
        resize: none;
        border: solid 1px #ccc;
        border-radius: .2rem;
    }

        .my-res-title .form-group textarea.max-height {
            height: 140px;
        }

.ratings {
}

    .ratings b {
        float: left;
        font-size: 11px;
        font-weight: 400;
        margin: 0 5px 0 0;
        text-transform: none
    }

    .ratings .number {
        font-size: 14px;
        margin-left: 8px;
        line-height: 28px
    }

    .ratings .number_text {
        font-size: 11px;
        color: #666;
        display: block
    }

    .ratings i {
        height: 22px;
        width: 21px;
        margin-top: 5px;
        background-color: #cbcbcb;
        float: left;
        cursor: pointer
    }

    .ratings .color1.active, .ratings .color1:hover {
        background-color: #f90003
    }

    .ratings .color2.active, .ratings .color2:hover {
        background-color: #f83814
    }

    .ratings .color3.active, .ratings .color3:hover {
        background-color: #f85e11
    }

    .ratings .color4.active, .ratings .color4:hover {
        background-color: #f49401
    }

    .ratings .color5.active, .ratings .color5:hover {
        background-color: #ffd100
    }

    .ratings .color6.active, .ratings .color6:hover {
        background-color: #f4e115
    }

    .ratings .color7.active, .ratings .color7:hover {
        background-color: #d8ec20
    }

    .ratings .color8.active, .ratings .color8:hover {
        background-color: #acd100
    }

    .ratings .color9.active, .ratings .color9:hover {
        background-color: #5ca909
    }

    .ratings .color10.active, .ratings .color10:hover {
        background-color: #437d04
    }

    .ratings .color1 {
        background-color: #f1f1f1
    }

    .ratings .color2 {
        background-color: #e4e4e4
    }

    .ratings .color3 {
        background-color: #d6d6d6
    }

    .ratings .color4 {
        background-color: #c9c9c9
    }

    .ratings .color5 {
        background-color: #bbb
    }

    .ratings .color6 {
        background-color: #adadad
    }

    .ratings .color7 {
        background-color: #a0a0a0
    }

    .ratings .color8 {
        background-color: #929292
    }

    .ratings .color9 {
        background-color: #848484
    }

    .ratings .color10 {
        background-color: #777
    }

    .ratings i.active, .ratings i:hover {
        background-color: #ee8f0b
    }

.modal-body .resume-basics-frm .yrs-exp {
    margin: 15px 0;
}

    .modal-body .resume-basics-frm .yrs-exp label {
        text-align: left;
        display: block;
    }

    .modal-body .resume-basics-frm .yrs-exp ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .resume-basics-frm .yrs-exp ul li {
            margin: 0 15px 0 0;
            padding: 0px;
            float: left;
            list-style: none;
            text-align: center;
            font-size: 14px;
            color: #666;
        }

            .modal-body .resume-basics-frm .yrs-exp ul li.to {
                margin: 40px 15px 0 0;
            }

.user-personal-details {
    padding: 20px;
}

    .user-personal-details ul {
        margin: 0px;
        padding: 0px;
    }

        .user-personal-details ul li {
            margin: 0px;
            padding: 0 0 20px 0;
            list-style: none;
            float: left;
            width: 50%;
        }

            .user-personal-details ul li label {
                font-size: 13px;
                line-height: 16px;
                color: #777;
                padding: 0 0 3px 0;
                margin: 0px;
                display: block;
            }

            .user-personal-details ul li .cont-outer {
                font-size: 15px;
                line-height: 18px;
                color: #212121;
            }

                .user-personal-details ul li .cont-outer .social-icons {
                }

                    .user-personal-details ul li .cont-outer .social-icons ul {
                        margin: 5px 0 0 0;
                        padding: 0px;
                    }

                        .user-personal-details ul li .cont-outer .social-icons ul li {
                            margin: 0 15px 0 0;
                            padding: 5px;
                            list-style: none;
                            float: left;
                            border: solid 1px #ccc;
                            width: auto;
                            -webkit-border-radius: 5px;
                            -moz-border-radius: 5px;
                            border-radius: 5px;
                        }

                            .user-personal-details ul li .cont-outer .social-icons ul li a i {
                                font-size: 20px;
                            }

                                .user-personal-details ul li .cont-outer .social-icons ul li a i.fe-facebook {
                                    color: #3b5998;
                                }

                                .user-personal-details ul li .cont-outer .social-icons ul li a i.fe-twitter {
                                    color: #00acee;
                                }

                                .user-personal-details ul li .cont-outer .social-icons ul li a i.fe-linkedin {
                                    color: #0e76a8;
                                }

                            .user-personal-details ul li .cont-outer .social-icons ul li i {
                                font-size: 20px;
                            }

                                .user-personal-details ul li .cont-outer .social-icons ul li i.fe-facebook {
                                    color: #3b5998;
                                }

                                .user-personal-details ul li .cont-outer .social-icons ul li i.fe-twitter {
                                    color: #00acee;
                                }

                                .user-personal-details ul li .cont-outer .social-icons ul li i.fe-linkedin {
                                    color: #0e76a8;
                                }

                .user-personal-details ul li .cont-outer p {
                    margin: 0px;
                }

.add-det-social-media-outer {
}

    .add-det-social-media-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .add-det-social-media-outer ul li {
            margin: 0px;
            padding: 0 0 15px 0;
            list-style: none;
            width: auto;
            float: none;
            position: relative;
        }

            .add-det-social-media-outer ul li .soc-icons {
                position: absolute;
                z-index: 5;
                top: 10px;
                right: 10px;
            }

                .add-det-social-media-outer ul li .soc-icons i {
                    font-size: 20px;
                }

                    .add-det-social-media-outer ul li .soc-icons i.fe-facebook {
                        color: #3b5998;
                    }

                    .add-det-social-media-outer ul li .soc-icons i.fe-twitter {
                        color: #00acee;
                    }

                    .add-det-social-media-outer ul li .soc-icons i.fe-linkedin {
                        color: #0e76a8;
                    }

                    .add-det-social-media-outer ul li .soc-icons i.fe-rss {
                        color: #ee802f;
                    }

.my-res-upload .form-control-file, .my-res-upload .form-control-range {
    height: 140px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 143px 0 0 0;
    overflow: hidden;
    z-index: 1;
}

.user-personal-details .languages-known {
}

    .user-personal-details .languages-known .add-lang {
        padding: 5px 0 5px 15px;
    }

        .user-personal-details .languages-known .add-lang a {
            font-size: 13px;
            font-weight: 600;
        }

.modal-body .resume-basics-frm .three-col-outer {
}

    .modal-body .resume-basics-frm .three-col-outer ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .modal-body .resume-basics-frm .three-col-outer ul li {
            margin: 0px;
            padding: 0 0 5px 0;
            list-style: none;
            float: left;
            width: 33%;
        }

.modal-body .resume-basics-frm .four-col-outer {
}

    .modal-body .resume-basics-frm .four-col-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .resume-basics-frm .four-col-outer ul li {
            margin: 0 0 5px 0;
            padding: 0px;
            list-style: none;
            float: left;
            width: 25%;
        }

.modal-body .resume-basics-frm .language-Proficiency {
    padding: 10px 0;
}

    .modal-body .resume-basics-frm .language-Proficiency ul {
        margin: 0px;
        padding: 0px;
    }

        .modal-body .resume-basics-frm .language-Proficiency ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            width: 25%;
            float: left;
        }

            .modal-body .resume-basics-frm .language-Proficiency ul li .del-lang {
                text-align: right;
            }

.personal-projects {
    margin: 0 20px 15px 20px;
}

    .personal-projects .proj-title {
        font-size: 16px;
        line-height: 22px;
        color: #212121;
        font-weight: 700;
        margin: 0 0 5px 0;
    }

        .personal-projects .proj-title a i {
            margin: 0 0 0 5px;
        }

    .personal-projects .comp-name {
        font-size: 14px;
        line-height: 18px;
        color: #333;
        padding: 0 0 5px 0;
    }

        .personal-projects .comp-name i {
            margin: 0 5px 0 0;
            color: #999;
        }

    .personal-projects p {
        font-size: 14px;
        line-height: 22px;
        color: #666;
        margin: 0px;
    }

.profile-update-outer {
    padding: 0;
}

    .profile-update-outer .lt-details {
        width: 60%;
        float: left;
    }

        .profile-update-outer .lt-details p {
            margin: 0px;
            padding: 0px;
            font-size: 16px;
            line-height: 22px;
            color: #333;
        }

    .profile-update-outer .rt-details {
        width: 40%;
        float: left;
    }

.recomm-course-blk {
}

    .recomm-course-blk ul {
        margin: 0px;
        padding: 0px;
    }

        .recomm-course-blk ul li {
            margin: 0px;
            padding: 0 0 10px 0;
            list-style: none;
            font-size: 13px;
            color: #000;
        }

            .recomm-course-blk ul li i {
                font-size: 14px;
                margin: 0 2px 0 0;
                color: #999;
            }

            .recomm-course-blk ul li a {
                color: #000;
            }
/* manage ads end here */
/* landing page starts here  */
.card-box.ser-active {
    background-color: #FDFDBD;
}

.single-setting-wrapper {
    border: solid 1px #e0e0d9;
    background-color: #fff;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
    position: relative
}

    .single-setting-wrapper:hover {
        border: solid 1px #c36a8a;
    }

.card-box.ser-active .single-setting-wrapper {
    border: solid 1px #c36a8a;
}

.single-setting-wrapper {
}

.card-box.ser-active .single-setting-wrapper .sel-service {
    background-color: #FED049;
    padding: 7px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: -12px;
    top: -20px;
    z-index: 2;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.single-setting-wrapper.active .sel-service i {
    font-size: 30px;
    color: #000;
}

.single-setting-wrapper a {
    display: block;
}

    .single-setting-wrapper a .set-ser-img {
        text-align: center;
    }

        .single-setting-wrapper a .set-ser-img i {
            font-size: 45px;
            color: #4b2d2d;
        }

.single-setting-wrapper:hover a .set-ser-img i {
    color: #c36a8a;
}

.single-setting-wrapper a .set-ser-name {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 0 0;
}

.single-setting-wrapper:hover a .set-ser-name {
    color: #c36a8a;
}

.single-setting-wrapper a p {
    margin: 15px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    text-align: center;
}

.single-setting-wrapper:hover a p {
    color: #c36a8a;
}

.my-nees-outer {
}

    .my-nees-outer .common-title {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 10px 0;
        color: #CD0404;
        font-weight: 700;
    }

    .my-nees-outer .single-responce {
        background-color: #fff;
        margin: 0 0 20px 0;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        .my-nees-outer .single-responce .main-data {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 20px;
        }

            .my-nees-outer .single-responce .main-data .service {
                width: 15%;
                position: relative;
            }

                .my-nees-outer .single-responce .main-data .service .label-txt {
                    position: absolute;
                    right: -16px;
                    top: -17px;
                    font-size: 12px;
                    line-height: 14px;
                    padding: 2px 4px;
                    color: #fff;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                }

                    .my-nees-outer .single-responce .main-data .service .label-txt.active {
                        background-color: #1abc9c;
                    }

                    .my-nees-outer .single-responce .main-data .service .label-txt.expired {
                        background-color: #f1556c;
                    }

                .my-nees-outer .single-responce .main-data .service .datas {
                    display: flex;
                    flex-direction: column;
                }

                    .my-nees-outer .single-responce .main-data .service .datas p {
                        font-size: 14px;
                        line-height: 18px;
                        color: #333;
                        padding: 0 0 8px 0;
                        margin: 0px;
                    }

                        .my-nees-outer .single-responce .main-data .service .datas p i {
                            font-size: 14px;
                            margin: 0 5px 0 0;
                            color: #999;
                        }

                        .my-nees-outer .single-responce .main-data .service .datas p a {
                            font-weight: 700;
                        }

                .my-nees-outer .single-responce .main-data .service .user-res {
                    background-color: #FFF8E1;
                    padding: 10px;
                }

                    .my-nees-outer .single-responce .main-data .service .user-res ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .my-nees-outer .single-responce .main-data .service .user-res ul li {
                            list-style: none;
                            margin: 0 0 8px 0;
                            padding: 0px;
                            font-size: 14px;
                        }

                            .my-nees-outer .single-responce .main-data .service .user-res ul li i {
                                font-style: normal;
                                background-color: #afafaf;
                                -webkit-border-radius: 100px;
                                -moz-border-radius: 100px;
                                border-radius: 100px;
                                font-size: 13px;
                                color: #fff;
                                margin: 0 5px 0 0;
                                padding: 2px 4px;
                            }

                                .my-nees-outer .single-responce .main-data .service .user-res ul li i.new {
                                    background-color: #54B435;
                                }

            .my-nees-outer .single-responce .main-data .detail-blk {
                width: 65%;
                border-left: solid 1px #ccc;
                border-right: solid 1px #ccc;
                padding: 0 20px;
            }

                .my-nees-outer .single-responce .main-data .detail-blk .title-txt {
                    font-size: 16px;
                    line-height: 20px;
                    color: #000;
                    font-weight: 400;
                    padding: 0 0 10px 0;
                }

                .my-nees-outer .single-responce .main-data .detail-blk .desc {
                    font-size: 14px;
                    line-height: 18px;
                    color: #666;
                    font-weight: 400;
                    padding: 0 0 10px 0;
                }

                .my-nees-outer .single-responce .main-data .detail-blk .vlinks-blk {
                }

                    .my-nees-outer .single-responce .main-data .detail-blk .vlinks-blk ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .my-nees-outer .single-responce .main-data .detail-blk .vlinks-blk ul li {
                            margin: 0 15px 10px 0;
                            padding: 0;
                            list-style: none;
                            display: inline-flex;
                        }

                            .my-nees-outer .single-responce .main-data .detail-blk .vlinks-blk ul li a {
                                font-size: 15px;
                                display: inline-block;
                                border-bottom: solid 1px #337ab7;
                            }

            .my-nees-outer .single-responce .main-data .res-links {
                width: 20%;
                margin: 10px 0 0 0;
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                justify-content: center;
            }

                .my-nees-outer .single-responce .main-data .res-links ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .my-nees-outer .single-responce .main-data .res-links ul li {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                    }

                        .my-nees-outer .single-responce .main-data .res-links ul li a {
                            margin: 0 15px 15px 0;
                        }

.ser-sel-outer {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    margin: 0 0 30px 0;
}

    .ser-sel-outer .title-img {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .ser-sel-outer .title-img .ltcon-blk {
            margin: 0 15px 0 0;
        }

            .ser-sel-outer .title-img .ltcon-blk .title {
                font-size: 22px;
                line-height: 24px;
                color: #000;
                font-weight: 600;
                margin: 0 10px 8px 0;
            }

                .ser-sel-outer .title-img .ltcon-blk .title a {
                    color: #000;
                }

            .ser-sel-outer .title-img .ltcon-blk .notification {
                font-size: 14px;
                padding: 0 0 8px 0;
                color: #444;
            }

            .ser-sel-outer .title-img .ltcon-blk p {
                font-size: 14px;
                line-height: 20px;
                color: #555;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                height: 40px;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .ser-sel-outer .title-img .image {
            background: rgba(130,49,211,0.1);
            padding: 15px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            border-radius: 14px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
            display: flex;
            align-items: center;
        }

            .ser-sel-outer .title-img .image img {
                width: 70px;
                height: 70px;
            }

    .ser-sel-outer .btn-outer {
        display: flex;
        padding: 15px;
        background-color: #F7F5EB;
        margin: 20px 0 0 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        background-color: #fafafa;
    }

.dash-sin-ser {
    background-color: #fff;
    padding: 25px 20px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .dash-sin-ser .ser-img-outer {
        width: 300px;
        padding: 10px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    }

        .dash-sin-ser .ser-img-outer .grad-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 120px;
            background-color: #FBAB7E;
            background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .dash-sin-ser .ser-img-outer a {
            display: block;
            text-align: center;
        }

        .dash-sin-ser .ser-img-outer img {
            width: 100px;
            height: 100px;
            margin: 10px 0;
            padding: 10px;
            box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            background-color: #fff;
            position: relative;
        }

        .dash-sin-ser .ser-img-outer .title-txt {
            font-size: 20px;
            font-weight: 800;
            text-align: center;
            padding: 0;
            color: #fff;
            position: relative;
            letter-spacing: 0.5px;
        }

    .dash-sin-ser .ser-dash-con {
        width: calc(100% - 200px);
        border-left: solid 1px #ccc;
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
        position: relative;
    }

        .dash-sin-ser .ser-dash-con .try-other {
            position: absolute;
            right: -5px;
            top: -13px;
        }

            .dash-sin-ser .ser-dash-con .try-other a {
                font-size: 15px;
                color: #337ab7;
                font-weight: 700;
            }

                .dash-sin-ser .ser-dash-con .try-other a i {
                    font-size: 15px;
                    margin: 0 5px 0 0;
                    color: #999;
                }

        .dash-sin-ser .ser-dash-con .user-res {
            padding: 5px 10px 15px 0px;
        }

            .dash-sin-ser .ser-dash-con .user-res ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .dash-sin-ser .ser-dash-con .user-res ul li {
                    list-style: none;
                    margin: 0 15px 0 0;
                    padding: 0px;
                    font-size: 16px;
                }

                    .dash-sin-ser .ser-dash-con .user-res ul li i {
                        font-style: normal;
                        background-color: #afafaf;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                        font-size: 13px;
                        color: #fff;
                        margin: 0 3px 0 0;
                        padding: 2px 4px;
                    }

                        .dash-sin-ser .ser-dash-con .user-res ul li i.new {
                            background-color: #EFA3C8;
                        }

                        .dash-sin-ser .ser-dash-con .user-res ul li i.report {
                            background-color: #F2D388;
                        }

                        .dash-sin-ser .ser-dash-con .user-res ul li i.fe-camera {
                            background-color: #F2D388;
                        }

                        .dash-sin-ser .ser-dash-con .user-res ul li i.fe-arrow-up-right {
                            background-color: #AACB73;
                        }

        .dash-sin-ser .ser-dash-con .child-service {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0;
        }

            .dash-sin-ser .ser-dash-con .child-service a {
                display: inline-block;
                font-size: 14px;
                line-height: 18px;
                color: #337ab7;
                margin: 5px 15px 15px 0;
                border-bottom: dotted 1px #337ab7;
            }

            .dash-sin-ser .ser-dash-con .child-service span {
                display: inline-flex;
                margin: 5px 0 0 0;
            }

        .dash-sin-ser .ser-dash-con .ser-btn-outer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 15px 10px;
            background-color: #f9f9f9;
        }

            .dash-sin-ser .ser-dash-con .ser-btn-outer .lt-btn-links {
            }

                .dash-sin-ser .ser-dash-con .ser-btn-outer .lt-btn-links a {
                    margin: 0px 15px 0 0;
                }

            .dash-sin-ser .ser-dash-con .ser-btn-outer .rt-btn-links {
                margin: 9px 0 0 0;
            }

                .dash-sin-ser .ser-dash-con .ser-btn-outer .rt-btn-links a {
                    font-size: 16px;
                    line-height: 20px;
                    color: #337ab7;
                    font-weight: 600;
                    display: inline-flex;
                    align-items: center;
                }

                    .dash-sin-ser .ser-dash-con .ser-btn-outer .rt-btn-links a i {
                        margin: 0 5px 0 0;
                    }

        .dash-sin-ser .ser-dash-con p {
            font-size: 18px;
            line-height: 24px;
            color: #333;
            margin: 0px;
            padding: 15px 0 10px 0;
        }

        .dash-sin-ser .ser-dash-con .vmore {
            font-size: 16px;
            line-height: 20px;
        }

            .dash-sin-ser .ser-dash-con .vmore a {
                font-size: 16px;
                line-height: 20px;
                color: #337ab7;
                font-weight: 600;
                display: inline-flex;
                align-items: center;
            }

                .dash-sin-ser .ser-dash-con .vmore a i {
                    margin: 0 0 0 5px;
                }

    .dash-sin-ser .ser-img-outer .label-txt {
        position: absolute;
        left: -30px;
        top: -22px;
        font-size: 12px;
        line-height: 14px;
        padding: 2px 8px;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.8px;
    }

        .dash-sin-ser .ser-img-outer .label-txt.active {
            background-color: #1abc9c;
        }

        .dash-sin-ser .ser-img-outer .label-txt.expired {
            background-color: #f1556c;
        }

        .dash-sin-ser .ser-img-outer .label-txt.try {
            background-color: #8D9EFF;
        }

    .dash-sin-ser .promo-img {
        text-align: center;
        margin: auto;
    }

.detail-listing-blk {
    background-color: #fff;
    padding: 25px 25px 35px 25px;
    margin: -13px 0 20px 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .detail-listing-blk .close-txt {
        position: absolute;
        right: 4px;
        top: 4px;
        background-color: #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .detail-listing-blk .close-txt a {
            font-sixe: 13px;
            line-height: 13px;
            padding: 3px 6px;
            display: block;
            color: #fff;
        }

    .detail-listing-blk .table-responsive {
        background-color: #FFFBEB
    }

        .detail-listing-blk .table-responsive table tr td .live-txt {
            font-size: 11px;
        }

        .detail-listing-blk .table-responsive table tr td p {
            font-size: 15px;
            line-height: 18px;
            color: #000;
            margin: 0;
            padding: 10px 0 0 0;
            font-weight: 600;
        }

            .detail-listing-blk .table-responsive table tr td p i {
                color: #999;
                margin: 0 5px 0 0;
            }

            .detail-listing-blk .table-responsive table tr td p a {
                display: inline-flex;
                font-size: 15px;
                line-height: 18px;
                color: #337ab7;
                font-weight: 600;
                margin: 0 15px 5px 0;
                white-space: nowrap;
            }

        .detail-listing-blk .table-responsive table tr td .label-txt {
            display: inline-flex;
            font-size: 11px;
            line-height: 11px;
            padding: 2px 8px;
            color: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            letter-spacing: 0.8px;
        }

            .detail-listing-blk .table-responsive table tr td .label-txt.active {
                background-color: #1abc9c;
            }

            .detail-listing-blk .table-responsive table tr td .label-txt.expired {
                background-color: #f1556c;
            }

            .detail-listing-blk .table-responsive table tr td .label-txt.pending {
                background-color: #ECB365;
            }

        .detail-listing-blk .table-responsive table tr td .res-links {
            padding: 15px 0 0 0;
        }

            .detail-listing-blk .table-responsive table tr td .res-links ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

                .detail-listing-blk .table-responsive table tr td .res-links ul li {
                    margin: 0px;
                    padding: 0px;
                    list-style: none;
                }

                    .detail-listing-blk .table-responsive table tr td .res-links ul li a {
                        margin: 0 15px 15px 0;
                        white-space: nowrap;
                    }

    .detail-listing-blk .events-list {
        background-color: #FFFBEB;
        display: flex;
        flex-direction: row;
        padding: 15px;
    }

        .detail-listing-blk .events-list ul {
            margin: 0px;
            padding: 10px;
            width: 100%;
        }

            .detail-listing-blk .events-list ul li {
                list-style: none;
                margin: 0 0 10px 0;
                padding: 0px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                border: solid 1px #ccc;
                align-items: center;
            }

                .detail-listing-blk .events-list ul li .date-txt {
                    width: 25%;
                    padding: 10px;
                }

                    .detail-listing-blk .events-list ul li .date-txt p {
                        margin: 0;
                        font-size: 15px;
                        line-height: 20px;
                        color: #000;
                        padding: 0 0 5px 0;
                    }

                        .detail-listing-blk .events-list ul li .date-txt p i {
                            color: #999;
                            margin: 0 5px 0 0;
                        }

                .detail-listing-blk .events-list ul li .content-txt {
                    width: 50%;
                    padding: 10px;
                    border-right: solid 1px #ccc;
                    border-left: solid 1px #e4e4e4;
                }

                    .detail-listing-blk .events-list ul li .content-txt p {
                        margin: 0;
                        font-size: 15px;
                        line-height: 20px;
                        color: #000;
                        padding: 0 0 5px 0;
                    }

                        .detail-listing-blk .events-list ul li .content-txt p i {
                            color: #999;
                            margin: 0 5px 0 0;
                        }

                .detail-listing-blk .events-list ul li .ticket-txt {
                    width: 25%;
                    padding: 10px;
                }

                    .detail-listing-blk .events-list ul li .ticket-txt p {
                        margin: 0;
                        font-size: 15px;
                        line-height: 20px;
                        color: #000;
                        padding: 0 0 5px 0;
                    }

                    .detail-listing-blk .events-list ul li .ticket-txt i {
                        color: #999;
                        margin: 0 5px 0 0;
                    }

    .detail-listing-blk .view-more-listing {
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

        .detail-listing-blk .view-more-listing a {
            font-size: 14px;
            line-height: 14px;
            display: flex;
            align-items: center;
        }

            .detail-listing-blk .view-more-listing a i {
                margin: 0 0 0 5px;
            }

.ourservices-list {
    margin: 20px 0 10px 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
    background: #4776E6;
    background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
    background: linear-gradient(to right, #8E54E9, #4776E6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .ourservices-list .lt-content {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        padding: 15px;
    }

        .ourservices-list .lt-content p {
            color: #fff;
            font-size: 28px;
            line-height: 34px;
            font-weight: 400;
            margin: 0px;
            padding: 0px;
        }

    .ourservices-list .rt-content {
        width: 100%;
        padding: 15px;
        position: relative;
    }

        .ourservices-list .rt-content .site-link {
            text-align: center;
            padding: 10px 0 0 0;
            position: absolute;
            bottom: -16px;
            right: 25px
        }

            .ourservices-list .rt-content .site-link a {
                font-size: 20px;
                line-height: 20px;
                color: #fff;
                font-weight: 300;
            }

                .ourservices-list .rt-content .site-link a i {
                    font-size: 15px;
                    margin: 0 2px 0 0;
                }

        .ourservices-list .rt-content ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            grid-gap: 10px;
            margin: 0 0 0 20px;
            padding: 0px;
        }

            .ourservices-list .rt-content ul li {
                position: relative;
                list-style: none;
                width: 32.5%;
                padding: 30px 10px 10px 10px;
                background-color: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .ourservices-list .rt-content ul li .dash-links {
                    position: absolute;
                    top: 3px;
                    right: 6px;
                }

                    .ourservices-list .rt-content ul li .dash-links a {
                        background-color: #d5fef7;
                        padding: 2px 5px;
                        display: block;
                        font-size: 12px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        font-weight: 700;
                        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
                    }

                .ourservices-list .rt-content ul li img {
                    width: 40px;
                    height: 40px;
                    margin: auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .ourservices-list .rt-content ul li h4 {
                    display: block;
                    font-size: 18px;
                    line-height: 22px;
                    color: #000;
                    margin: auto;
                    padding: 5px 0;
                    font-weight: 500;
                    text-align: center;
                }

                    .ourservices-list .rt-content ul li h4 a {
                        color: #333;
                        margin: auto;
                    }

                .ourservices-list .rt-content ul li p {
                    margin: 0px;
                    padding: 0 0 5px 0;
                    font-size: 15px;
                    color: #666;
                    font-weight: 400;
                    text-align: center;
                }

                .ourservices-list .rt-content ul li .links {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: center;
                    flex-wrap: wrap;
                }

                    .ourservices-list .rt-content ul li .links a {
                        display: flex;
                        margin: 0 5px 5px 0;
                        border-right: solid 1px #ccc;
                        font-size: 14px;
                        padding: 0 5px 0 0;
                    }

                        .ourservices-list .rt-content ul li .links a:last-child {
                            border-right: none;
                        }

                .ourservices-list .rt-content ul li a img {
                    width: 40px;
                    height: 40px;
                    margin: 0 0 10px 0;
                }

                .ourservices-list .rt-content ul li a span {
                    display: block;
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                }

.enlarged .footer.new-footer {
    left: 0px !important;
}

/* new footer starts here */
.left-margin-footer {
    margin: 0 0 0 240px;
}

.mobile-home-wraper {
    background-color: #f6f5f5;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .mobile-home-wraper .left-wrap {
        width: 40%;
        background: url(https://d3aew4oo17ml6.cloudfront.net/common/images/other/sulekha-mobile.png) bottom right no-repeat;
    }

    .mobile-home-wraper .right-wrap {
        width: 60%;
        padding: 60px 0 0 50px;
    }

        .mobile-home-wraper .right-wrap .m-title {
            font-size: 30px;
            line-height: 40px;
            color: #ff4242;
            font-weight: 800;
            padding: 0 0 10px 0;
        }

        .mobile-home-wraper .right-wrap .para-txt {
            font-size: 22px;
            color: #000;
            line-height: 28px;
            margin: 0 0 20px 0;
            font-weight: 200;
        }

        .mobile-home-wraper .right-wrap .app-link-outer {
        }

            .mobile-home-wraper .right-wrap .app-link-outer p {
                font-size: 14px;
                line-height: 22px;
                color: #000;
                padding: 0 0 10px 0;
                margin: 0px;
            }

            .mobile-home-wraper .right-wrap .app-link-outer .links-outer {
            }

                .mobile-home-wraper .right-wrap .app-link-outer .links-outer ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                }

                    .mobile-home-wraper .right-wrap .app-link-outer .links-outer ul li {
                        list-style: none;
                        margin: 0 5px 0 0;
                        padding: 0px;
                    }

            .mobile-home-wraper .right-wrap .app-link-outer .btn-outer {
                display: flex;
                flex-direction: row;
                gap: 20px;
                margin: 25px 0;
            }

.footer-links-outer {
    background-color: #333;
    padding: 30px 50px;
}

    .footer-links-outer.blk-bg-clr {
        background-color: #000;
    }

    .footer-links-outer ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }

        .footer-links-outer ul li {
            list-style: none;
            width: 20%;
        }

            .footer-links-outer ul li .singl-blk-list {
            }

                .footer-links-outer ul li .singl-blk-list .title-txt {
                    font-size: 16px;
                    line-height: 22px;
                    color: #fff;
                    text-transform: uppercase;
                    margin: 0 0 10px 0;
                }

                .footer-links-outer ul li .singl-blk-list p {
                    font-size: 13px;
                    line-height: 15px;
                    padding: 0 0 8px 0;
                    margin: 0px;
                    color: #999;
                }

                    .footer-links-outer ul li .singl-blk-list p a {
                        color: #999;
                    }

            .footer-links-outer ul li .social-icons-outer {
            }

                .footer-links-outer ul li .social-icons-outer ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                }

                    .footer-links-outer ul li .social-icons-outer ul li {
                        list-style: none;
                        padding: 3px;
                        background-color: #666;
                        width: auto;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        border-radius: 50px;
                        min-width: 30px;
                        min-height: 30px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: 2s;
                    }

                        .footer-links-outer ul li .social-icons-outer ul li a {
                            display: block;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li i {
                            font-size: 15px;
                            line-height: 15px;
                            color: #fff;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.facebook:hover {
                            background-color: #3B5998;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.twitter:hover {
                            background-color: #55acee;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.pintrest:hover {
                            background-color: #bd081c;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.youtube:hover {
                            background-color: #bd081c
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.instagram:hover {
                            background-color: #8a3ab9;
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.apple:hover {
                            background-color: #000
                        }

                        .footer-links-outer ul li .social-icons-outer ul li.android:hover {
                            background-color: #78C257;
                        }

            .footer-links-outer ul li .country-links {
            }

                .footer-links-outer ul li .country-links ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                    gap: 0px;
                }

                    .footer-links-outer ul li .country-links ul li {
                        margin: 0 0 8px 0;
                        padding: 0px;
                        list-style: none;
                        width: auto;
                    }

                        .footer-links-outer ul li .country-links ul li a {
                            font-size: 13px;
                            margin: 0px;
                            color: #999;
                            display: flex;
                            align-items: flex-start;
                        }

                            .footer-links-outer ul li .country-links ul li a i {
                                width: 20px;
                                height: 15px;
                                margin: 0 10px 0 0;
                            }

                                .footer-links-outer ul li .country-links ul li a i img {
                                    width: 20px;
                                    height: 15px;
                                }
/* new footer end here */

/* view receipt starts here */
.modal-body .view-receipt-outer {
    padding: 20px;
    margin: 0 15px;
    background-color: #ECF9FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .modal-body .view-receipt-outer p {
        font-size: 15px;
        color: #333;
        margin: 0 0 5px 0;
    }

    .modal-body .view-receipt-outer .receipt-outer {
        margin: 15px 0 0 0;
    }

        .modal-body .view-receipt-outer .receipt-outer table {
            background-color: #fff;
        }

            .modal-body .view-receipt-outer .receipt-outer table tr th {
                background-color: #E5D1FA;
            }

    .modal-body .view-receipt-outer .contact-sul {
        background-color: #fff;
        margin: 15px 0;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
/* view receipt end here */


/* landing page end here  */
/* job manage alerts starts here */
.manage-alerts {
    padding: 10px 0;
}

    .manage-alerts ul {
        margin: 0px;
        padding: 0px;
    }

        .manage-alerts ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            width: 25%;
            float: left;
        }

            .manage-alerts ul li .input-outer {
                width: 90%;
                position: relative;
            }

            .manage-alerts ul li input[type="text"] {
                width: 80%;
            }

            .manage-alerts ul li .common-drop-list {
                width: 100% !important;
                z-index: 100;
                background-color: #fff;
                border: solid 1px #ccc;
                top: 36px;
                position: absolute;
                height: 160px;
                margin: 0;
                overflow-y: scroll;
            }

                .manage-alerts ul li .common-drop-list .titletxt {
                    font-size: 14px;
                    line-height: 24px;
                    color: #333;
                    padding: 10px;
                    background-color: #d3dced;
                    font-weight: 500;
                }

                .manage-alerts ul li .common-drop-list ul .title-txt {
                    font-size: 13px;
                    line-height: 20px;
                    color: #ff837e;
                    font-weight: 500;
                    background-color: #fdf9db;
                    padding: 5px 10px;
                }

                .manage-alerts ul li .common-drop-list ul {
                    margin: 0px;
                    padding: 0px;
                }

                .manage-alerts ul li .common-drop-list li {
                    font-size: 14px;
                    line-height: 20px;
                    color: #333;
                    border-right: 0;
                    display: block;
                    padding: 0;
                    margin: 0px;
                    float: none;
                    width: auto;
                    border-bottom: solid 1px #e4e4e4;
                    cursor: pointer;
                }

                .manage-alerts ul li .common-drop-list ul li a {
                    padding: 10px;
                    font-size: 13px;
                    line-height: 20px;
                    color: #333;
                    border-right: none;
                    display: block;
                    text-align: left;
                }

                .manage-alerts ul li .common-drop-list ul li:hover a {
                    color: #fff;
                    background-color: #ff4242;
                }

                .manage-alerts ul li .common-drop-list ul li .active a {
                    color: #fff;
                    background-color: #ff4242;
                }

.my-alert-list {
    margin: 20px 0 0 0;
}

    .my-alert-list ul {
        margin: 0px;
        padding: 0px;
    }

        .my-alert-list ul li {
            margin: 0 0 15px 0;
            padding: 0 0 15px 0;
            list-style: none;
            float: none;
            border-bottom: solid 1px #e4e4e4;
        }

    .my-alert-list .lt-side {
        width: 70%;
        float: left;
    }

        .my-alert-list .lt-side p {
            font-size: 16px;
            line-height: 22px;
            color: #333;
            margin: 0 10px;
        }

            .my-alert-list .lt-side p span {
                display: block;
                font-size: 12px;
                line-height: 14px;
                color: #888;
                margin: 2px 0 0 0;
            }

                .my-alert-list .lt-side p span strong {
                    color: #333;
                    font-weight: 400;
                    margin: 0 4px 0 0;
                }

    .my-alert-list .rt-side {
        width: 30%;
        float: right;
        text-align: right;
    }

        .my-alert-list .rt-side a {
            display: inline-block;
            margin: 0 8px;
        }

            .my-alert-list .rt-side a i.fe-edit {
                font-size: 20px;
                color: #337ab7;
            }

            .my-alert-list .rt-side a i.fe-trash-2 {
                font-size: 20px;
                color: #f1556c;
            }

.job-skill-add {
    padding: 5px 0;
}

    .job-skill-add ul {
        padding: 0;
        margin: 0px;
    }

        .job-skill-add ul label {
            font-size: 13px;
            line-height: 18px;
            color: #333;
            margin: 5px 10px 0 0;
            font-weight: 600;
            float: left;
        }

        .job-skill-add ul li {
            padding: 0;
            margin: 0 10px 0 0;
            list-style: none;
            font-size: 13px;
            line-height: 16px;
            padding: 5px 10px;
            float: left;
            background-color: #f7f7f7;
            border: solid 1px #e4e4e4;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .job-skill-add ul li a {
                margin: 0 0 0 5px;
                color: #C00D10;
                font-weight: 700;
            }

.jobs-manage-ads {
    padding: 20px;
}

.jobs-matching-ads {
    padding: 20px;
}
/* job manage alerts end here */
/* search, resume, profile completeness starts here */
.search-appear {
    border: solid 1px #e4e4e4;
    padding: 10px;
    background-color: #fff;
}

    .search-appear figure {
        width: 80px;
        float: left;
        margin: 0px;
    }

        .search-appear figure img {
            padding: 10px 20px;
        }

    .search-appear .cont-outer {
        width: calc(100% - 90px);
        float: left;
    }

        .search-appear .cont-outer .numbers-txt {
            font-size: 18px;
            line-height: 22px;
            color: #333;
            padding: 10px 20px 0 0;
        }

            .search-appear .cont-outer .numbers-txt.green-txt {
                color: #54a300;
            }

            .search-appear .cont-outer .numbers-txt.blue-txt {
                color: #1f93f1;
            }

            .search-appear .cont-outer .numbers-txt.orange-txt {
                color: #6658dd;
            }

        .search-appear .cont-outer p {
            font-size: 15px;
            color: #333;
            padding: 0 20px 10px 0;
            margin: 0px;
        }

        .search-appear .cont-outer .matched-outer {
            margin: 2px 0 0 0;
        }

            .search-appear .cont-outer .matched-outer .lt-txt {
                float: left;
                margin: 0 15px 0 0;
                font-size: 13px;
                color: #333;
            }

            .search-appear .cont-outer .matched-outer .rt-txt {
                float: right;
                margin: 0 15px 0 0;
                font-size: 13px;
                color: #333;
            }
/* search, resume, profile completeness end here */
.modal-frm-group {
    position: relative
}

    .modal-frm-group .common-drop-list {
        top: 63px;
    }

    .modal-frm-group .loader {
        position: absolute;
        top: 27px;
        right: 5px;
    }
/* apply jobs area starts here */
p.txt-margin {
    padding: 3px 0 10px 0;
}

.apply-job-more {
    padding: 20px;
    background-color: #f2f2f2;
    margin: 20px 0 0 0;
    position: relative;
}

    .apply-job-more .close-txt {
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .apply-job-more .close-txt a {
            display: block;
            background-color: #ae2a45;
            padding: 1px 5px;
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            text-decoration: none;
            -webkit-border-radius: 50px;
        }

    .apply-job-more .skill-title {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        padding: 0 0 5px 0;
    }

    .apply-job-more .skill-set-outer {
        padding: 0 0 15px 0;
    }

        .apply-job-more .skill-set-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .apply-job-more .skill-set-outer ul li {
                margin: 0px;
                padding: 0 10px 0 0;
                list-style: none;
                float: left;
                font-size: 15px;
                line-height: 22px;
                color: #666;
            }
/* apply jobs area end here */
/* saved ads starts here */
.common-blk-my-saved-jobs {
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);
    margin: 20px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .common-blk-my-saved-jobs h4 {
        margin: 0 0 10px;
        padding: 0px;
    }

        .common-blk-my-saved-jobs h4.exp-ad {
            color: #999;
        }

            .common-blk-my-saved-jobs h4.exp-ad span {
                color: #f1556c;
            }

    .common-blk-my-saved-jobs .jobs-listings-flds ul {
        margin: 0px;
        padding: 0px;
    }

        .common-blk-my-saved-jobs .jobs-listings-flds ul li {
            margin: 0 15px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            font-size: 13px;
            color: #777;
        }

            .common-blk-my-saved-jobs .jobs-listings-flds ul li a {
                color: #212121;
            }

            .common-blk-my-saved-jobs .jobs-listings-flds ul li i {
                font-size: 13px;
                color: #999;
                margin: 0 5px 0 0;
                color: #999;
            }

    .common-blk-my-saved-jobs .applied-jobs-outer {
    }

        .common-blk-my-saved-jobs .applied-jobs-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .common-blk-my-saved-jobs .applied-jobs-outer ul li {
                margin: 0px;
                padding: 5px 10px 0 0;
                list-style: none;
                float: left;
                font-size: 13px;
                color: #666;
            }

                .common-blk-my-saved-jobs .applied-jobs-outer ul li i {
                    color: #999;
                    margin: 0 5px 0 0;
                }

                .common-blk-my-saved-jobs .applied-jobs-outer ul li.applied {
                    color: #1abc9c;
                }

                    .common-blk-my-saved-jobs .applied-jobs-outer ul li.applied i {
                        color: #1abc9c;
                    }

    .common-blk-my-saved-jobs .btn-outer {
        padding: 10px 0;
    }
/* saved ads end here */
.input-group.alert {
    padding: 0px;
}

    .input-group.alert input[type="text"] {
        border: solid 1px #f1556c;
    }

a.cont-height {
    display: block;
    height: 39px;
    overflow: hidden;
}

.navbar-custom .topnav-menu > li a i.big-size {
    font-size: 20px;
}
/* LS live classes dashboard starts here */
.otherlink-outer {
}

    .otherlink-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .otherlink-outer ul li {
            margin: 0px 10px 0 0;
            padding: 0px;
            list-style: none;
            display: inline-block;
            vertical-align: top;
        }

            .otherlink-outer ul li a {
                display: block;
                border: solid 1px #e4e4e4;
                background-color: #f9f9f9;
                padding: 2px 8px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .otherlink-outer ul li a i {
                    color: #999;
                    font-size: 12px;
                }

.form-group .radio-single-line {
}

    .form-group .radio-single-line ul {
        margin: 0px;
        padding: 0px;
    }

        .form-group .radio-single-line ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: left;
            list-style: none;
            width: 25%;
        }
/* LS live classes dashboard end here */
/* profile upload starts here */
.upload-file-outer {
    margin: 0 0 25px 0;
}

    .upload-file-outer input[type="file"] {
        border: solid 1px #ccc;
        padding: 10px;
        margin: 0 15px 0 0;
        background-color: #f9f9f9;
    }

.profile-img-show-here {
    margin: 20px 0 20px 10px;
    border-top: dashed 1px #e4e4e4;
    padding: 15px 0 0 0;
}

    .profile-img-show-here .img-outer {
        border: solid 1px #e4e4e4;
        width: 100px;
        height: 100px;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .profile-img-show-here .img-outer a {
            text-align: right;
            font-size: 14px;
            margin: 0 5px 5px 0;
            font-weight: bold;
        }

        .profile-img-show-here .img-outer img {
            width: 60px;
            height: 60px;
        }
/* profile upload end here */
/* request interview starts here */
.request-interview-blk {
    padding: 20px 20px 0 20px;
}

    .request-interview-blk .accordion-outer {
        border: solid 1px #f2f2f2;
        padding: 10px 15px;
        margin: 15px 0;
        background-color: #fffdf0;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .request-interview-blk .accordion-outer a {
            display: block;
        }

        .request-interview-blk .accordion-outer .lt-number {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            padding: 5px 7px;
            font-size: 13px;
            line-height: 12px;
            color: #fff;
            background-color: #00c290;
            display: inline-block;
        }

        .request-interview-blk .accordion-outer .content-txt {
            display: inline-block;
            font-size: 14px;
            margin: 0 0 0 10px;
            color: #333;
        }

        .request-interview-blk .accordion-outer .drop-arrows {
            text-slign: right;
        }

    .request-interview-blk .date-sel-outer {
    }

        .request-interview-blk .date-sel-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .request-interview-blk .date-sel-outer ul li {
                margin: 0 0 0 1%;
                padding: 0px;
                list-style: none;
                float: left;
                width: 24%;
            }

                .request-interview-blk .date-sel-outer ul li label {
                    display: block;
                }

    .request-interview-blk .others-fld-outer {
    }

        .request-interview-blk .others-fld-outer ul {
            margin: 0px;
            padding: 0px;
        }

            .request-interview-blk .others-fld-outer ul li {
                margin: 0 1% 0 0;
                padding: 0px;
                list-style: none;
                float: left;
            }

                .request-interview-blk .others-fld-outer ul li label {
                    display: block;
                }

.req-nanny-det {
    background-color: #fdf5e3;
    padding: 15px;
}

    .req-nanny-det .lt-details {
        width: 70%;
        float: left;
    }

        .req-nanny-det .lt-details.ful-wid {
            width: 100%;
        }

        .req-nanny-det .lt-details figure {
            width: 100px;
            height: 100%;
            float: left;
            margin: auto;
            text-align: center;
        }

            .req-nanny-det .lt-details figure img {
            }

        .req-nanny-det .lt-details .cont-txt {
            width: calc(100% - 100px);
            float: left;
        }

            .req-nanny-det .lt-details .cont-txt p {
                font-size: 14px;
                line-height: 20px;
                color: #333;
                padding: 0 0 5px 0;
                margin: 0px;
            }

    .req-nanny-det .rt-buts {
        width: 30%;
        float: right;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.scheduled-interview-outer {
    padding: 20px;
}

    .scheduled-interview-outer p {
        margin: 0;
        font-size: 14px;
        color: #333;
    }
/* request interview end here */
/* events dashboard start hee */
.border-bot {
    border-bottom: dashed 1px #999;
}

.bar-code-outer {
    text-align: center;
    padding: 10px 0;
}

    .bar-code-outer img {
        width: 100px;
        height: 100px;
    }

.booked-date {
}

    .booked-date ul {
        margin: 0px;
        padding: 0px;
    }

        .booked-date ul li {
            margin: 0;
            padding: 0 15px;
            list-style: none;
            float: left;
            border-right: solid 1px #e4e4e4;
        }

            .booked-date ul li:last-child {
                border-right: none;
            }

            .booked-date ul li b {
                display: block;
                padding: 5px 0 0 0;
            }

.review-outer {
}

    .review-outer p.title-txt {
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #000;
        padding: 0 0 10px 0;
        margin: auto;
        text-align: center;
    }

    .review-outer .heart-rating {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .review-outer .heart-rating .stars {
            padding: 0 4px;
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }

            .review-outer .heart-rating .stars a i {
                color: #ccc;
                font-size: 18px;
                font-weight: normal;
            }

            .review-outer .heart-rating .stars.active a i {
                color: #ce3537;
            }

            .review-outer .heart-rating .stars:hover a i {
                color: #ce3537;
            }

    .review-outer .frms-outer {
        padding: 10px 20px;
    }

        .review-outer .frms-outer p {
            font-size: 22px;
            line-height: 24px;
            color: #666;
            padding: 20px 0 10px 0;
            text-align: center;
            margin: 0px;
        }

.video-but {
    border: solid 1px #e4e4e4;
    padding: 10px;
    margin: 0 15px 10px 0;
    background-color: #fbecfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.common-loading-outer {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .common-loading-outer .spin-txt {
        font-size: 40px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

.border-e7e7e7 {
    border: solid 1px #e7e7e7;
}

.cat-mar {
    margin: 15px 0 0 0;
}

.eve-sel-cat {
    padding: 10px 0;
}

    .eve-sel-cat a {
        border: solid 1px #e4e4e4;
        background-color: #f2f2f2;
        padding: 5px 8px;
        margin: 0 10px 10px 0;
        font-size: 13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: inline-block;
        color: #000;
        letter-spacing: 0.5px;
    }
        /*.eve-sel-cat a:hover{background-color:#f8f088;color:#333;}*/
        .eve-sel-cat a.active {
            background-color: #f8f088;
            color: #333;
        }

.eve-user-sel-cat {
}

    .eve-user-sel-cat span {
        margin: 10px 15px 0 0;
        position: relative;
        display: inline-block;
    }

        .eve-user-sel-cat span a {
            border: solid 1px #e4e4e4;
            background-color: #f2f2f2;
            padding: 2px 5px;
            font-size: 12px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            display: block;
            margin: 10px 0;
        }

            .eve-user-sel-cat span a:hover {
                background-color: #f8f088;
                color: #333;
            }

        .eve-user-sel-cat span i {
            font-style: normal;
            position: absolute;
            top: -7px;
            right: -9px;
        }

            .eve-user-sel-cat span i a {
                color: #931013;
                font-size: 9px;
                text-transform: uppercase;
                background: none;
                border: none;
                font-weight: bold;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                background-color: #eceae9;
            }

.table-responsive table tr td.favcat {
    width: 30%;
}

.common-drop-list.citylist {
    top: 64px;
}

.single-line-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    display: block;
}

.img-height {
    height: 100%;
}
/* events dashboard end hee */
/* job user feedback start */
.users-feedback-sel {
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .users-feedback-sel .content-txt {
        padding: 15px;
        margin: 20px 0 0 0;
        border: solid 1px #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

p.sing-line, h5.sing-line {
    height: 19px;
    overflow: hidden;
    line-height: 18px;
}

.pastevents-blk {
    position: relative;
}

    .pastevents-blk .common-pos-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        background-color: rgba(0,0,0,0.4);
        width: 100%;
        height: 100%;
        color: #fff;
    }

        .pastevents-blk .common-pos-center p {
            margin: 30% 0 !important;
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.5px;
            padding: 10px !important;
            display: block;
            background-color: #ff1493;
            color: #fff;
            font-weight: 700;
        }
/* job user feedback end */
/* Notification starts here */
@keyframes reveal {
    from {
        clip-path: inset(0 0 0 100%);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.notification-outer {
    width: 300px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    -webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.05);
    animation: reveal 1s forwards;
}

    .notification-outer .title-blk {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #ca77fe;
        padding: 27px 10px;
        color: #fff;
    }

        .notification-outer .title-blk .lt-title {
            font-size: 0.9rem;
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

    .notification-outer .close-noti {
        text-align: center;
    }

        .notification-outer .close-noti a {
            display: inline-block;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background-color: #9608ee;
            padding: 0px 7px;
            color: #fff;
        }

    .notification-outer .content-blk {
        overflow-y: scroll;
        margin: 10px 0;
        height: 100%;
    }

        .notification-outer .content-blk .clr-all-noti {
            padding: 0 10px 0 0;
            text-align: right;
        }

            .notification-outer .content-blk .clr-all-noti a {
                font-size: 12px;
            }

        .notification-outer .content-blk .date-blk {
            display: flex;
            justify-content: center;
            padding: 15px 10px;
            border-bottom: solid 1px #f2f2f2;
        }

            .notification-outer .content-blk .date-blk .date-txt {
                font-size: 12px;
                padding: 3px 5px;
                font-size: 12px;
                color: #212121;
                background-color: #edf3ff;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                letter-spacing: 0.5;
            }

        .notification-outer .content-blk .single-notification {
            padding: 15px 10px;
            position: relative;
            border-bottom: solid 1px #f2f2f2;
        }

            .notification-outer .content-blk .single-notification .read-unread {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                font-size: 12px;
            }

                .notification-outer .content-blk .single-notification .read-unread a.read {
                    color: #a22227;
                }

                .notification-outer .content-blk .single-notification .read-unread a.unread {
                    color: #71d21f;
                }

            .notification-outer .content-blk .single-notification p {
                display: -webkit-box;
                font-size: 12px;
                line-height: 16px;
                color: #888;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin: 0px;
            }

            .notification-outer .content-blk .single-notification:hover {
                background-color: #f7fcff;
            }

.noti-back-mask {
    position: fixed;
    z-index: 90;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.bodyfix {
    overflow: hidden;
}

.card-box.unread-bg {
    background-color: var(--green-lt);
}

.card-box.border {
    border: solid 1px #e4e4e4;
    margin: 0 0 10px 0;
}
/* Notification end here */
/* add settings starts here */
.room-img-height {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ad-edit-settings {
    padding: 15px;
}

    .ad-edit-settings ul {
        margin: 0px;
        padding: 0px;
    }

        .ad-edit-settings ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .ad-edit-settings ul li .posted-img {
                padding: 0 15px;
            }

                .ad-edit-settings ul li .posted-img figure {
                    width: 170px;
                    height: 170px;
                    margin: 0 15px 0 0;
                    padding: 10px;
                    float: left;
                    overflow: hidden;
                    border: solid 1px #e4e4e4;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

                    .ad-edit-settings ul li .posted-img figure .close {
                        text-align: right;
                        padding: 0 0 5px 0;
                    }

                        .ad-edit-settings ul li .posted-img figure .close a {
                            font-size: 12px;
                            color: #000;
                            font-weight: 800;
                        }

                    .ad-edit-settings ul li .posted-img figure img {
                        width: 100%;
                    }

p.use-cou-code {
    font-size: 15px;
    color: #50bd47;
    font-weight: 500;
    line-height: 18px;
}

    p.use-cou-code span {
        border: dashed 1px #d60852;
        margin: 4px;
        padding: 0 4px;
        color: #d60852;
        font-weight: 600;
        background-color: #fff200;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
/* add settings end here */
/* saved search starts here */
.savedsearchbg {
    background: #fff;
    margin: 0 0 25px;
    border: solid 1px #e7e7e7;
}

    .savedsearchbg:hover {
        background-color: var(--green-lt);
    }

    .savedsearchbg .savedsearchflex {
        display: flex
    }

        .savedsearchbg .savedsearchflex .savedsearch-lt {
            width: 83%;
            padding: 10px 10px 10px 0;
            border-right: solid 1px #ddd;
            float: left;
            position: relative;
        }

            .savedsearchbg .savedsearchflex .savedsearch-lt .subscription {
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 14px;
                line-height: 18px;
                color: #000;
                padding: 10px;
                border: solid 1px #ccc;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background-color: #FFF9F9;
            }

                .savedsearchbg .savedsearchflex .savedsearch-lt .subscription b.on {
                    background-color: #B8DFD8;
                    margin: 0 4px;
                    padding: 3px 8px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    color: #000;
                    font-weight: 700;
                }

                .savedsearchbg .savedsearchflex .savedsearch-lt .subscription b.off {
                    background-color: #FFE5E2;
                    margin: 0 4px;
                    padding: 3px 8px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    color: #000;
                    font-weight: 700;
                }

        .savedsearchbg .savedsearchflex .savedsearch-rt {
            width: 17%;
            float: left;
            padding: 15px 0;
            text-align: center;
            vertical-align: middle;
            align-self: center;
        }

        .savedsearchbg .savedsearchflex .roomtitle {
            font-size: 18px;
            padding: 0px 10px 10px;
            font-weight: 500
        }

            .savedsearchbg .savedsearchflex .roomtitle a {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                line-height: 20px;
                display: block;
                color: #212121
            }

                .savedsearchbg .savedsearchflex .roomtitle a:hover {
                    color: #009fff
                }

        .savedsearchbg .savedsearchflex .savedsearchdetail {
        }

            .savedsearchbg .savedsearchflex .savedsearchdetail figure {
                width: 160px;
                height: 99px;
                background: #eee;
                float: right;
                margin-left: 10px;
                position: relative;
                background-size: cover !important;
                background-position: center;
                overflow: hidden;
                text-align: center;
                cursor: pointer
            }

                .savedsearchbg .savedsearchflex .savedsearchdetail figure img {
                    height: 100%;
                    transition: .3s ease-in;
                }

                .savedsearchbg .savedsearchflex .savedsearchdetail figure:hover img {
                    transform: scale(1.09);
                }

            .savedsearchbg .savedsearchflex .savedsearchdetail .part-detail {
                font-size: 13.5px;
                -ms-flex-direction: row;
                flex-direction: row;
                display: -ms-flexbox;
                display: flex;
                padding: 15px 10px;
                border-top: dotted 1px #c3c3c3;
            }

                .savedsearchbg .savedsearchflex .savedsearchdetail .part-detail span {
                    margin-right: 35px;
                    display: inline-block;
                }

                    .savedsearchbg .savedsearchflex .savedsearchdetail .part-detail span:last-child {
                        margin-right: 0
                    }

                    .savedsearchbg .savedsearchflex .savedsearchdetail .part-detail span em {
                        font-size: 12px;
                        font-style: normal;
                        display: block;
                        color: #666;
                        text-transform: capitalize;
                    }

                    .savedsearchbg .savedsearchflex .savedsearchdetail .part-detail span b {
                        font-weight: bold;
                        display: block;
                        padding-top: 5px;
                        font-size: 13px;
                    }

.keyword-batch {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .keyword-batch .batch-txt {
        margin: 0 10px 10px 0px;
        padding: 8px 10px;
        font-size: 13px;
        color: #000;
        border: solid 1px #e4e4e4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #e8f3c3;
    }

.house-map-outer {
    display: flex;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

    .house-map-outer img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
/**/
/* saved search end here */
.upgrade-popup {
    position: fixed;
    background-color: rgb(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 240px;
    z-index: 1000;
}
    /*.upgrade-popup .close-txt{position:absolute;background-color:#fff;top:20px;left: 83vw;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;}
.upgrade-popup .close-txt a{color:#000;font-size:14px;top:10px;right:10px;display:block;padding:3px 10px;font-weight: bold;}*/
    .upgrade-popup .cont-area {
        background-color: #fff;
        padding: 20px;
        width: 500px;
    }

        .upgrade-popup .cont-area .close-blk {
            display: flex;
            justify-content: flex-end;
        }

            .upgrade-popup .cont-area .close-blk a {
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                display: inline-block;
                padding: 2px 8px;
                background-color: #999;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
            }

.conversation-list.auto-height {
    height: auto;
}

.border-back-clr {
    background-color: #f9f9f9;
    border: solid 1px #e4e4e4;
}

.jobs-promotion {
    background: url(https://az827626.vo.msecnd.net/cdn/others/images/others_2021-10-28-04-43-06-555.png) no-repeat -8px top;
    min-width: 350px;
    min-height: 216px;
    padding: 20px 0 20px 250px;
    background-color: #fdfecf;
    margin: 20px 0;
}

    .jobs-promotion .title-txt {
        font-size: 22px;
        line-height: 26px;
        color: #B40306;
        padding: 50px 0 0 35px;
        font-weight: bold;
    }

    .jobs-promotion ul {
        margin: 0px;
        padding: 10px 0 0 15px;
    }

        .jobs-promotion ul li {
            margin: 0 0 5px 40px;
            padding: 0px;
            list-style: disc;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            float: left;
            width: 43%;
        }

            .jobs-promotion ul li a {
                font-size: 16px;
                line-height: 22px;
                color: #0b79f9;
                font-weight: 600;
            }

                .jobs-promotion ul li a:hover {
                    text-decoration: underline;
                }

.jobs-promotion-sml {
    border: solid 1px #ccc;
    padding: 15px;
    background-color: #fdfecf;
    margin: 20px 0;
    background: rgb(242,249,254);
    background: -moz-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%);
    background: linear-gradient(to bottom, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .jobs-promotion-sml .title-txt {
        font-size: 22px;
        line-height: 26px;
        color: #B40306;
        padding: 10px;
        font-weight: bold;
    }

    .jobs-promotion-sml ul {
        margin: 0px;
        padding: 10px 0 0 15px;
    }

        .jobs-promotion-sml ul li {
            margin: 0 20px 5px 14px;
            padding: 0px;
            list-style: disc;
            font-size: 16px;
            line-height: 22px;
            color: #000;
            float: left;
            width: 17%;
        }

            .jobs-promotion-sml ul li a {
                font-size: 16px;
                line-height: 22px;
                color: #0b79f9;
                font-weight: 600;
            }

                .jobs-promotion-sml ul li a:hover {
                    text-decoration: underline;
                }

.light-bg-yellow {
    background-color: #fefed4;
}

.light-violate {
    background-color: #e9a0e7;
}

.light-gray {
    background-color: #f7f7f7;
}

.clr-white {
    color: #ffffff;
}

.common-border {
    border: solid 1px #ccc;
}

.common-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.conversation-list .chat-avatar .naming {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #e8e6e3;
    font-size: 16px;
    line-height: 33px;
    color: #666;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .conversation-list .chat-avatar .naming.expired {
        background-color: #ffb2bd;
    }

.avatar-lg .name-txt {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #20C07D;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.avatar-lg .naming {
    width: 4rem;
    height: 4rem;
    padding: 5px;
    background-color: #e8e6e3;
    font-size: 3rem;
    line-height: 3.3rem;
    color: #666;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.avatar-lg .name-txt {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #20C07D;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.conversation-list .ctext-wrap.expired {
    background-color: #fee2e6;
}

    .conversation-list .ctext-wrap.expired:after {
        border-top-color: #fee2e6;
        border-right-color: #fee2e6;
    }

.fixed-strip {
    padding: 10px 0;
    z-index: 99;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    background-color: #fff687;
}

    .fixed-strip a {
        font-weight: 700;
    }

.sulekha-otp .frm-outer {
}

.sulekha-otp.change-password .frm-outer {
    background-color: #fff;
    margin: 20px auto;
    float: none;
    border: solid 1px #ccc;
}

.sulekha-otp .frm-outer .frm-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
    margin: 0 0 20px 0;
    background-color: #f9f9f9;
}

    .sulekha-otp .frm-outer .frm-title span {
        display: block;
        font-size: 13px;
        line-height: 16px;
        color: #666;
        font-weight: normal;
    }

.sulekha-otp .frm-outer ul {
    margin: 0px;
    padding: 0px;
}

    .sulekha-otp .frm-outer ul li {
        margin: 0 20%;
        padding: 0px;
        list-style: none;
        position: relative;
    }

        .sulekha-otp .frm-outer ul li .form-group {
            margin: 0 15px;
        }

            .sulekha-otp .frm-outer ul li .form-group label span {
                font-size: 11px;
                color: #999;
            }

            .sulekha-otp .frm-outer ul li .form-group .upload-file-outer {
                text-align: left;
                margin: 2px 0 0 20px;
            }

            .sulekha-otp .frm-outer ul li .form-group textarea {
                height: 100px;
                resize: none;
            }

            .sulekha-otp .frm-outer ul li .form-group .upload-file-outer {
                font-size: 13px;
            }

            .sulekha-otp .frm-outer ul li .form-group .two-flds {
            }

                .sulekha-otp .frm-outer ul li .form-group .two-flds .lt-blk {
                    float: left;
                    width: 60%;
                }

                .sulekha-otp .frm-outer ul li .form-group .two-flds .rt-blk {
                    float: left;
                    width: 40%;
                    margin: 20px 0 0 0;
                    text-align: left;
                }

        .sulekha-otp .frm-outer ul li .three-col-outer {
        }

            .sulekha-otp .frm-outer ul li .three-col-outer ul {
                margin: 0px;
                padding: 0px;
                width: 100%;
            }

                .sulekha-otp .frm-outer ul li .three-col-outer ul li {
                    margin: 0px;
                    padding: 0 0 5px 0;
                    list-style: none;
                    float: left;
                    width: 33%;
                }

        .sulekha-otp .frm-outer ul li.readonly-fld input {
            background-color: #f2f2f2;
            cursor: not-allowed;
        }

        .sulekha-otp .frm-outer ul li .explain-txt {
            font-size: 12px;
            color: #c52429;
        }

        .sulekha-otp .frm-outer ul li .count-txt {
            position: absolute;
            right: 16px;
            bottom: 1px;
            z-index: 10;
            background-color: #f2f2f2;
            padding: 5px 10px;
            font-size: 12px;
            color: #333;
        }

        .sulekha-otp .frm-outer ul li .btn-outer {
            margin: 20px 0;
            text-align: center;
        }

        .sulekha-otp .frm-outer ul li .two-flds .lt-blk {
            float: left;
            width: 60%;
        }

        .sulekha-otp .frm-outer ul li .two-flds .rt-blk {
            float: left;
            width: 40%;
            margin: 20px 0 0 0;
            text-align: left;
        }
/* jobs premium profile starts here */
.jobs-premium-promote {
    background: #43cea2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #185a9d, #43cea2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 20px;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .jobs-premium-promote .title-txt {
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        padding: 15px;
    }

    .jobs-premium-promote .explain-detail {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 40px;
    }

        .jobs-premium-promote .explain-detail .single-listing {
            padding: 15px;
            width: 31%;
            background-color: rgba(255,255,255,0.2);
            margin: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
            box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
            border-right: solid 1px #fff;
            border-bottom: solid 1px #fff;
        }

            .jobs-premium-promote .explain-detail .single-listing p
            .jobs-premium-promote .explain-detail .single-listing .featicons {
                width: 96px;
                float: left;
            }

            .jobs-premium-promote .explain-detail .single-listing .featicons i {
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                float: left;
                font-size: 35px;
                height: 60px;
                line-height: 54px;
                margin-right: 10px;
                text-align: center;
                width: 64px;
            }

                .jobs-premium-promote .explain-detail .single-listing .featicons i img {
                    width: 30px;
                    height: 30px
                }

            .jobs-premium-promote .explain-detail .single-listing .featcont {
                width: calc(100% - 75px);
                float: left;
            }

                .jobs-premium-promote .explain-detail .single-listing .featcont .text1 {
                    font-size: 16px;
                    line-height: 18px;
                    font-weight: 600;
                    color: #fff;
                    text-transform: uppercase;
                    margin: 0 0 0.5rem;
                }

                .jobs-premium-promote .explain-detail .single-listing .featcont .text2 {
                    font-size: 13px;
                    line-height: 16px;
                    color: #fff;
                    padding: 5px 0 0 0;
                    margin: 0px;
                }

.jobs-price-card-outer {
    margin: 20px;
}


.jobs-profile-highlighters {
    background: #E0EAFC;
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to right, #CFDEF3, #E0EAFC);
    padding: 20px;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .jobs-profile-highlighters .title-txt {
        text-align: center;
        font-size: 22px;
        color: #000;
        font-weight: 700;
        padding: 15px 15px 20px 15px;
    }

    .jobs-profile-highlighters .two-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px 15px 15px;
    }

        .jobs-profile-highlighters .two-content .lt-content {
            box-sizing: border-box;
            width: 50%;
            padding: 15px 25px;
            background: rgba(255,255,255,0.5);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        }

            .jobs-profile-highlighters .two-content .lt-content ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: column;
            }

                .jobs-profile-highlighters .two-content .lt-content ul li {
                    padding: 0 0 15px 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    font-size: 16px;
                    line-height: 22px;
                    color: #666;
                }

                    .jobs-profile-highlighters .two-content .lt-content ul li b {
                        display: block;
                        margin: 0 0 5px 0;
                        padding: 0px;
                        color: #8f5ae4;
                        font-size: 20px;
                        line-height: 26px;
                    }

        .jobs-profile-highlighters .two-content .rt-content {
            box-sizing: border-box;
            width: 50%;
            padding: 40px 15px 15px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .jobs-profile-highlighters .two-content .rt-content img {
                margin: 0;
                transform: rotate(15deg);
            }

.pro-high-pack {
    margin: 20px 0;
    padding: 20px;
}

    .pro-high-pack .two-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px 15px 15px;
    }

        .pro-high-pack .two-content .left-content {
            box-sizing: border-box;
            width: 50%;
            padding: 15px 25px 25px 25px;
            background-color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: solid 1px #e4e4e4;
        }

            .pro-high-pack .two-content .left-content .title-txt {
                font-size: 22px;
                color: #000;
                font-weight: 700;
                padding: 0 15px 5px 0;
            }

            .pro-high-pack .two-content .left-content .sub-title {
                font-size: 18px;
                color: #666;
                font-weight: 500;
                padding: 0 15px 5px 0;
            }

            .pro-high-pack .two-content .left-content .pro-img {
                padding: 0 10px 0 0;
            }

                .pro-high-pack .two-content .left-content .pro-img img {
                    width: 100%;
                }

        .pro-high-pack .two-content .right-content {
            box-sizing: border-box;
            width: 50%;
            padding: 15px 25px;
        }

            .pro-high-pack .two-content .right-content .title-txt {
                font-size: 22px;
                color: #000;
                font-weight: 700;
                padding: 0 15px 5px 0;
            }

            .pro-high-pack .two-content .right-content ul {
                margin: 0px;
                padding: 0px;
            }

                .pro-high-pack .two-content .right-content ul li {
                    margin: 5px 10px 20px 10px;
                    padding: 15px;
                    list-style: none;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
                    box-sizing: border-box;
                    background-color: #fff;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    align-items: center;
                    border: solid 1px #f2f2f2;
                    transition: 1s;
                }

                    .pro-high-pack .two-content .right-content ul li .pack-sel {
                        color: #000;
                    }

                        .pro-high-pack .two-content .right-content ul li .pack-sel .radio label {
                            font-size: 20px
                        }

                            .pro-high-pack .two-content .right-content ul li .pack-sel .radio label::before {
                                width: 20px;
                                height: 20px;
                                top: 4px;
                            }

                        .pro-high-pack .two-content .right-content ul li .pack-sel .radio input[type=radio]:checked + label::after {
                            width: 12px;
                            height: 12px;
                            top: 8px;
                            left: 6px;
                        }

                    .pro-high-pack .two-content .right-content ul li .amt {
                        font-size: 20px;
                        line-height: 26px;
                        font-weight: 700;
                        color: #000;
                        text-align: right;
                    }

                    .pro-high-pack .two-content .right-content ul li.active, .pro-high-pack .two-content .right-content ul li:hover {
                        border: solid 1px #6658dd;
                        background: rgba(151, 139, 253, 0.1);
                    }

                        .pro-high-pack .two-content .right-content ul li.active .amt {
                        }

/* Package start */
.dsh-rite-content {
    position: relative;
    padding-bottom: 30px;
}

.dsh-pack {
    margin: 20px;
    text-align: center;
}

.dsh-p-title {
    margin: 20px;
    font-size: 28px;
    color: #333;
}

.dsh-pack .dsh-packhead ul {
    margin: 0px;
    padding: 0px;
}

    .dsh-pack .dsh-packhead ul li {
        display: inline-block;
        border-radius: 2px;
    }

.dsh-pack .dsh-packhead ul {
    margin: 0 auto;
}

    .dsh-pack .dsh-packhead ul li a {
        display: block;
        padding: 8px 12px;
        margin: 10px;
        background: #fff;
        color: #333;
        font-size: 14px;
        border-radius: 2px;
    }

    .dsh-pack .dsh-packhead ul li.active a {
        background: #48b3af;
        color: #fff;
    }

.dsh-packcoll {
    width: 19.2%;
    float: left;
    background: #fff;
    border: solid 1px #fff;
    margin: 4px;
    transition: all 0.2s linear;
}

.dsh-packcol2 {
    width: 38%;
}

.dsh-packcollhd {
    height: 150px;
    display: block;
    overflow: hidden;
}

.dsh-packcoll.fixedd .dsh-packcollhd {
    position: fixed;
    background: #fff;
    min-width: 218px;
    top: 0;
    box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.016);
}

.dsh-packcoll.fixedd .dsh-packcollbox {
    margin-top: 160px;
}

.dsh-packcollbox ul li {
    display: block;
    padding: 15px 10px;
    background: rgba(227,230,230,0);
    transition: all 0.2s linear;
    font-size: 14px;
}

    .dsh-packcollbox ul li:nth-child(2n+1) {
        background: rgba(243,243,243,0.25);
    }

    .dsh-packcollbox ul li.active {
        background: #fff1d8;
        transition: all 0.2s linear;
    }

.dsh-selcity {
    display: block;
    margin: 20px auto;
}

.dsh-pt-pname {
    color: #212121;
    display: block;
    margin: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.dsh-pt-pamt {
    color: #e23d4d;
    display: block;
    margin: 10px;
    font-size: 38px;
}

    .dsh-pt-pamt .small {
        color: #888;
        font-size: 14px;
    }

    .dsh-pt-pamt .small2 {
        font-size: 20px;
        margin-right: -5px;
    }

    .dsh-pt-pamt b {
        color: #48b3af;
        font-size: 32px;
    }

    .dsh-pt-pamt.pgray, .dsh-pt-pamt.pgray b {
        color: #c7c7c7;
    }

.dsh-pt-pdur {
    color: #838282;
    display: block;
    margin: 10px;
    font-size: 13px;
}

.dsh-pt-pbtn {
    color: #09946e;
    margin: 0 10px;
    display: inline-block;
    font-size: 16px;
    border: solid 1px #33d685;
    padding: 5px 20px;
    border-radius: 2px;
}

    .dsh-pt-pbtn.active {
        background: #33d685;
        color: #fff;
    }

.dsh-packcoll:hover .dsh-pt-pbtn {
    background: #33d685;
    color: #fff;
}

.dsh-packcoll.firstbox {
    opacity: 1;
    padding: 1px;
}

    .dsh-packcoll.firstbox.fixedd .dsh-packcollhd {
        background: #fff;
        width: 429px;
    }

    .dsh-packcoll.firstbox .dsh-packcollbox {
        background: #fff;
    }

        .dsh-packcoll.firstbox .dsh-packcollbox ul {
            margin: 0px;
            padding: 0px;
        }

            .dsh-packcoll.firstbox .dsh-packcollbox ul li {
                color: #333333;
                font-size: 14px;
            }

.dsh-pack input[type=checkbox].dsh-check {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .dsh-pack input[type=checkbox].dsh-check + label.css-label {
        padding-left: 17px;
        height: 12px;
        display: inline-block;
        line-height: 12px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 13px;
        vertical-align: middle;
        cursor: pointer;
    }

    .dsh-pack input[type=checkbox].dsh-check:checked + label.css-label {
        background-position: 0 -12px;
    }

.dsh-pack label.css-label {
    background-image: url(/common/images/other/other/dsh-css-check-pack.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dsh-pack input[type="checkbox"]:not(:checked) + label:after, .dsh-pack input[type="checkbox"]:checked + label:after {
    content: "";
}

.dsh-pack input[type="checkbox"]:not(:checked) + label:before, .dsh-pack input[type="checkbox"]:checked + label:before {
    content: "";
    border: none;
}

.dsh-pack.dhs-wthselec li {
    display: block;
    padding: 10px;
    border: solid 1px #f7f7f7;
    color: #545b61;
    transition: all 0.2s linear;
}

.dsh-packcoll .dsh-packcollbox .fa-check {
    color: #52a51b;
}

.dsh-packcoll .dsh-packcollbox .fa-times {
    color: #df5250;
}

.dsh-packcont .test {
    margin: 30px 0;
}

.dsh-packcont:hover .dsh-packcoll {
    opacity: .25;
    transition: all 0.2s linear;
}

    .dsh-packcont:hover .dsh-packcoll.firstbox {
        opacity: 1;
    }

.dsh-packcont .dsh-packcoll:hover {
    box-shadow: none;
    opacity: 1;
}

.dsh-packcont .dsh-packcoll:hover {
    border: 1px solid #48b3af;
}

.dsh-packcont .dsh-packcoll.active {
    border: 1px solid #48b3af;
}
/*.dsh-packcont .dsh-packcoll.firstbox:hover { border:none; }*/
.dsh-packcont .dsh-packcoll.firstbox.active {
    border: none;
}

.dsh-packcont .dsh-packcoll.firstbox:hover ~ .dsh-packcoll {
    opacity: 1;
}

.dsh-pck-mob {
    display: none;
}

.continue_box {
    background-color: #ffffff;
    bottom: 0;
    height: 50px;
    padding: 6px 0 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.continue_btn {
    background: #f89406;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 2px;
    z-index: 1;
}

    .continue_btn:hover {
        background-color: #e48805;
        color: #ffffff;
    }

.continue_box2 {
    padding: 0 0 30px;
    text-align: center;
    color: #666;
}

main {
    position: relative;
}

.lprejobbg {
    background: url(/common/images/other/resume-services-bg.jpg) top center fixed no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 1;
}

    .lprejobbg:before {
        background-color: rgba(225,226,226,0.9);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: "";
    }

    .lprejobbg .lrs_bigtext {
        padding: 30px 0 10px 0;
        color: #212121;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }

    .lprejobbg .lrs_smalltext {
        font-size: 16px;
        color: #666;
        padding: 5px 0;
        text-align: center;
    }

        .lprejobbg .lrs_smalltext .big {
            font-size: 18px;
            color: #333;
            text-transform: uppercase;
        }

.lprejob_in {
    margin: 0 10%;
    padding: 0 0 30px;
}

    .lprejob_in .col1 {
        margin: 30px 5%;
        width: 40%;
        float: left;
    }

        .lprejob_in .col1 .text1 {
            font-size: 20px;
            color: #333;
            text-transform: uppercase;
            padding-bottom: 5px;
        }

        .lprejob_in .col1 .text2 {
            font-size: 30px;
            color: #e23d4d;
        }

        .lprejob_in .col1 .small {
            font-size: 20px;
            color: #888;
        }

    .lprejob_in .actcol {
        text-align: center;
        padding-bottom: 15px
    }

        .lprejob_in .actcol .started_act {
            background-color: #33d685;
            padding: 10px 20px;
            margin-left: 20px;
            color: #fff;
        }

    .lprejob_in .col2 {
        text-align: right;
    }




@media (max-width: 768px) {
    .dsh-pack {
        margin: 0;
    }

    .dsh-packcoll {
        width: 120px;
    }

        .dsh-packcoll.firstbox {
            width: calc(100% - 160px);
        }

        .dsh-packcoll.nodisp {
            display: none;
        }

    .dsh-pck-mob {
        display: block;
    }

        .dsh-pck-mob.fixedd {
            position: fixed;
            left: 0;
            top: 0px;
            width: 100%;
            background: #ccc;
        }

    .dsh-packcoll.fixedd .dsh-packcollhd {
        left: 0;
        min-width: inherit;
        top: 42px;
        width: 100%;
        height: 114px;
    }

    .dsh-pack .dsh-packhead ul li a {
        margin: 5px 2px;
        font-size: 12px;
    }

    .dsh-packcoll.fixedd .dsh-packcollhd .dsh-pt-pname, .dsh-packcoll.fixedd .dsh-packcollhd .dsh-pt-pamt, .dsh-packcoll.fixedd .dsh-packcollhd .dsh-pt-pdur {
        display: inline-block;
    }

    .dsh-packcont:hover .dsh-packcoll {
        opacity: 1;
    }

    .dsh-pt-pamt {
        line-height: 29px;
    }

        .dsh-pt-pamt .small {
            display: block;
        }

    .dsh-pt-pbtn {
        margin: 20px 10px 0;
    }

    .dsh-packcollhd {
        height: 120px;
    }

    .fixedd .dsh-pt-pbtn {
        margin: 0px 10px;
    }

    .fixedd .dsh-pt-pamt {
        margin: 0px;
    }

    .dsh-pt-pname {
        font-size: 16px;
    }

    .lprejob_in .col1 {
        width: 90%;
    }

    .lprejob_in .col2 {
        text-align: left;
    }

    .left-form {
        width: 91% !important;
        padding: 3% 1% 0 !important;
    }

    .right-form {
        padding: 0 1% 15px !important;
        width: 90% !important;
    }

    .dsh-packcoll.firstbox .dsh-packcollbox ul li {
        font-size: 13px;
        padding: 10px;
        line-height: 15.5px;
        text-align: left;
    }

    .ourservices-list {
        flex-direction: column;
    }

        .ourservices-list .lt-content {
            width: 100%;
        }

        .ourservices-list .rt-content {
            width: 100%;
            border-left: transparent;
        }

            .ourservices-list .rt-content ul {
                margin: 0px;
            }

                .ourservices-list .rt-content ul li {
                    width: 100%;
                }

    .dash-sin-ser {
        flex-direction: column;
    }

        .dash-sin-ser .ser-dash-con {
            width: 100%;
            margin: 0px;
            padding: 0px;
            border-left: none;
        }

            .dash-sin-ser .ser-dash-con .user-res ul, .dash-sin-ser .ser-dash-con .ser-btn-outer {
                flex-direction: column;
            }

                .dash-sin-ser .ser-dash-con .ser-btn-outer .lt-btn-links a {
                    margin: 0 0 10px 0;
                    display: block;
                }

    .mobile-home-wraper {
        padding: 10px;
    }

        .mobile-home-wraper .left-wrap {
            display: none;
        }

        .mobile-home-wraper .right-wrap {
            width: 100%;
            padding: 10px;
        }

            .mobile-home-wraper .right-wrap .app-link-outer .btn-outer {
                flex-wrap: wrap;
            }

    .footer-links-outer ul {
        flex-wrap: wrap;
    }

        .footer-links-outer ul li {
            width: 100%;
        }

    .dash-sin-ser .ser-dash-con a {
        margin: 0 0 10px 0;
    }

    .mobile-home-wraper .right-wrap .app-link-outer .links-outer ul {
        flex-wrap: wrap;
    }

        .mobile-home-wraper .right-wrap .app-link-outer .links-outer ul li {
            margin: 0 5px 10px 0;
        }

    .dash-sin-ser .ser-img-outer {
        width: 100%;
    }

    .dash-sin-ser .ser-dash-con .ser-btn-outer .lt-btn-links {
        display: flex;
        flex-direction: column;
    }

    .dash-sin-ser .ser-dash-con .try-other {
        position: absolute;
        right: 6px;
        top: -22px;
    }

    .modal-dialog.sm-width {
        width: 100%;
    }
}

@media (min-width: 360px) and (max-width: 568px) {
    .dsh-packcoll.fixedd .dsh-packcollhd .dsh-pt-pname {
        display: block;
    }
}
/* Package end */
/* jobs premium profile end here */

/* Roommates overview starts here */
h4 span.room {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
}

.posted-listing-blk {
    padding: 20px 15px 30px 20px;
    margin: 0 37px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.prev-share {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

    .prev-share .viewmore {
        position: absolute;
        right: 64px;
        top: 125px;
    }

        .prev-share .viewmore a {
            font-size: 14px;
        }

            .prev-share .viewmore a i {
                margin: 0;
                vertical-align: text-bottom;
            }

.posted-listing-blk::-webkit-scrollbar {
    display: none;
}

.posted-listing-blk ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0px;
}

    .posted-listing-blk ul li {
        display: flex;
        justify-content: flex-start;
        margin: 0 20px 10px 0;
        font-size: 16px;
        padding: 10px 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        transition: 1s;
    }

    .posted-listing-blk ul li {
        margin: 10px;
        padding: 20px 15px;
        display: flex;
        flex-direction: row;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }

        .posted-listing-blk ul li .status {
            position: absolute;
            top: -8px;
            right: 9px;
            background-color: #fff;
            font-size: 10px;
            line-height: 10px;
            padding: 3px 10px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .posted-listing-blk ul li .status i {
                font-size: 13px;
                margin: 0 4px 0 0;
                vertical-align: text-top;
            }

            .posted-listing-blk ul li .status.active {
                color: #009681;
            }

            .posted-listing-blk ul li .status.expired {
                color: #D8232A;
            }

            .posted-listing-blk ul li .status.incomplete {
                color: #34B3F1;
            }

        .posted-listing-blk ul li.active-list {
            background-color: #e0f2f0;
        }

        .posted-listing-blk ul li.expired-list {
            background-color: #ffebee;
        }

        .posted-listing-blk ul li.incomplete-list {
            background-color: #FCF8E8;
        }

        .posted-listing-blk ul li .content-area {
        }

            .posted-listing-blk ul li .content-area label {
                font-size: 14px;
                line-height: 18px;
                font-weight: 600;
                color: #333;
                cursor: pointer;
            }

            .posted-listing-blk ul li .content-area .city-outer {
                font-size: 13px;
                line-height: 16px;
                color: #616161;
                padding: 4px 0 0 22px;
            }

.posted-listing-blk .nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 15px;
    margin-top: 38px;
    background-color: #666;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.posted-listing-blk .nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    margin-top: -70px;
    background-color: #666;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .posted-listing-blk .nav-prev i, .posted-listing-blk .nav-next i {
        display: block;
        font-size: 20px;
        color: #fff;
        margin: 2px 0 0 0;
        text-align: center;
    }

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.posted-listing-blk ul li .lead-details {
}

    .posted-listing-blk ul li .lead-details .id-details {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .posted-listing-blk ul li .lead-details .id-details .id-date {
            font-size: 14px;
            line-height: 22px;
            color: #616161;
            font-weight: 700;
            padding: 0 15px 5px 0;
        }

            .posted-listing-blk ul li .lead-details .id-details .id-date:last-child {
                padding: 0 0 5px 15px;
            }

    .posted-listing-blk ul li .lead-details p {
        font-size: 14px;
        line-height: 18px;
        color: #777;
        padding: 2px 0;
        margin: 0px;
    }
/*.posted-listing-blk ul li .btn-outer{text-align:center;margin:auto;position:relative;}
.posted-listing-blk ul li .more-listing{position:absolute;padding:40px 15px 10px 15px;border:solid 1px #ccc;background-color:#fff;right:0px;top:35px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;z-index:5;}
.posted-listing-blk ul li .more-listing:after, .posted-listing-blk ul li .more-listing:before {bottom:100%;left:94%;border:solid transparent;
content:"";height:0;width:0;position: absolute;pointer-events:none;}
.posted-listing-blk ul li .more-listing:after{border-color:rgba(228, 228, 228, 0);border-bottom-color:#999;border-width:5px;margin-left:-5px;}
.posted-listing-blk ul li .more-listing:before{border-color:rgba(228, 228, 228, 0);border-bottom-color:#999;border-width:6px;margin-left:-6px;}
.posted-listing-blk ul li .more-listing .close-txt{background-color:#ccc;position:absolute;top:5px;right:5px;-webkit-border-radius: 50px;
-moz-border-radius: 50px;border-radius: 50px;}
.posted-listing-blk ul li .more-listing .close-txt a{display:block;padding:2px 5px 3px 5px;font-size:12px;line-height:12px;color:#000;font-weight:700;}
.posted-listing-blk ul li .more-listing .single-more-list{margin:10px;padding:20px 15px;margin:0 0 15px 0;display:flex;flex-direction:row;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;width:450px;position:relative;}
.posted-listing-blk .single-list .more-listing .single-more-list .status{position:absolute;top:-8px;right:9px;background-color:#fff;font-size:10px;line-height:10px;padding:3px 10px;text-transform:uppercase;font-weight:700;letter-spacing:1px;box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.posted-listing-blk .single-list .more-listing .single-more-list .status i{font-size:13px;margin:0 4px 0 0;vertical-align:text-top;}
.posted-listing-blk .single-list .more-listing .single-more-list .status.active{color:#009681;}
.posted-listing-blk .single-list .more-listing .single-more-list .status.expired{color:#D8232A;}
.posted-listing-blk .single-list .more-listing .single-more-list.active-list{background-color:#e0f2f0;}
.posted-listing-blk .single-list .more-listing .single-more-list.expired-list{background-color:#ffebee;}
.posted-listing-blk .single-list .more-listing .single-more-list .content-area{}
.posted-listing-blk .single-list .more-listing .single-more-list .content-area label{font-size:14px;line-height:18px;font-weight:600;color:#333;}
.posted-listing-blk .single-list .more-listing .single-more-list .content-area .city-outer{font-size:13px;line-height:16px;color:#616161;padding:4px 0 0 22px;text-align:left;} */
#style-3::-webkit-scrollbar-track, #style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar, #style-4::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb, #style-4::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
}

.best-matches-selection {
    padding: 20px 20px 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

    .best-matches-selection .clear-all {
        position: absolute;
        top: 0px;
        right: 25px;
    }

        .best-matches-selection .clear-all a {
            font-size: 14px;
            font-weight: 600;
        }

    .best-matches-selection ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .best-matches-selection ul li {
            margin: 0 15px 10px 0;
            padding: 0px;
            list-style: none;
            position: relative;
        }

            .best-matches-selection ul li .form-group {
                margin: 0px;
            }

            .best-matches-selection ul li .drop-downlist {
                width: 100%;
                border: solid 1px #e4e4e4;
                background-color: #fff;
                position: absolute;
                top: 36px;
                left: 0px;
                height: 150px;
                overflow-y: scroll;
                z-index: 5;
            }

                .best-matches-selection ul li .drop-downlist .titletxt {
                    font-size: 14px;
                    line-height: 24px;
                    color: #333;
                    padding: 10px;
                    background-color: #d3dced;
                    font-weight: 500;
                }

                .best-matches-selection ul li .drop-downlist ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                }

                    .best-matches-selection ul li .drop-downlist ul li {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        border-bottom: solid 1px #e4e4e4;
                    }

                        .best-matches-selection ul li .drop-downlist ul li a {
                            padding: 10px;
                            font-size: 14px;
                            color: #000;
                            transition: 1s;
                            display: block;
                        }

                            .best-matches-selection ul li .drop-downlist ul li a:hover {
                                background-color: #ff4242;
                                color: #fff;
                            }

.search-listing-outer {
}

    .search-listing-outer .single-listing {
        margin: 0 0 20px 0;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .search-listing-outer .single-listing .lt-cont-area {
            width: 70%;
            margin: 0;
            padding: 20px;
            border-right: solid 1px #e4e4e4;
        }

            .search-listing-outer .single-listing .lt-cont-area h3 {
                font-size: 18px;
                line-height: 22px;
                color: #333;
                margin: 0;
                padding: 0 0 10px 0;
            }

                .search-listing-outer .single-listing .lt-cont-area h3 a {
                    color: #333;
                }

            .search-listing-outer .single-listing .lt-cont-area .city-time {
                display: flex;
                flex-direction: row;
                padding: 12px 0;
            }

                .search-listing-outer .single-listing .lt-cont-area .city-time span {
                    display: block;
                    font-size: 14px;
                    line-height: 14px;
                    margin: 0 10px 0 0;
                    padding: 0 10px 0 0;
                    border-right: solid 1px #ccc;
                }

                    .search-listing-outer .single-listing .lt-cont-area .city-time span:last-child {
                        border-right: none;
                    }

                    .search-listing-outer .single-listing .lt-cont-area .city-time span a {
                        font-size: 14px;
                        line-height: 14px;
                    }

                        .search-listing-outer .single-listing .lt-cont-area .city-time span a i {
                            font-size: 13px;
                            color: #b6b4b4;
                            margin: 0 5px 0 0;
                        }

            .search-listing-outer .single-listing .lt-cont-area .skills-list {
                padding: 10px 0 5px 0;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

                .search-listing-outer .single-listing .lt-cont-area .skills-list .single-skill {
                }

                    .search-listing-outer .single-listing .lt-cont-area .skills-list .single-skill a {
                        font-size: 14px;
                        line-height: 16px;
                        color: #666;
                        margin: 0 15px 10px 0;
                        padding: 6px 12px;
                        display: block;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        border: solid 1px #ffe702;
                        background-color: #fffef5;
                        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
                    }

            .search-listing-outer .single-listing .lt-cont-area p {
                font-size: 14px;
                line-height: 22px;
                color: #888;
                padding: 0 0 10px 0;
                margin: 0px;
            }

        .search-listing-outer .single-listing .rt-cont-area {
            width: 30%;
            margin: 0;
            padding: 20px;
        }

            .search-listing-outer .single-listing .rt-cont-area .single-content {
                padding: 0 0 10px 0;
            }

                .search-listing-outer .single-listing .rt-cont-area .single-content .label-txt {
                    font-size: 14px;
                    line-height: 18px;
                    color: #666;
                    margin: 0 0 2px 0;
                }

                .search-listing-outer .single-listing .rt-cont-area .single-content .con-data {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 600;
                    color: #000;
                }

                    .search-listing-outer .single-listing .rt-cont-area .single-content .con-data span {
                        font-size: 12px;
                        color: #666;
                        margin: 0 0 0 2px;
                    }

                .search-listing-outer .single-listing .rt-cont-area .single-content.green .label-txt, .search-listing-outer .single-listing .rt-cont-area .single-content.green .con-data, .search-listing-outer .single-listing .rt-cont-area .single-content.green .con-data span {
                    color: #4E944F;
                }

            .search-listing-outer .single-listing .rt-cont-area .btn-outer {
                padding: 10px 0;
            }

                .search-listing-outer .single-listing .rt-cont-area .btn-outer a {
                    margin: 0 15px 0 0;
                }

.best-match-listing {
    margin: 0 0 20px 0;
    padding: 15px 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

    .best-match-listing .label-txt {
        position: absolute;
        right: -2px;
        top: -4px;
        z-index: 1;
    }

    .best-match-listing h3 {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        padding: 15px 0 0 0;
        margin: 0 20px 10px 20px;
        height: 41px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .best-match-listing h3 a {
            font-size: 16px;
            line-height: 22px;
        }

        .best-match-listing h3.dc {
            padding: 0 0 5px 0;
            height: 24px;
        }

    .best-match-listing .city-price {
        padding: 0 0 0 20px;
    }

        .best-match-listing .city-price ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            justify-content: flex-start;
        }

            .best-match-listing .city-price ul li {
                margin: 0 0 10px 10px;
                padding: 0 10px 0 0;
                list-style: none;
                font-size: 14px;
                line-height: 18px;
                color: #616161;
                border-right: solid 1px #ccc;
            }

                .best-match-listing .city-price ul li i {
                    font-size: 14px;
                    color: #999;
                    margin: 0 5px 0 0;
                }

                .best-match-listing .city-price ul li span {
                    font-weight: 700;
                }

                .best-match-listing .city-price ul li:first-child {
                    margin: 0 0 10px 0;
                    font-size: 13px;
                    color: #444;
                }

                .best-match-listing .city-price ul li:last-child {
                    border-right: none;
                }

                .best-match-listing .city-price ul li .price {
                    padding: 0 2px;
                    background-color: #FDEA83;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

        .best-match-listing .city-price.dc {
            padding: 5px 0 0 20px;
        }

            .best-match-listing .city-price.dc ul li {
                font-size: 15px;
            }

    .best-match-listing .room-details {
        background-color: #fbf8ec;
        margin: 10px 0;
        padding: 15px 20px;
    }

        .best-match-listing .room-details ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .best-match-listing .room-details ul li {
                margin: 0 15px 5px 0;
                padding: 0px;
                list-style: none;
                width: 18%;
                font-size: 14px;
                color: #616161;
            }

                .best-match-listing .room-details ul li span {
                    font-weight: 600;
                    margin: 0;
                    color: #212121;
                    display: block;
                }

                    .best-match-listing .room-details ul li span i {
                        font-size: 13px;
                        color: #999;
                        margin: 0 3px 0 0;
                    }

    .best-match-listing .discription {
        margin: 0 20px;
    }

        .best-match-listing .discription p {
            font-size: 14px;
            line-height: 22px;
            color: #666;
            margin: 0 0 8px 0;
        }

    .best-match-listing .nearby {
        display: flex;
        flex-direction: row;
        margin: 10px 20px;
    }

        .best-match-listing .nearby span {
            margin: 0 20px 0 0;
            display: block;
            font-size: 13px;
            line-height: 18px;
            color: #666;
        }

            .best-match-listing .nearby span a {
                display: block;
                color: #666;
                padding: 2px 5px;
                background-color: #f2f2f2;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                transition: 1s;
            }

                .best-match-listing .nearby span a:hover {
                    background-color: #e4e4e4;
                    color: #000;
                }

    .best-match-listing .preferences {
        margin: 10px 20px;
    }

        .best-match-listing .preferences ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

            .best-match-listing .preferences ul li {
                margin: 0 15px 0 0;
                padding: 0px;
                list-style: none;
                font-size: 12px;
                color: #666;
                position: relative;
            }

                .best-match-listing .preferences ul li i {
                    width: 20px;
                    height: 20px;
                }

                    .best-match-listing .preferences ul li i img {
                        width: 20px;
                        height: 20px;
                    }

                    .best-match-listing .preferences ul li i.veg {
                        display: block;
                        width: 20px;
                        height: 20px;
                        border: solid 1px #0f8213;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                        .best-match-listing .preferences ul li i.veg .green-dot {
                            width: 10px;
                            height: 10px;
                            margin: 4px;
                            background-color: #0f8213;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                        }

                    .best-match-listing .preferences ul li i.non-veg {
                        display: block;
                        width: 20px;
                        height: 20px;
                        border: solid 1px #bc3319;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                        .best-match-listing .preferences ul li i.non-veg .red-dot {
                            width: 10px;
                            height: 10px;
                            margin: 4px;
                            background-color: #bc3319;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                        }

                .best-match-listing .preferences ul li span {
                    display: none;
                    position: absolute;
                    padding: 2px 4px;
                    background-color: #000;
                    color: #fff;
                    font-size: 12px;
                    line-height: 12px;
                    white-space: nowrap;
                    left: -100%;
                    top: -20px;
                    z-index: 3;
                    transition: 1s;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

                .best-match-listing .preferences ul li:hover span {
                    display: block;
                }

    .best-match-listing .btn-outer {
        padding: 15px 20px 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-top: solid 1px #e4e4e4;
    }

        .best-match-listing .btn-outer .lt-btns {
        }

            .best-match-listing .btn-outer .lt-btns ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .best-match-listing .btn-outer .lt-btns ul li {
                    margin: 0px;
                    padding: 0 25px 0 0;
                    list-style: none;
                    position: relative;
                }

                    .best-match-listing .btn-outer .lt-btns ul li:last-child {
                        padding: 0px;
                    }

                    .best-match-listing .btn-outer .lt-btns ul li .mailphone-list {
                        display: none;
                        position: absolute;
                        z-index: 5;
                        left: 0px;
                        background-color: #F9F2ED;
                        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
                        width: 340px;
                        padding: 15px 10px;
                        top: -75px;
                    }

                        .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul {
                            margin: 0px;
                            padding: 0px;
                            display: flex;
                            flex-direction: column;
                        }

                            .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul li {
                                margin: 0;
                                padding: 0 15px 5px 0;
                                list-style: none;
                                font-size: 14px;
                                line-height: 20px;
                                color: #333;
                            }

                                .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul li:last-child {
                                    padding: 0 15px 0 0;
                                }

                                .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul li a {
                                    color: #616161;
                                    transition: 1s;
                                }

                                .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul li i {
                                    font-sixe: 13px;
                                    color: #999;
                                    padding: 0 8px 0 0;
                                }

                                .best-match-listing .btn-outer .lt-btns ul li .mailphone-list ul li a:hover {
                                    text-decoration: underline;
                                    color: #000;
                                }

                    .best-match-listing .btn-outer .lt-btns ul li:hover .mailphone-list {
                        display: none;
                    }

            .best-match-listing .btn-outer .lt-btns .detail-show {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                margin: 10px 0 0 0;
            }

                .best-match-listing .btn-outer .lt-btns .detail-show a {
                    font-size: 14px;
                    padding: 0 10px;
                    color: #337ab7;
                    border-right: solid 1px #ccc;
                }

                    .best-match-listing .btn-outer .lt-btns .detail-show a i {
                        margin: 0 5px 0 0;
                    }

                    .best-match-listing .btn-outer .lt-btns .detail-show a:first-child {
                        padding: 0 10px 0 0;
                    }

                    .best-match-listing .btn-outer .lt-btns .detail-show a:last-child {
                        border-right: none;
                    }

                .best-match-listing .btn-outer .lt-btns .detail-show .msg-sent {
                    font-size: 14px;
                    color: #1abc9c;
                    margin: 0 10px 0 0;
                    border-right: solid 1px #ccc;
                    padding: 0 10px 0 0
                }

        .best-match-listing .btn-outer .rt-icons {
        }

            .best-match-listing .btn-outer .rt-icons ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .best-match-listing .btn-outer .rt-icons ul li {
                    margin: 0 10px 0 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                }

best-match-listing .btn-outer .rt-icons ul li:last-child {
    margin: 0px;
}

.best-match-listing .btn-outer .rt-icons ul li a {
    display: block;
    padding: 5px;
    border: solid 1px #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .best-match-listing .btn-outer .rt-icons ul li a i {
        font-size: 20px;
        color: #a4a4a4;
    }

.best-match-listing .btn-outer .rt-icons ul li.active a i {
    font-size: 20px;
    color: #1abc9c;
}

.best-match-listing .room-upgrade {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

    .best-match-listing .room-upgrade .lt-content {
        width: 70%;
        border-right: dashed 1px #ccc;
        padding: 10px
    }

        .best-match-listing .room-upgrade .lt-content ul {
            padding: 0 0 10px 0;
            margin: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            column-gap: 10px;
        }

            .best-match-listing .room-upgrade .lt-content ul li {
                font-size: 16px;
                line-height: 18px;
                padding: 0 10px 0 0;
                margin: 0px;
                border-right: solid 1px #ccc;
                list-style: none;
            }

    .best-match-listing .room-upgrade .rt-content {
        width: 30%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



.best-match-listing .preview {
    position: absolute;
    right: 20px;
    top: 5px;
    display: flex;
}

    .best-match-listing .preview a {
        display: block;
        padding: 2px 4px;
        margin: 0 4px;
        border: solid 1px #ccc;
        font-size: 15px;
        line-height: 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .best-match-listing .preview a i {
            font-size: 18px;
            color: #999;
        }

        .best-match-listing .preview a.favorite i {
            color: #E62878;
        }

        .best-match-listing .preview a:last-child {
            margin: 0 0 0 4px;
        }

.pagination {
    padding: 15px 20px;
}

    .pagination ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

        .pagination ul li {
            margin: 3px 8px;
            padding: 0px;
            list-style: none;
        }

            .pagination ul li a {
                display: flex;
                line-height: 13px;
                background-color: #f7f7f7;
                padding: 10px;
                font-size: 15px;
                color: #616161;
                border: solid 1px #ccc;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                font-weight: 600;
                transition: 1s;
            }

                .pagination ul li a:hover, .pagination ul li a.active {
                    background-color: #cef9ff;
                }

.roommates-user-listing {
    position: relative;
    display: flex;
}

    .roommates-user-listing .pre-share {
        position: absolute;
        top: -4px;
        right: 17px;
        z-index: 10;
    }

        .roommates-user-listing .pre-share ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

            .roommates-user-listing .pre-share ul li {
                margin: 0 0 0 10px;
                padding: 0px;
                list-style: none;
                position: relative;
            }

                .roommates-user-listing .pre-share ul li a {
                    font-size: 18px;
                    line-height: 20px;
                    color: #999;
                    display: block;
                    padding: 5px;
                    background-color: #f5f5f5;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    transition: 1s;
                }

                    .roommates-user-listing .pre-share ul li a:hover {
                        background-color: #009681;
                        color: #fff;
                    }

    .roommates-user-listing .status {
        position: absolute;
        top: -35px;
        left: 0;
        background-color: #fff;
        font-size: 10px;
        line-height: 10px;
        padding: 3px 10px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .roommates-user-listing .status i {
            font-size: 13px;
            margin: 0 4px 0 0;
            vertical-align: text-top;
        }

        .roommates-user-listing .status.active {
            color: #009681;
            background-color: #e0f2f0;
        }

        .roommates-user-listing .status.expired {
            color: #D8232A;
            background-color: #ffebee;
        }

        .roommates-user-listing .status.incomplete {
            color: #34B3F1;
            background-color: #daf3ff;
        }

    .roommates-user-listing .ad-left {
        color: #333;
        position: absolute;
        top: -34px;
        left: 125px;
        background-color: #F7CCAC;
        font-size: 10px;
        line-height: 12px;
        padding: 3px 10px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .roommates-user-listing figure {
        width: 150px;
        height: 150px;
        padding: 0px;
        margin: 0 15px 0 0;
        position: relative;
    }

        .roommates-user-listing figure .add-photo {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0px;
        }

            .roommates-user-listing figure .add-photo a {
                font-size: 13px;
                background: rgba(255,255,255,0.7);
                color: #333;
                text-align: center;
                display: block;
                padding: 3px 0;
                transition: 1s;
            }

                .roommates-user-listing figure .add-photo a:hover {
                    background: rgba(0,0,0,0.5);
                    color: #fff;
                }

        .roommates-user-listing figure img {
            width: 150px;
            height: 150px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .roommates-user-listing figure .no-img {
            display: flex;
            align-items: center;
            margin: auto;
            background: #C1A823;
            background: -webkit-linear-gradient(top left, #C1A823, #B886AD);
            background: -moz-linear-gradient(top left, #C1A823, #B886AD);
            background: linear-gradient(to bottom right, #C1A823, #B886AD);
            width: 150px;
            height: 150px;
            align-items: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .roommates-user-listing figure .no-img figcaption {
                font-size: 14px;
                color: #fff;
                font-weight: 600;
                text-align: center;
                padding: 10px 15px;
                margin: auto;
            }

    .roommates-user-listing .list-content-area {
        width: calc(100% - 170px);
    }

        .roommates-user-listing .list-content-area.incomplete {
            width: calc(100%);
        }

        .roommates-user-listing .list-content-area .top-date-list {
            padding: 0;
        }

            .roommates-user-listing .list-content-area .top-date-list ul {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
                padding: 0px;
                margin: 0px;
            }

                .roommates-user-listing .list-content-area .top-date-list ul li {
                    margin: 0 10px 0 0;
                    padding: 0 10px 0 0;
                    border-right: solid 1px #ccc;
                    font-size: 13px;
                    color: #616161;
                    list-style: none;
                }

                    .roommates-user-listing .list-content-area .top-date-list ul li span {
                        font-weight: 700;
                        margin: 0 5px 0 0;
                    }

                    .roommates-user-listing .list-content-area .top-date-list ul li:last-child {
                        border-right: none;
                    }

        .roommates-user-listing .list-content-area .price-sqft-outer {
            padding: 5px 5px 10px 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .roommates-user-listing .list-content-area .price-sqft-outer .sin-fld {
                background-color: #FAF4B7;
                font-size: 13px;
                line-height: 16px;
                letter-spacing: 0.5px;
                color: #000;
                font-weight: 400;
                padding: 2px 6px;
                margin: 0 10px 0 0;
            }

                .roommates-user-listing .list-content-area .price-sqft-outer .sin-fld b {
                    font-weight: 700;
                }

        .roommates-user-listing .list-content-area h3 {
            font-size: 16px;
            line-height: 20px;
            color: #333;
            font-weight: 600;
            padding: 8px 5px 8px 0;
            margin: 0px;
        }

            .roommates-user-listing .list-content-area h3 a {
                font-size: 17px;
                line-height: 20px;
                font-weight: 400;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .roommates-user-listing .list-content-area h3 a:hover {
                    text-decoration: underline;
                }

        .roommates-user-listing .list-content-area .links-outer {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin: 5px 0 0 0;
            padding: 10px;
            align-items: center;
            background-color: #f2f2f2;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .roommates-user-listing .list-content-area .links-outer .links {
                padding: 0;
            }

                .roommates-user-listing .list-content-area .links-outer .links a {
                    font-size: 14px;
                    line-height: 18px;
                    margin: 0 15px 0 0;
                }

                    .roommates-user-listing .list-content-area .links-outer .links a:hover.btn {
                        text-decoration: none;
                    }

                    .roommates-user-listing .list-content-area .links-outer .links a:hover {
                        text-decoration: underline;
                    }

        .roommates-user-listing .list-content-area .btn-outer {
            padding: 15px 0 0 0;
        }

        .roommates-user-listing .list-content-area p {
            padding: 10px 0;
            margin: 0px;
            font-size: 15px;
        }

    .roommates-user-listing .plan-label {
        position: absolute;
        right: -29px;
        top: -29px;
        z-index: 5;
    }

.roommates-user-response {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 150px;
}

.card-box.room-user-active {
    background-color: #e0f2f0;
}

.roommates-user-response .res-count-outer {
    padding: 0 0 5px 0;
}

    .roommates-user-response .res-count-outer ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .roommates-user-response .res-count-outer ul li {
            margin: 0px;
            padding: 0 15px 5px 0;
            list-style: none;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            color: #000;
        }

            .roommates-user-response .res-count-outer ul li .icon-outer {
                background-color: #f2f2f2;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                padding: 4px 8px;
            }

                .roommates-user-response .res-count-outer ul li .icon-outer i {
                    font-size: 20px;
                    color: #8A8A8A;
                }

.roommates-user-response p {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
}

    .roommates-user-response p a {
        font-size: 16px;
    }

        .roommates-user-response p a:hover {
            text-decoration: underline;
        }

.roommates-user-response .btn-outer {
    margin: 5px 0 0 0;
}

.card-box.room-user-active .roommates-user-response .res-count-outer ul li .icon-outer {
    background-color: #fff;
}

    .card-box.room-user-active .roommates-user-response .res-count-outer ul li .icon-outer i {
        color: #009681;
    }

.common-social-promos {
    display: flex;
    justify-content: row;
    flex-wrap: wrap;
    padding: 20px;
}

    .common-social-promos .social {
        margin: 0 15px 0 0;
    }

        .common-social-promos .social a {
            font-size: 14px;
            padding: 10px 15px;
            color: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            display: block;
            margin: 0 0 15px 0;
        }

            .common-social-promos .social a.facebook {
                background-color: #4267b2;
            }

            .common-social-promos .social a.whatsapp {
                background-color: #39d237;
            }

            .common-social-promos .social a.twitter {
                background-color: #4baaf4;
            }

            .common-social-promos .social a.mail {
                background-color: #D8232A;
            }

            .common-social-promos .social a.copylink {
                background-color: #909090;
            }

.matches-outet {
    background-color: #ffe3db;
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .matches-outet .matches {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .matches-outet .matches span {
            display: block;
            padding: 5px 10px;
            background-color: #fff;
            border: solid 1px #ccc;
            margin: 0 10px 10px 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            font-size: 14px;
            line-height: 20px;
            color: #000;
        }

    .matches-outet p {
        padding: 10px 0 0 0;
        font-size: 16px;
        line-height: 20px;
        color: #616161;
        margin: 0px;
    }

        .matches-outet p b {
            font-weight: 600;
            font-size: 18px;
            color: #000;
        }

    .matches-outet .btn-outer {
        padding: 15px 0;
    }










.other-matches-single {
    display: flex;
}

    .other-matches-single figure {
        width: 100px;
        height: 100px;
        margin: 0 10px 0 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        .other-matches-single figure img {
            width: 100px;
            height: 100px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

    .other-matches-single .content-area {
        width: calc(100% - 110px);
        position: relative;
    }

        .other-matches-single .content-area h3 {
            font-size: 16px;
            line-height: 22px;
            color: #212121;
            margin: 0 0 3px 0;
        }

            .other-matches-single .content-area h3 a {
                font-size: 16px;
                line-height: 22px;
            }

        .other-matches-single .content-area .sub-title {
            font-size: 14px;
            line-height: 18px;
            color: #616161;
            padding: 0 0 10px 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 38px;
        }

        .other-matches-single .content-area .go-outer {
            width: 100%;
            position: absolute;
            left: 0px;
            bottom: -5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .other-matches-single .content-area .go-outer .single-blk.lt {
                background: rgb(242, 234, 250);
                border-radius: 8px;
                color: rgb(51, 51, 51);
                padding: 8px 16px;
                font-size: 14px;
                font-weight: 500;
                width: max-content;
            }

            .other-matches-single .content-area .go-outer .single-blk.rt {
                background: rgb(255, 255, 255);
                border: 1px solid rgb(230, 230, 230);
                box-sizing: border-box;
                border-radius: 8px;
            }

                .other-matches-single .content-area .go-outer .single-blk.rt a {
                    padding: 10px;
                    display: flex;
                    background-color: beige;
                }

                    .other-matches-single .content-area .go-outer .single-blk.rt a i {
                        font-size: 20px;
                        font-weight: 700;
                        color: #666;
                    }

.room-listing-sea-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

    .room-listing-sea-filter .left-search {
        position: relative;
        width: 300px;
    }

        .room-listing-sea-filter .left-search i {
            font-size: 20px;
            color: #999;
            position: absolute;
            top: 8px;
            right: 5px;
            z-index: 2;
        }

        .room-listing-sea-filter .left-search .drop-listing {
            position: absolute;
            left: 0px;
            top: 36px;
            width: 100%;
            background-color: #fff;
            border: solid 1px #ccc;
            z-index: 2;
            height: 150px;
            overflow-y: scroll;
        }

            .room-listing-sea-filter .left-search .drop-listing a {
                display: block;
                padding: 12px 10px;
                font-size: 13px;
                line-height: 16px;
                color: #000;
                transition: 1s;
                border-bottom: dotted 1px #ccc;
            }

                .room-listing-sea-filter .left-search .drop-listing a:hover {
                    background-color: #B81B1E;
                    color: #fff;
                }

    .room-listing-sea-filter .right-filter {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

        .room-listing-sea-filter .right-filter .sel-outer {
            margin: 30px 25px 0 0;
            position: relative;
        }
            /*.room-listing-sea-filter .right-filter .sel-outer:last-child{margin:0px;}*/
            .room-listing-sea-filter .right-filter .sel-outer .btn-outer {
                padding: 29px 0 0 0;
            }

            .room-listing-sea-filter .right-filter .sel-outer.wid-set {
            }

                .room-listing-sea-filter .right-filter .sel-outer.wid-set .dropdown-menu {
                    width: 240px;
                }

.room-user-listing {
    margin: 0 0 30px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .room-user-listing .plan-label {
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 5;
    }

    .room-user-listing .top-blk {
        background-color: #ecfefc;
        padding: 15px 40px 15px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .room-user-listing .top-blk.expired {
            background-color: #ffedee;
        }

        .room-user-listing .top-blk .id-status {
        }

            .room-user-listing .top-blk .id-status ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                justify-content: flex-start;
            }

                .room-user-listing .top-blk .id-status ul li {
                    margin: 0 10px 0 0;
                    padding: 5px 10px;
                    list-style: none;
                    font-size: 14px;
                    line-height: 18px;
                    color: #212121;
                }

        .room-user-listing .top-blk.expired .id-status ul li.active {
            background-color: #D8232A;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .room-user-listing .top-blk .id-status ul li.active {
            background-color: #009681;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .room-user-listing .top-blk .id-status ul li.active i {
                margin: 0 5px 0 0;
                font-size: 14px;
            }

        .room-user-listing .top-blk .id-status ul li.days {
            background-color: #F7CCAC;
            color: #000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .room-user-listing .top-blk .price-blk {
            font-size: 20px;
            font-weight: 800;
            color: #04aaf5;
            align-items: center;
        }

            .room-user-listing .top-blk .price-blk span {
                font-size: 15px;
                font-weight: 400;
                padding: 0 0 0 5px;
                color: #616161;
                vertical-align: text-bottom;
            }

            .room-user-listing .top-blk .price-blk a.preview {
                margin: 0 5px;
                color: #000;
                padding: 2px 5px;
                background-color: #fff;
            }

    .room-user-listing .single-listing {
        display: flex;
        position: relative;
        padding: 20px;
    }

        .room-user-listing .single-listing figure {
            width: 150px;
            height: 150px;
            padding: 0px;
            margin: 0 40px 0 0;
            position: relative;
        }

            .room-user-listing .single-listing figure .add-photo {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0px;
            }

                .room-user-listing .single-listing figure .add-photo a {
                    font-size: 13px;
                    background: rgba(255,255,255,0.7);
                    color: #333;
                    text-align: center;
                    display: block;
                    padding: 3px 0;
                    transition: 1s;
                }

                    .room-user-listing .single-listing figure .add-photo a:hover {
                        background: rgba(0,0,0,0.5);
                        color: #fff;
                    }

            .room-user-listing .single-listing figure img {
                width: 150px;
                height: 150px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            .room-user-listing .single-listing figure .no-img {
                display: flex;
                align-items: center;
                margin: auto;
                background: #C1A823;
                background: -webkit-linear-gradient(top left, #C1A823, #B886AD);
                background: -moz-linear-gradient(top left, #C1A823, #B886AD);
                background: linear-gradient(to bottom right, #C1A823, #B886AD);
                width: 150px;
                height: 150px;
                align-items: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .room-user-listing .single-listing figure .no-img figcaption {
                    font-size: 14px;
                    color: #fff;
                    font-weight: 600;
                    text-align: center;
                    padding: 10px 15px;
                    margin: auto;
                }

        .room-user-listing .single-listing .list-content-area {
            width: calc(100% - 200px);
        }

            .room-user-listing .single-listing .list-content-area h3 {
                font-size: 18px;
                line-height: 22px;
                color: #000;
                padding: 0 0 10px 0;
                margin: 0px;
                font-weight: 400;
            }

                .room-user-listing .single-listing .list-content-area h3 a {
                    font-size: 18px;
                    line-height: 22px;
                }

                    .room-user-listing .single-listing .list-content-area h3 a:hover {
                        text-decoration: underline;
                    }

            .room-user-listing .single-listing .list-content-area .city-txt {
                font-size: 13px;
                line-height: 16px;
                color: #616161;
                padding: 0 0 10px 0;
            }

                .room-user-listing .single-listing .list-content-area .city-txt a {
                    font-size: 14px;
                    line-height: 18px;
                    color: #616161;
                }

            .room-user-listing .single-listing .list-content-area .con-table-outer {
                margin: 5px 0 10px 0;
            }

                .room-user-listing .single-listing .list-content-area .con-table-outer table tr th {
                    border: solid 1px #e4e4e4;
                    background-color: #f2f2f2;
                    font-size: 14px;
                    color: #333;
                    padding: 10px;
                    text-align: center;
                    font-weight: 600;
                }

                .room-user-listing .single-listing .list-content-area .con-table-outer table tr td {
                    border: solid 1px #e4e4e4;
                    font-size: 13px;
                    padding: 10px;
                    color: #616161;
                    text-align: center;
                }

    .room-user-listing .bot-links-outer {
        margin: 0;
        background-color: #f7f7f7;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .room-user-listing .bot-links-outer .lt-links {
            display: flex;
        }

            .room-user-listing .bot-links-outer .lt-links a {
                margin: 0 15px 0 0;
                padding: 10px 15px;
                display: block;
                font-size: 14px;
                line-height: 14px;
                color: #000;
                transition: 1s;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                background-color: #fff;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            }

                .room-user-listing .bot-links-outer .lt-links a:hover {
                    background-color: #009681;
                    color: #fff;
                }

                .room-user-listing .bot-links-outer .lt-links a.renew {
                    background-color: #d6fff9;
                    color: #000;
                }

        .room-user-listing .bot-links-outer .rt-links {
            display: flex;
            justify-content: flex-end;
        }

            .room-user-listing .bot-links-outer .rt-links a {
                margin: 0 15px 0 0;
                padding: 10px 15px;
                display: block;
                font-size: 14px;
                line-height: 14px;
                color: #fff;
                transition: 1s;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                background-color: #009681;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            }





.my-ad-user-res {
    position: relative;
    background-color: #FFFBE7;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin: 15px;
}

    .my-ad-user-res .ad {
        display: flex;
        flex-direction: row;
    }

        .my-ad-user-res .ad span {
            display: block;
            margin: 5px 15px 5px 0;
            font-size: 14px;
            color: #333;
        }

    .my-ad-user-res .close-txt {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 2;
    }

        .my-ad-user-res .close-txt a {
            display: block;
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
            color: #fff;
            background-color: #999;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            padding: 4px 8px;
        }

    .my-ad-user-res .btn-outer {
        padding: 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

        .my-ad-user-res .btn-outer a {
            margin: 0 15px 0 0;
        }

.my-user-res-list {
    padding: 20px;
}

    .my-user-res-list a {
        margin: 0 20px 0 0;
    }

        .my-user-res-list a i {
            margin: 0 5px 0 0;
        }

.user-chat-block-outer {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 20px 0 60px 0;
}

    .user-chat-block-outer .user-list {
        width: 30%;
        background-color: #f2f2f2;
    }

        .user-chat-block-outer .user-list .search-outer {
            padding: 15px;
            position: relative;
        }

            .user-chat-block-outer .user-list .search-outer input[type="text"] {
                width: 99%;
                padding: 10px 40px 10px 10px;
                background-color: #fff;
                border: solid 1px #e4e4e4;
                box-sizing: border-box;
                height: 50px;
            }

            .user-chat-block-outer .user-list .search-outer a {
                position: absolute;
                right: 27px;
                top: 27px;
                padding: 0px;
                margin: 0px;
            }

                .user-chat-block-outer .user-list .search-outer a i {
                    font-size: 24px;
                    color: #999;
                }

            .user-chat-block-outer .user-list .search-outer .drop-listing {
                position: absolute;
                left: 15px;
                top: 64px;
                width: 92%;
                background-color: #fff;
                border: solid 1px #ccc;
                z-index: 2;
                height: 150px;
                overflow-y: scroll;
            }

                .user-chat-block-outer .user-list .search-outer .drop-listing ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .user-chat-block-outer .user-list .search-outer .drop-listing ul li {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                    }

                .user-chat-block-outer .user-list .search-outer .drop-listing a {
                    display: block;
                    padding: 12px 10px;
                    font-size: 13px;
                    line-height: 16px;
                    color: #000;
                    transition: 1s;
                    border-bottom: dotted 1px #ccc;
                    position: static;
                }

                    .user-chat-block-outer .user-list .search-outer .drop-listing a:hover {
                        background-color: #B81B1E;
                        color: #fff;
                    }

        .user-chat-block-outer .user-list p {
            font-size: 15px;
            margin: 0px;
            padding: 0 15px 10px 15px;
            color: #495057;
            font-weight: 500;
        }

        .user-chat-block-outer .user-list .lt-scroll-outer {
            height: 550px;
            overflow-y: scroll;
        }

        .user-chat-block-outer .user-list .induvi-user {
            padding: 25px;
            margin: 0 0 15px 0;
            border-bottom: solid 1px #e4e4e4;
            transition: 1s;
            position: relative;
        }

            .user-chat-block-outer .user-list .induvi-user .time-txt {
                position: absolute;
                top: 2px;
                right: 10px;
                font-size: 12px;
                color: #333;
            }

            .user-chat-block-outer .user-list .induvi-user a {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                align-items: center;
                transition: 1s;
            }

            .user-chat-block-outer .user-list .induvi-user.active, .user-chat-block-outer .user-list .induvi-user:hover {
                background-color: #fff;
            }

            .user-chat-block-outer .user-list .induvi-user a figure {
                width: 60px;
                height: 60px;
                overflow: hidden;
                margin: 0 15px 0 0;
            }

                .user-chat-block-outer .user-list .induvi-user a figure img {
                    width: 60px;
                    height: 60px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                }

                .user-chat-block-outer .user-list .induvi-user a figure .name-txt {
                    background-color: #f7f7f7;
                    display: flex;
                    font-size: 15px;
                    line-height: 15px;
                    font-weight: 500;
                    color: #616161;
                    align-items: center;
                    vertical-align: middle;
                    width: 60px;
                    height: 60px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
                }

                    .user-chat-block-outer .user-list .induvi-user a figure .name-txt p {
                        font-size: 20px;
                        font-weight: 700;
                        color: #967E76;
                        text-align: center;
                        padding: 0px;
                        margin: auto;
                        text-transform: uppercase;
                    }

            .user-chat-block-outer .user-list .induvi-user a .user-content {
                width: calc(100% - 80px);
            }

                .user-chat-block-outer .user-list .induvi-user a .user-content .name {
                    font-size: 18px;
                    line-height: 20px;
                    font-weight: 600;
                    color: #495057;
                    padding: 0 0 10px 0;
                }

                .user-chat-block-outer .user-list .induvi-user a .user-content p.explain {
                    font-size: 13px;
                    color: #666;
                    font-weight: 400;
                    padding: 0 0 5px 0;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

    .user-chat-block-outer .user-chat-list-outer {
        width: 70%;
        padding: 0 20px;
        position: relative;
    }

        .user-chat-block-outer .user-chat-list-outer .type-here {
            position: absolute;
            left: 20px;
            bottom: -90px;
            width: 94%;
            border: solid 1px #e4e4e4;
        }

            .user-chat-block-outer .user-chat-list-outer .type-here .input-but {
                display: flex;
                justify-content: flex-start;
                padding: 20px;
            }

                .user-chat-block-outer .user-chat-list-outer .type-here .input-but .input-outer {
                    margin: 0 20px 0 0;
                    width: 80%
                }

                    .user-chat-block-outer .user-chat-list-outer .type-here .input-but .input-outer input[type="text"] {
                        width: 100%;
                        background-color: #e6ebf5;
                    }

        .user-chat-block-outer .user-chat-list-outer .selected-user-det {
            padding: 15px;
            margin: 0 0 10px 20px;
            display: flex;
            justify-content: space-between;
            border-bottom: solid 1px #e4e4e4;
        }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                width: 60%;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user figure {
                    width: 30px;
                    height: 30px;
                    margin: 0;
                    padding: 0px;
                }

                    .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user figure img {
                        width: 30px;
                        height: 30px;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 {
                    font-size: 14px;
                    line-height: 18px;
                    margin: 0 0 0 15px;
                    padding: 0px;
                    display: flex;
                    flex-direction: column;
                }

                    .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 a {
                        font-size: 14px;
                        line-height: 18px;
                        color: #616161;
                        padding: 0px;
                        margin: 0px;
                    }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user {
                position: relative;
                padding: 0;
                display: flex;
                justify-content: flex-end;
                text-align: right;
                align-items: center;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user figure .name-txt {
                background-color: #f7f7f7;
                display: flex;
                font-size: 15px;
                line-height: 15px;
                font-weight: 500;
                color: #616161;
                align-items: center;
                vertical-align: middle;
                width: 30px;
                height: 30px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                text-align: center;
                box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user figure .name-txt p {
                    font-size: 20px;
                    font-weight: 700;
                    color: #967E76;
                    text-align: center;
                    padding: 0px;
                    margin: auto;
                    text-transform: uppercase;
                }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 a:hover {
                text-decoration: underline;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 span.span-txt {
                font-size: 12px;
                color: #777;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 span.span-txt {
                font-size: 12px;
                color: #777;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .lt-user h4 .title-txt {
                font-size: 14px;
                line-height: 20px;
                height: 40px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user a {
                margin: 0px;
                padding: 0px;
                width: 40%;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user a i {
                    font-size: 20px;
                    color: #616161;
                }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user a.full {
                    width: 100%;
                    padding: .45rem .9rem;
                }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user .more-links {
                text-align: left;
                transition: 1s;
                display: none;
                background-color: #fff;
                border: solid 1px #ccc;
                padding: 10px;
                position: absolute;
                right: 20px;
                top: 3px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                z-index: 2;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user .more-links a {
                    transition: 1s;
                    display: block;
                    padding: 5px 15px;
                    font-size: 13px;
                    color: #616161;
                    text-align: left;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    width: 100%;
                }

                    .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user .more-links a:hover {
                        background-color: #B11517;
                        color: #fff;
                    }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user:hover .more-links {
                display: block;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads {
                position: relative;
                padding: 10px;
                border: solid 1px #ccc;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads p {
                    font-size: 14px;
                    color: #212121;
                    margin: 0px;
                    padding: 0px;
                }

                    .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads p a {
                        font-size: 14px;
                        color: #212121;
                        margin: 0px;
                    }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing {
                    position: absolute;
                    top: 39px;
                    right: -1px;
                    border: solid 1px #ccc;
                    background-color: #fff;
                    padding: 10px;
                    width: 350px;
                    z-index: 5;
                    height: 200px;
                    overflow-y: scroll;
                    display: none;
                }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads p a span {
                    background-color: #FBFABB;
                    margin: 0 5px 0 0;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    padding: 0 2px;
                }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads:hover .more-ads-listing {
                    display: block;
                }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul {
                    padding: 0px;
                    margin: 0px;
                }

                    .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li {
                        padding: 0px;
                        margin: 15px;
                        list-style: none;
                    }

                        .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user {
                            display: flex;
                            justify-content: flex-start;
                            align-items: center;
                        }

                            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user figure {
                                width: 30px;
                                height: 30px;
                                margin: 0;
                                padding: 0px;
                            }

                                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user figure img {
                                    width: 30px;
                                    height: 30px;
                                    -webkit-border-radius: 100px;
                                    -moz-border-radius: 100px;
                                    border-radius: 100px;
                                }

                            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 {
                                font-size: 14px;
                                line-height: 18px;
                                margin: 0 0 0 15px;
                                padding: 0px;
                                display: flex;
                                flex-direction: column;
                            }

                                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 a {
                                    font-size: 14px;
                                    line-height: 18px;
                                    color: #616161;
                                    padding: 0px;
                                    margin: 0px;
                                }

                            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user figure .name-txt {
                                background-color: #f7f7f7;
                                display: flex;
                                font-size: 15px;
                                line-height: 15px;
                                font-weight: 500;
                                color: #616161;
                                align-items: center;
                                vertical-align: middle;
                                width: 30px;
                                height: 30px;
                                -webkit-border-radius: 100px;
                                -moz-border-radius: 100px;
                                border-radius: 100px;
                                text-align: center;
                                box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
                            }

                                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user figure .name-txt p {
                                    font-size: 20px;
                                    font-weight: 700;
                                    color: #967E76;
                                    text-align: center;
                                    padding: 0px;
                                    margin: auto;
                                    text-transform: uppercase;
                                }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .rt-more-user {
                position: relative;
                padding: 0;
                display: flex;
                justify-content: flex-end;
                text-align: right;
                align-items: center;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 a:hover {
                text-decoration: underline;
            }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 span {
                font-size: 12px;
                color: #777;
            }

                .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 span a {
                    font-size: 12px;
                    color: #777;
                }

            .user-chat-block-outer .user-chat-list-outer .selected-user-det .more-ads .more-ads-listing ul li .list-user h4 .title-txt {
                font-size: 14px;
                line-height: 20px;
                height: 20px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .user-chat-block-outer .user-chat-list-outer .user-chat-with-us {
            position: relative;
            height: 500px;
            overflow-y: scroll;
            padding: 15px 15px 40px 15px;
        }

            .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: column;
            }

                .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li {
                    width: 100%;
                    padding: 25px;
                    margin: 0 0 20px 0;
                    display: inline-flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    background-color: #eafffb;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name {
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                    }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li.mine .user-name {
                        display: flex;
                        flex-direction: row-reverse;
                        align-items: center;
                        width: 100%;
                    }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name figure {
                        width: 30px;
                        height: 30px;
                        margin: 0 15px 0 0;
                    }

                        .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name figure .name-txt {
                            background-color: #f7f7f7;
                            display: flex;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 500;
                            color: #616161;
                            align-items: center;
                            vertical-align: middle;
                            width: 30px;
                            height: 30px;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                            text-align: center;
                            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
                        }

                            .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name figure .name-txt p {
                                font-size: 15px;
                                line-height: 20px;
                                font-weight: 700;
                                color: #967E76;
                                text-align: center;
                                padding: 5px 0 0 0;
                                margin: auto;
                                text-transform: uppercase;
                            }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li.mine .user-name figure {
                        margin: 0 0 0 15px;
                    }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name figure img {
                        width: 30px;
                        height: 30px;
                        overflow: hidden;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name .name-txt {
                        display: flex;
                        flex-direction: column;
                        font-size: 15px;
                        line-height: 20px;
                        font-weight: 700;
                        color: #666;
                        padding: 0 0 5px 0;
                    }

                        .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li .user-name .name-txt span {
                            font-size: 11px;
                            font-weight: 300;
                            color: #777;
                        }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li p {
                        font-size: 14px;
                        line-height: 20px;
                        color: #333;
                        padding: 5px 0 0 0;
                    }

                    .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li.mine {
                        background-color: #f5f5f5;
                        justify-content: flex-end;
                        align-content: flex-end;
                        float: right;
                    }

                        .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li.mine p {
                            width: 100%;
                            display: flex;
                            justify-content: flex-end;
                        }

                            .user-chat-block-outer .user-chat-list-outer .user-chat-with-us ul li.mine p.name {
                                justify-content: center;
                            }

.recent-user-ads {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #43cea2;
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    background: linear-gradient(to right, #185a9d, #43cea2);
    padding: 20px;
    align-items: center;
}

    .recent-user-ads .lt-user {
    }

        .recent-user-ads .lt-user p {
            font-size: 18px;
            line-height: 24px;
            font-weight: 300;
            color: #fff;
            padding: 0px;
            margin: 0;
            letter-spacing: 0.5px;
        }

            .recent-user-ads .lt-user p b {
                font-size: 28px;
                line-height: 36px;
                font-weight: 600;
                display: block;
                margin: 0 0 5px 0;
            }

    .recent-user-ads .rt-content {
        background-color: #fff;
        width: 50%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 15px;
        text-align: center;
    }

        .recent-user-ads .rt-content p {
            font-size: 18px;
            line-height: 24px;
            color: #212121;
            padding: 0 0 5px 20px;
            margin: 0px;
        }

            .recent-user-ads .rt-content p a {
                margin: 0 5px;
            }
/* Roommates overview end here */
/* Roommates profile css start here */
.room-single-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

    .room-single-profile .two-blk {
        padding: 15px;
        background-color: #fff;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .room-single-profile .two-blk .profile-outer {
            display: flex;
            flex-direction: row;
        }

        .room-single-profile .two-blk .profile-outer {
        }

            .room-single-profile .two-blk .profile-outer figure {
                width: 120px;
                margin: 0 10px 10px 0;
                position: relative;
            }

                .room-single-profile .two-blk .profile-outer figure img {
                    width: 100px;
                    height: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    overflow: hidden;
                }

            .room-single-profile .two-blk .profile-outer .profile-datas {
            }

                .room-single-profile .two-blk .profile-outer .profile-datas h3 {
                    font-size: 18px;
                    line-height: 22px;
                    color: #212121;
                    padding: 0 0 5px 0;
                    margin: 0px;
                }

                .room-single-profile .two-blk .profile-outer .profile-datas h4 {
                    font-size: 16px;
                    line-height: 20px;
                    color: #444;
                    padding: 0 0 5px 0;
                    margin: 0px;
                    font-weight: 400;
                }

                .room-single-profile .two-blk .profile-outer .profile-datas .city-txt {
                    font-size: 14px;
                    line-height: 18px;
                    color: #616161;
                    font-weight: 300;
                    padding: 0 0 5px 0;
                }

                    .room-single-profile .two-blk .profile-outer .profile-datas .city-txt a {
                        color: #212121;
                    }

                .room-single-profile .two-blk .profile-outer .profile-datas .two-list {
                    display: flex;
                    flex-direction: row;
                    padding: 0 0 8px 0;
                }

                    .room-single-profile .two-blk .profile-outer .profile-datas .two-list .listing {
                        font-size: 14px;
                        line-height: 18px;
                        color: #333;
                        padding: 0 10px 0 0;
                    }

                        .room-single-profile .two-blk .profile-outer .profile-datas .two-list .listing i {
                            color: #999;
                            margin: 0 0 5px 0;
                        }

                    .room-single-profile .two-blk .profile-outer .profile-datas .two-list .profile-strenth {
                    }

        .room-single-profile .two-blk .profile-strenth .title-txt {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            color: #333;
            padding: 0 0 10px 0;
        }

            .room-single-profile .two-blk .profile-strenth .title-txt b {
                background-color: #FAF209;
                padding: 0 4px;
                margin: 0 3px;
            }

        .room-single-profile .two-blk .profile-strenth .progress {
            height: 1rem;
            font-size: 1rem;
        }

        .room-single-profile .two-blk .profile-strenth .req-notice {
            font-size: 16px;
            line-height: 24px;
            color: #238127;
        }

            .room-single-profile .two-blk .profile-strenth .req-notice a {
                color: #000;
                padding: 2px 5px;
                margin: 0 0 0 5px;
                background-color: #E0FCD7;
                -webkit-border-radius: 4100px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

        .room-single-profile .two-blk .profile-strenth .btn-outer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 10px 0 0 0;
            border-top: dashed 1px #bbb;
            margin: 10px 0 0 0;
        }

.update-your-profile {
    margin: 20px 0;
    position: relative;
    background-color: #fff;
    padding: 0 0 20px 0;
}

    .update-your-profile .profile-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #000;
        padding: 20px 0 10px 20px;
    }

    .update-your-profile p {
        font-size: 15px;
        line-height: 20px;
        color: #333;
        padding: 0 0 15px 20px;
        margin: 0px;
    }

    .update-your-profile .update-count {
        margin: 0 20px 0 20px;
        background: #eff3fe url(https://az827626.vo.msecnd.net/cdn/others/images/others_2023-01-10-08-35-58-911.png) no-repeat bottom right;
        padding: 0 20px 20px 20px;
    }

        .update-your-profile .update-count .my-title {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            padding: 20px 0 15px 20px;
        }

        .update-your-profile .update-count .chance-per {
            background-color: #fff;
            margin: 0 20px 10px 20px;
            padding: 20px 20px 10px 20px;
            width: 60%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        }

            .update-your-profile .update-count .chance-per ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

                .update-your-profile .update-count .chance-per ul li {
                    margin: 0px;
                    padding: 10px 0;
                    list-style: none;
                    width: 32.5%;
                }

                    .update-your-profile .update-count .chance-per ul li b {
                        font-size: 16px;
                        line-height: 20px;
                        font-weight: 700;
                        color: #000;
                        padding: 0 0 10px 0;
                    }

                        .update-your-profile .update-count .chance-per ul li b i {
                            margin: 0 5px 0 0;
                            width: 5px;
                            padding: 7px;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                            background-color: #ccc;
                            width: 7px;
                            height: 5px;
                            display: inline-flex;
                        }

                            .update-your-profile .update-count .chance-per ul li b i.vpoor {
                                background-color: #E60965;
                            }

                            .update-your-profile .update-count .chance-per ul li b i.poor {
                                background-color: #FA58B6;
                            }

                            .update-your-profile .update-count .chance-per ul li b i.average {
                                background-color: #DACC96;
                            }

                            .update-your-profile .update-count .chance-per ul li b i.good {
                                background-color: #FFC600;
                            }

                            .update-your-profile .update-count .chance-per ul li b i.vgood {
                                background-color: #A3DA8D;
                            }

                            .update-your-profile .update-count .chance-per ul li b i.excellent {
                                padding: 9px;
                                width: 9px;
                                background-color: #95CD41;
                                display: inline-flex;
                                vertical-align: sub;
                            }

                    .update-your-profile .update-count .chance-per ul li span {
                        display: block;
                        font-size: 15px;
                        color: #666;
                        padding: 5px 0 0 25px;
                    }

        .update-your-profile .update-count p {
            font-size: 16px;
            color: #333;
            padding: 10px 20px;
        }

.jobs-my-stuff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin: 20px 0;
}

    .jobs-my-stuff .two-blk {
        padding: 20px 30px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        background: #4e54c8;
        background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);
        background: linear-gradient(to right, #8f94fb, #4e54c8);
    }

        .jobs-my-stuff .two-blk.back-gradient {
            background: #00c6ff;
            background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
            background: linear-gradient(to right, #0072ff, #00c6ff);
        }

        .jobs-my-stuff .two-blk .img-blk {
            width: 100px;
            height: 100px;
            background-color: #fff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }

        .jobs-my-stuff .two-blk .content-blk {
        }

            .jobs-my-stuff .two-blk .content-blk .my-title {
                font-size: 25px;
                line-height: 30px;
                font-weight: 700;
                color: #fff;
                padding: 0 0 10px 0;
            }

            .jobs-my-stuff .two-blk .content-blk p {
                font-size: 20px;
                line-height: 22px;
                color: #fff;
                padding: 0 0 10px 0;
            }

.voip-number {
    position: relative;
}

    .voip-number a {
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 12px;
        margin: 0px;
    }

        .voip-number a i {
            margin: 2px 0 0 5px;
            color: #999;
        }

    .voip-number .pininfo {
        display: none;
        padding: 10px;
        position: absolute;
        width: 350px;
        z-index: 10;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        top: 25px;
        left: -30px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

        .voip-number .pininfo ul {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 0 10px 0 15px;
            margin: 0px;
        }

        .voip-number .pininfo:before {
            position: absolute;
            bottom: -15px;
            right: 28px;
            display: inline-block;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 14px solid #ccc;
            content: '';
        }

        .voip-number .pininfo:after {
            position: absolute;
            bottom: -14px;
            right: 27px;
            display: inline-block;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #fff;
            content: '';
        }

        .voip-number .pininfo:after, .voip-number .pininfo:before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .voip-number .pininfo:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 8px;
            margin-left: -8px;
        }

        .voip-number .pininfo:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 9px;
            margin-left: -9px;
        }

        .voip-number .pininfo ul li {
            padding: 5px 0;
            color: var(--gray777);
            line-height: 18px;
            text-align: justify;
            font-weight: 13px;
            line-height: 16px;
        }

    .voip-number:hover .pininfo {
        display: block
    }

    .voip-number .pinover .info span {
        display: inline-flex;
        border: 1px solid;
        width: 15px;
        height: 15px;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        margin-right: 5px;
        font-size: 12px;
        font-weight: 700;
    }






/* Daycare new dashboard page starts here */
.daycare-services-outer {
    padding: 20px;
}

    .daycare-services-outer.bgclr {
        background-color: #FEFFDE;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        height: 200px;
    }

        .daycare-services-outer.bgclr p {
            height: 40px;
        }

    .daycare-services-outer .courses {
        padding: 20px 0;
    }

        .daycare-services-outer .courses ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 25px;
        }

            .daycare-services-outer .courses ul li {
                list-style: none;
                width: 23%;
            }

                .daycare-services-outer .courses ul li a {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    padding: 10px 15px;
                    background-color: #f3f3f3;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
                    border-radius: 8px;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
                    transition: 1s;
                }

                    .daycare-services-outer .courses ul li a:hover {
                        background-color: #CDFFFC;
                        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
                    }

                    .daycare-services-outer .courses ul li a img {
                        width: 50px;
                        height: 50px;
                    }

                    .daycare-services-outer .courses ul li a p {
                        font-size: 16px;
                        color: #000;
                        padding: 10px 0 0 0;
                        margin: 0px;
                    }

.daycare-single-promo-blk {
    padding: 20px;
    margin: 15px 0;
    background: #FFEEEE;
    background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
    background: linear-gradient(to right, #DDEFBB, #FFEEEE);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .daycare-single-promo-blk .title-txt {
        font-size: 22px;
        font-weight: 600;
        color: #000;
        padding: 0 0 10px 0;
        margin: 0;
        border-bottom: solid 2px #fff;
    }

    .daycare-single-promo-blk ul {
        padding: 20px 0 0 0;
        margin: 0px;
        border-top: solid 1px #bbb;
        height: 270px;
    }

        .daycare-single-promo-blk ul li {
            padding: 0 0 20px 0;
            margin: 0px;
            list-style: none;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }

            .daycare-single-promo-blk ul li .img-outer {
                margin: 0 15px 0 0;
                width: 50px;
                height: 50px;
                padding: 10px;
                background-color: #01C5C4;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
            }

                .daycare-single-promo-blk ul li .img-outer i {
                    font-size: 30px;
                    height: 30px;
                    color: #fff;
                }

            .daycare-single-promo-blk ul li .content {
            }

                .daycare-single-promo-blk ul li .content p {
                    padding: 0px;
                    margin: 0 0 5px 0;
                    font-size: 18px;
                    line-height: 22px;
                    color: #333;
                    font-weight: 600;
                }

                .daycare-single-promo-blk ul li .content .con-txt {
                    padding: 0px;
                    margin: 0 0 5px 0;
                    font-size: 15px;
                    line-height: 20px;
                    color: #666;
                }

    .daycare-single-promo-blk .btn-outer {
        margin: 0 0 0 65px;
    }

.daycare-lt-search {
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .daycare-lt-search .search-for {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
        border-bottom: dashed 1px #bbb;
    }

        .daycare-lt-search .search-for .title-txt {
            font-size: 17px;
            line-height: 20px;
            color: #000;
        }

            .daycare-lt-search .search-for .title-txt a i {
                margin: 0 5px 0 0;
                color: #999;
            }

    .daycare-lt-search .service-sel {
        padding: 15px;
        background-color: #FFF8F3;
    }

        .daycare-lt-search .service-sel ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: column;
        }

            .daycare-lt-search .service-sel ul li {
                margin: 0px;
                padding: 0 10px 10px 0;
                list-style: none;
            }

    .daycare-lt-search .other-ser-list {
        padding: 15px 15px 0 15px;
    }

        .daycare-lt-search .other-ser-list .title-txt {
            font-size: 16px;
            line-height: 22px;
            color: #000;
            font-weight: 600;
            padding: 0 0 10px 0;
        }

        .daycare-lt-search .other-ser-list ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: column;
        }

            .daycare-lt-search .other-ser-list ul li {
                margin: 0px;
                padding: 0 10px 10px 0;
                list-style: none;
                position: relative;
            }

                .daycare-lt-search .other-ser-list ul li .input-fld {
                    position: relative;
                }

                    .daycare-lt-search .other-ser-list ul li .input-fld input[type=text] {
                        width: 100%;
                    }

                    .daycare-lt-search .other-ser-list ul li .input-fld .drop-down-list {
                        background-color: #fff;
                        border: solid 1px #ccc;
                        width: 100%;
                        height: 165px;
                        overflow-y: scroll;
                        position: absolute;
                        left: 0px;
                        top: 37px;
                        z-index: 1;
                        padding: 10px 0;
                    }

                        .daycare-lt-search .other-ser-list ul li .input-fld .drop-down-list ul {
                            margin: 0px;
                            padding: 0px;
                        }

                            .daycare-lt-search .other-ser-list ul li .input-fld .drop-down-list ul li {
                                margin: 0px;
                                padding: 0px;
                                list-style: none;
                            }

                                .daycare-lt-search .other-ser-list ul li .input-fld .drop-down-list ul li a {
                                    font-size: 15px;
                                    line-height: 20px;
                                    color: #000;
                                    display: block;
                                    padding: 5px 10px;
                                    transition: 1s;
                                }

                                    .daycare-lt-search .other-ser-list ul li .input-fld .drop-down-list ul li a:hover {
                                        background-color: #ff4242;
                                        color: #fff;
                                    }

                .daycare-lt-search .other-ser-list ul li .rate-txt {
                }

                    .daycare-lt-search .other-ser-list ul li .rate-txt ul {
                        margin: 0px;
                        padding: 0px;
                        background-color: #f2f2f2;
                        display: flex;
                        flex-direction: row;
                        justify-content: space-around;
                        align-items: center;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                    }

                        .daycare-lt-search .other-ser-list ul li .rate-txt ul li {
                            list-style: none;
                            font-size: 18px;
                            color: #000;
                            padding: 0 10px 0 0;
                        }

                            .daycare-lt-search .other-ser-list ul li .rate-txt ul li i {
                                color: #E7B10A;
                                font-size: 30px;
                            }

.daycare-care-nanny-nearby {
    background-color: #fff;
    padding: 15px;
    position: relative;
    text-align: right;
    font-size: 16px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.daycare-nanny-listing {
    background-color: #fff;
    margin: 0 0 20px 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .daycare-nanny-listing.boxshadow {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    .daycare-nanny-listing .listing-blk {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 20px;
        position: relative;
    }

        .daycare-nanny-listing .listing-blk .fav-list a {
            display: block;
            position: absolute;
            right: 5px;
            top: 5px;
            z-index: 5;
            background-color: #f7f7f7;
            padding: 3px 6px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        }

            .daycare-nanny-listing .listing-blk .fav-list a.active {
                background-color: #CCEEBC;
            }

        .daycare-nanny-listing .listing-blk .fav-list i {
            font-size: 13px;
            color: #666;
        }

    .daycare-nanny-listing .featured {
        position: absolute;
        right: -1px;
        top: -4px;
        z-index: 2;
    }

    .daycare-nanny-listing .listing-blk .img-outer {
        width: 140px;
        height: 140px;
        margin: 0 10px 0 0;
        padding: 10px;
        background-color: #F1F7B5;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .daycare-nanny-listing .listing-blk .img-outer img {
            width: 120px;
            height: 120px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .daycare-nanny-listing .listing-blk .cont-area {
        width: calc(100% - 150px);
        box-sizing: border-box;
        padding: 0 0 0 15px;
    }

        .daycare-nanny-listing .listing-blk .cont-area.ful-wid {
            width: 100%;
        }

        .daycare-nanny-listing .listing-blk .cont-area h3 {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 10px 0;
            margin: 0px;
        }

        .daycare-nanny-listing .listing-blk .cont-area .prop {
        }

            .daycare-nanny-listing .listing-blk .cont-area .prop ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
            }

                .daycare-nanny-listing .listing-blk .cont-area .prop ul li {
                    margin: 0px;
                    padding: 0 20px 10px 0;
                    list-style: none;
                    font-size: 14px;
                    color: #666;
                }

                    .daycare-nanny-listing .listing-blk .cont-area .prop ul li i {
                        margin: 0 5px 0 0;
                        background-color: #e4e4e4;
                        padding: 3px 4px;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        border-radius: 50px;
                    }

        .daycare-nanny-listing .listing-blk .cont-area .detail-txt {
            font-size: 15px;
            color: #000;
            padding: 0 0 5px 0;
        }

        .daycare-nanny-listing .listing-blk .cont-area .avail-txt {
            font-size: 16px;
            color: #000;
            padding: 0;
            font-weight: 700;
            color: #1abc9c;
        }

        .daycare-nanny-listing .listing-blk .cont-area p {
            font-size: 14px;
            line-height: 18px;
            color: #666;
            padding: 5px 0;
            margin: 0px;
        }

    .daycare-nanny-listing .btn-outer {
        border-top: dashed 1px #ccc;
        margin: 10px 0 0 0;
        padding: 15px 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .daycare-nanny-listing .btn-outer .lt-blk {
            font-size: 14px;
            line-height: 20px;
            color: #333;
        }

        .daycare-nanny-listing .btn-outer .rt-blk {
        }

    .daycare-nanny-listing .reply-outer {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        background-color: #f9f9f9;
    }

        .daycare-nanny-listing .reply-outer .first-div {
            width: 60%
        }

        .daycare-nanny-listing .reply-outer textarea {
            width: 98%;
            height: 100px;
        }

.top-search-outer {
    padding: 25px 20px;
    margin: 0;
    background-color: #FFE5F1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .top-search-outer ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
    }

        .top-search-outer ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .top-search-outer ul li p {
                margin: 0 0 15px 0;
                font-size: 18px;
                font-weight: 700;
                color: #850000;
            }

.daycare-recent-adds {
    background-color: #fff;
    margin: 15px 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .daycare-recent-adds p.recent {
        font-size: 16px;
        line-height: 20px;
        color: #01C5C4;
        padding: 15px 15px 10px 15px;
        ;
        margin: 0px;
        font-weight: bold;
    }

    .daycare-recent-adds .resp {
        font-size: 15px;
        line-height: 20px;
        color: #000;
        padding: 0 15px 10px 15px;
    }

        .daycare-recent-adds .resp i {
            color: #bbb;
            margin: 0 5px 0 0;
        }

        .daycare-recent-adds .resp span {
            font-size: 14px;
            color: #000;
            padding: 0 2px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .daycare-recent-adds .resp span a {
                font-size: 16px;
                font-weight: bold;
                text-decoration: underline;
            }

    .daycare-recent-adds .btn-outer {
        padding: 15px;
        margin: 5px 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-top: solid 1px #e4e4e4;
    }

        .daycare-recent-adds .btn-outer .lt-blk {
        }

        .daycare-recent-adds .btn-outer .rtt-blk {
        }

        .daycare-recent-adds .btn-outer .rt-blk a {
            font-size: 14px;
            display: inline-block;
            margin: 0 5px;
        }

    .daycare-recent-adds .main-details {
    }

        .daycare-recent-adds .main-details ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

            .daycare-recent-adds .main-details ul li {
                margin: 0 15px 5px 0;
                padding: 0px;
                list-style: none;
                font-size: 14px;
                color: #666;
            }

                .daycare-recent-adds .main-details ul li i {
                    margin: 0 5px 0 0;
                }

.payment-view {
    margin: 20px 0;
    background-color: #FFEBEB;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .payment-view a {
        font-size: 18px;
        font-weight: 700;
    }

.hire-premium {
    background-color: #D7E9B9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.daycare-nanny-simple-list {
    margin: 10px 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .daycare-nanny-simple-list h3 {
        font-size: 17px;
        line-height: 22px;
        color: #000;
        text-align: left;
        padding: 10px 15px 5px 15px;
        margin: 0px;
        color: #000;
    }

        .daycare-nanny-simple-list h3 a {
            font-size: 17px;
            line-height: 22px;
        }

    .daycare-nanny-simple-list p {
        font-size: 14px;
        line-height: 18px;
        color: #000;
        text-align: left;
        padding: 0 15px 10px 15px;
        margin: 0px
    }

        .daycare-nanny-simple-list p.price {
            font-weight: 700;
        }

    .daycare-nanny-simple-list .btn-outer {
        padding: 0 10px 15px 10px;
        text-align: left;
    }

.daycare-nanny-single-list {
    margin: 0 0 20px 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .daycare-nanny-single-list figure {
        width: 100%;
        height: 150px;
        overflow: hidden;
        object-fit: cover;
        box-sizing: border-box;
        padding: 10px 10px 0 10px;
        margin: 0px;
    }

        .daycare-nanny-single-list figure img {
            width: 100%;
            height: auto;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    .daycare-nanny-single-list h3 {
        font-size: 17px;
        line-height: 22px;
        color: #000;
        text-align: center;
        padding: 10px 10px 5px 10px;
        margin: 0px;
        color: #000;
    }

        .daycare-nanny-single-list h3 a {
            font-size: 17px;
            line-height: 22px;
        }

    .daycare-nanny-single-list p {
        font-size: 14px;
        line-height: 18px;
        color: #000;
        text-align: center;
        padding: 0 10px 10px 10px;
        margin: 0px
    }

        .daycare-nanny-single-list p.price {
            font-weight: 700;
        }

    .daycare-nanny-single-list .btn-outer {
        padding: 0 10px 15px 10px;
        text-align: center;
    }

.daycare-wanted-jobs-outer {
    margin: 0 10px;
}

    .daycare-wanted-jobs-outer h3 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        padding: 0 0 8px 0;
        margin: 15px 0 0 0;
    }

        .daycare-wanted-jobs-outer h3 a {
            color: #337ab7;
        }

    .daycare-wanted-jobs-outer .prop {
    }

        .daycare-wanted-jobs-outer .prop ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

            .daycare-wanted-jobs-outer .prop ul li {
                margin: 0px;
                padding: 0 20px 10px 0;
                list-style: none;
                font-size: 14px;
                color: #000;
                font-weight: 600;
            }

                .daycare-wanted-jobs-outer .prop ul li i {
                    margin: 0 5px 0 0;
                    background-color: #e4e4e4;
                    padding: 3px 4px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                    color: #999;
                }

                .daycare-wanted-jobs-outer .prop ul li span {
                    color: #666;
                }

    .daycare-wanted-jobs-outer p {
        font-size: 15px;
        line-height: 18px;
        color: #666;
        padding: 5px 0 8px 0;
        margin: 0px;
    }

        .daycare-wanted-jobs-outer p i {
            margin: 0 3px 0 0;
            color: #999;
        }

        .daycare-wanted-jobs-outer p span {
            margin: 0 5px 0 0;
            color: #212121;
        }

    .daycare-wanted-jobs-outer .app-count {
        font-size: 15px;
        line-height: 20px;
        color: #000;
        padding: 5px 0;
    }

        .daycare-wanted-jobs-outer .app-count i {
            color: #999;
            margin: 0 5px 0 0;
        }

        .daycare-wanted-jobs-outer .app-count a {
            color: #337ab7;
            text-decoration: underline;
            font-weight: 600;
            margin: 0 0 0 5px;
        }

    .daycare-wanted-jobs-outer .btn-outer {
        margin: 10px 0;
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #f7f7f7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        .daycare-wanted-jobs-outer .btn-outer .lt-blk {
            font-size: 14px;
            line-height: 20px;
            color: #333;
        }

            .daycare-wanted-jobs-outer .btn-outer .lt-blk ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .daycare-wanted-jobs-outer .btn-outer .lt-blk ul li {
                    margin: 0 10px 0 0;
                    padding: 0 10px 0 0;
                    list-style: none;
                    border-right: solid 1px #bbb;
                }

                    .daycare-wanted-jobs-outer .btn-outer .lt-blk ul li:last-child {
                        border-right: none;
                    }

                    .daycare-wanted-jobs-outer .btn-outer .lt-blk ul li a {
                        color: #337ab7;
                        font-size: 16px;
                    }

        .daycare-wanted-jobs-outer .btn-outer .rt-blk {
        }

.view-application-blk {
}

    .view-application-blk .view-app-list {
        border: solid 1px #e4e4e4;
        padding: 15px;
        margin: 15px 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .view-application-blk .view-app-list .date-list {
            margin: 0 0 10px 0;
        }

            .view-application-blk .view-app-list .date-list ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
            }

                .view-application-blk .view-app-list .date-list ul li {
                    margin: 0px;
                    padding: 0 20px 10px 0;
                    list-style: none;
                    font-size: 14px;
                    color: #000;
                    font-weight: 600;
                }

                    .view-application-blk .view-app-list .date-list ul li span {
                        color: #666;
                    }

                    .view-application-blk .view-app-list .date-list ul li i {
                        margin: 0 5px 0 0;
                        background-color: #e4e4e4;
                        padding: 3px 4px;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        border-radius: 50px;
                        color: #999;
                    }

        .view-application-blk .view-app-list .prop {
        }

            .view-application-blk .view-app-list .prop ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
            }

                .view-application-blk .view-app-list .prop ul li {
                    margin: 0px;
                    padding: 0 20px 10px 0;
                    list-style: none;
                    font-size: 14px;
                    color: #000;
                    font-weight: 600;
                }

                    .view-application-blk .view-app-list .prop ul li i {
                        margin: 0 5px 0 0;
                        background-color: #e4e4e4;
                        padding: 3px 4px;
                        -webkit-border-radius: 50px;
                        -moz-border-radius: 50px;
                        border-radius: 50px;
                        color: #999;
                    }

                    .view-application-blk .view-app-list .prop ul li span {
                        color: #666;
                    }

        .view-application-blk .view-app-list p {
            font-size: 15px;
            line-height: 18px;
            color: #666;
            padding: 5px 0 8px 0;
            margin: 0px;
        }

        .view-application-blk .view-app-list .btn-outer {
            margin: 10px 0;
            padding: 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            background-color: #f7f7f7;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .view-application-blk .view-app-list .btn-outer .lt-blk {
                font-size: 14px;
                line-height: 20px;
                color: #333;
            }

                .view-application-blk .view-app-list .btn-outer .lt-blk ul {
                    margin: 0px;
                    padding: 0px;
                    display: flex;
                    flex-direction: row;
                }

                    .view-application-blk .view-app-list .btn-outer .lt-blk ul li {
                        margin: 0 10px 0 0;
                        padding: 0 10px 0 0;
                        list-style: none;
                        border-right: solid 1px #bbb;
                    }

                        .view-application-blk .view-app-list .btn-outer .lt-blk ul li:last-child {
                            border-right: none;
                        }

                        .view-application-blk .view-app-list .btn-outer .lt-blk ul li a {
                            color: #337ab7;
                            font-size: 16px;
                        }

            .view-application-blk .view-app-list .btn-outer .rt-blk {
            }

.daycare-wanted-notifications {
}

    .daycare-wanted-notifications .single-notification {
        margin: 0 0 25px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .daycare-wanted-notifications .single-notification .lt-content {
            width: 80%;
            box-sizing: border-box;
            padding: 20px 25px;
            border-right: solid 1px #e4e4e4;
        }

            .daycare-wanted-notifications .single-notification .lt-content p {
                font-size: 16px;
                line-height: 22px;
                color: #000;
                padding: 0 0 10px 0;
                margin: 0px;
            }

        .daycare-wanted-notifications .single-notification .rt-content {
            width: 20%;
            box-sizing: border-box;
            padding: 20px 25px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .daycare-wanted-notifications .single-notification .rt-content .btn-outer {
                position: relative;
                text-align: left;
            }

                .daycare-wanted-notifications .single-notification .rt-content .btn-outer a {
                    display: inline-block;
                    font-size: 15px;
                    line-height: 20px;
                    border-bottom: solid 1px #337ab7;
                    color: #337ab7;
                }

                .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list {
                    width: 104px;
                    position: absolute;
                    left: 0px;
                    top: 22px;
                    background-color: #fff;
                    border: solid 1px #e4e4e4;
                    z-index: 2;
                }

                    .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list .close-txt {
                        text-align: right;
                        margin: 3px 5px 5px 0;
                    }

                        .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list .close-txt a {
                            font-weight: bold;
                            font-size: 10px;
                            line-height: 10px;
                            text-decoration: none;
                            background-color: #e4e4e4;
                            padding: 2px 4px;
                            color: #000;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                        }

                    .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list ul li {
                            margin: 0px;
                            padding: 0px;
                            list-style: none;
                        }

                            .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list ul li a {
                                display: flex;
                                justify-content: flex-start;
                                align-items: center;
                                padding: 5px 20px;
                                margin: 0px;
                                font-size: 13px;
                                color: #337ab7;
                                border-bottom: solid 1px #e4e4e4;
                                transition: 1s;
                            }

                                .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list ul li a i {
                                    margin: 0 5px 0 0;
                                }

                                .daycare-wanted-notifications .single-notification .rt-content .btn-outer .drop-list ul li a:hover {
                                    background-color: #ff1d23;
                                    color: #fff;
                                }

.daycare-message-outer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

    .daycare-message-outer .lt-message {
        background-color: #fff;
        width: 40%;
    }

        .daycare-message-outer .lt-message .left-tab {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 5px;
            padding: 10px 15px;
            margin: 0 0 20px 0;
            border-bottom: solid 1px #e4e4e4;
        }

            .daycare-message-outer .lt-message .left-tab a {
                display: block;
                padding: 10px;
                font-size: 14px;
                line-height: 18px;
                color: #666;
                background-color: #f2f2f2;
                transition: 1s;
                width: 100%;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                .daycare-message-outer .lt-message .left-tab a.active {
                    background-color: #aaa;
                    color: #fff;
                }

                .daycare-message-outer .lt-message .left-tab a:hover {
                    background-color: #aaa;
                    color: #fff;
                }

        .daycare-message-outer .lt-message .single-user {
            margin: 5px 25px 15px 25px;
            padding: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
            border: solid 1px #f2f2f2;
        }

            .daycare-message-outer .lt-message .single-user .date-request {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
                padding: 0 0 10px 0;
            }

                .daycare-message-outer .lt-message .single-user .date-request .lt-date {
                    font-size: 12px;
                    line-height: 16px;
                    color: #666;
                }

                    .daycare-message-outer .lt-message .single-user .date-request .lt-date i {
                        margin: 0 3px 0 0;
                    }

                .daycare-message-outer .lt-message .single-user .date-request .rt-send {
                    font-size: 12px;
                    line-height: 16px;
                    color: #666;
                }

                .daycare-message-outer .lt-message .single-user .date-request .lt-date a {
                    color: #337ab7;
                }

            .daycare-message-outer .lt-message .single-user .listing-outer {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                flex-wrap: wrap;
                padding: 5px;
            }

                .daycare-message-outer .lt-message .single-user .listing-outer figure {
                    width: 70px;
                    height: 70px;
                    margin: 0 20px 0 0;
                }

                    .daycare-message-outer .lt-message .single-user .listing-outer figure img {
                        width: 70px;
                        height: 70px;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
                    }

                .daycare-message-outer .lt-message .single-user .listing-outer .rt-content {
                    width: calc(100% - 90px);
                }

                    .daycare-message-outer .lt-message .single-user .listing-outer .rt-content .name-txt {
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                        padding: 0 0 5px 0;
                    }

                    .daycare-message-outer .lt-message .single-user .listing-outer .rt-content p {
                        font-size: 14px;
                        line-height: 18px;
                        color: #888;
                        padding: 0 0 5px 0;
                        margin: 0px;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .daycare-message-outer .lt-message .single-user .listing-outer .rt-content .type-user {
                        font-size: 13px;
                        line-height: 16px;
                        color: #666;
                    }

                        .daycare-message-outer .lt-message .single-user .listing-outer .rt-content .type-user span {
                            background-color: #FEFF86;
                        }

    .daycare-message-outer .rt-message {
        background-color: #fff;
        width: 60%;
    }

        .daycare-message-outer .rt-message .chat-person {
            margin: 15px 20px;
            background-color: #fcf4d6;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 15px 20px;
            position: relative;
        }

            .daycare-message-outer .rt-message .chat-person .social-activity {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                flex-wrap: nowrap;
            }

                .daycare-message-outer .rt-message .chat-person .social-activity a {
                    display: block;
                    padding: 5px 10px;
                    margin: 3px 5px;
                    background-color: #fff;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    font-size: 13px;
                    line-height: 16px;
                    transition: 1s;
                    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
                }

                    .daycare-message-outer .rt-message .chat-person .social-activity a:hover, .daycare-message-outer .rt-message .chat-person .social-activity a.active {
                        background-color: #BE6A15;
                        color: #fff;
                    }

            .daycare-message-outer .rt-message .chat-person .listing-outer {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                flex-wrap: wrap;
                padding: 5px;
            }

                .daycare-message-outer .rt-message .chat-person .listing-outer figure {
                    width: 70px;
                    height: 70px;
                    margin: 0 20px 0 0;
                }

                    .daycare-message-outer .rt-message .chat-person .listing-outer figure img {
                        width: 70px;
                        height: 70px;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
                    }

                .daycare-message-outer .rt-message .chat-person .listing-outer .rt-content {
                    width: calc(100% - 90px);
                }

                    .daycare-message-outer .rt-message .chat-person .listing-outer .rt-content .name-txt {
                        font-size: 16px;
                        line-height: 20px;
                        color: #000;
                        padding: 0 0 5px 0;
                    }

                    .daycare-message-outer .rt-message .chat-person .listing-outer .rt-content p {
                        font-size: 14px;
                        line-height: 18px;
                        color: #888;
                        padding: 0 0 5px 0;
                        margin: 0px;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .daycare-message-outer .rt-message .chat-person .listing-outer .rt-content .type-user {
                        font-size: 13px;
                        line-height: 16px;
                        color: #666;
                    }

                        .daycare-message-outer .rt-message .chat-person .listing-outer .rt-content .type-user span {
                            background-color: #FBFFB1;
                        }

            .daycare-message-outer .rt-message .chat-person .status-msg {
                display: flex;
                flex-direction: row;
                align-items: center;
                background-color: #9EFFC1;
                position: absolute;
                right: 0px;
                bottom: -20px;
                z-index: 2;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
            }

                .daycare-message-outer .rt-message .chat-person .status-msg div {
                    padding: 10px;
                    border-right: solid 1px #fff;
                    font-size: 15px;
                    line-height: 20px;
                    color: #333;
                }

                    .daycare-message-outer .rt-message .chat-person .status-msg div i {
                        font-size: 20px;
                    }

                    .daycare-message-outer .rt-message .chat-person .status-msg div:last-child {
                        border-right: none;
                    }

        .daycare-message-outer .rt-message .chats-outer {
            border: solid 1px #ccc;
            height: 300px;
            overflow-y: scroll;
            overflow-x: clip;
            margin: 30px;
        }

            .daycare-message-outer .rt-message .chats-outer .lt-chat {
                padding: 15px 20px;
                display: flex;
                flex-direction: column;
                background-color: #f9f9f9;
                margin: 10px;
                width: 90%;
                border-bottom: solid 1px #e4e4e4;
            }

                .daycare-message-outer .rt-message .chats-outer .lt-chat .name-txt {
                    font-size: 14px;
                    line-height: 16px;
                    color: #6B0848;
                    padding: 0 0 3px 0;
                }

                    .daycare-message-outer .rt-message .chats-outer .lt-chat .name-txt span {
                        background-color: #FEFF86;
                    }

                .daycare-message-outer .rt-message .chats-outer .lt-chat p {
                    font-size: 12px;
                    line-height: 14px;
                    color: #777;
                    padding: 0 0 5px 0;
                    margin: 0px;
                }

            .daycare-message-outer .rt-message .chats-outer .rt-chat {
                padding: 15px 20px;
                display: flex;
                flex-direction: column;
                background-color: #fff;
                text-align: right;
                width: 88%;
                margin: 0 10px 0 10%;
            }

                .daycare-message-outer .rt-message .chats-outer .rt-chat .name-txt {
                    font-size: 14px;
                    line-height: 16px;
                    color: #666;
                    padding: 0 0 3px 0;
                }

                    .daycare-message-outer .rt-message .chats-outer .rt-chat .name-txt span {
                        background-color: #FEFF86;
                    }

                .daycare-message-outer .rt-message .chats-outer .rt-chat p {
                    font-size: 12px;
                    line-height: 14px;
                    color: #777;
                    padding: 0 0 5px 0;
                    margin: 0px;
                }

        .daycare-message-outer .rt-message .fast-activity {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 20px 0 25px;
            padding: 0 0 15px 0;
        }

            .daycare-message-outer .rt-message .fast-activity a {
                font-size: 15px;
                line-height: 18px;
                font-weight: 600;
                padding: 10px 15px;
                margin: 0 8px 10px 0;
                background-color: #f2f2f2;
                border: solid 1px #ccc;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                width: 47%;
                text-align: center;
            }

                .daycare-message-outer .rt-message .fast-activity a i {
                    color: #999;
                    margin: 0 5px 0 0;
                }

        .daycare-message-outer .rt-message .write-msg {
            background-color: #f2f2f2;
            padding: 15px 20px 30px 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin: 0 20px 20px 20px;
            box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }

            .daycare-message-outer .rt-message .write-msg h4 {
                font-size: 16px;
                line-height: 22px;
                color: #666;
                margin: 0 0 10px 0;
                padding: 0px;
            }

            .daycare-message-outer .rt-message .write-msg .txt-area-outer {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }

                .daycare-message-outer .rt-message .write-msg .txt-area-outer .txt-area {
                    width: 80%;
                }

                    .daycare-message-outer .rt-message .write-msg .txt-area-outer .txt-area textarea {
                        width: 95%;
                        height: 100px;
                        resize: none;
                    }

                .daycare-message-outer .rt-message .write-msg .txt-area-outer .btn-outer {
                    margin: 0 0 0 10px 0;
                }

.daycare-nanny-profile {
    margin: 20px 0;
    padding: 20px;
    background-color: #FFE6F7;
    border: solid 2px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

    .daycare-nanny-profile figure {
        width: 110px;
        margin: 0 15px 0 0;
        text-align: center;
    }

        .daycare-nanny-profile figure img {
            width: 100px;
            height: 100px;
            overflow: hidden;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            border: solid 5px #fff;
            box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
        }

        .daycare-nanny-profile figure a {
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            padding: 8px 0 5px 0;
            display: inline-block;
        }

            .daycare-nanny-profile figure a i {
                margin: 0 5px 0;
                color: #999;
            }

    .daycare-nanny-profile .cont-blk {
        width: calc(100% - 125px);
        margin: 10px 0 0 0;
    }

        .daycare-nanny-profile .cont-blk h4 {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 8px 0;
            margin: 0px;
            font-weight: 700;
        }

        .daycare-nanny-profile .cont-blk .city-txt {
            font-size: 15px;
            line-height: 18px;
            color: #666;
            padding: 0 0 5px 0;
            margin: 0px;
        }

            .daycare-nanny-profile .cont-blk .city-txt a {
                font-weight: 700;
            }

        .daycare-nanny-profile .cont-blk p {
            font-size: 15px;
            line-height: 18px;
            color: #666;
            padding: 0 0 5px 0;
            margin: 0px;
            color: #666;
        }

            .daycare-nanny-profile .cont-blk p i {
                margin: 0 3px 0 0;
                color: #999;
            }

            .daycare-nanny-profile .cont-blk p span {
                color: #000;
                margin: 0 5px 0 0;
            }

.daycare-prefer {
    padding: 20px 15px;
    margin: 0 0 20px 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

    .daycare-prefer h4 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .daycare-prefer ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

        .daycare-prefer ul li {
            list-style: none;
            padding: 0 10px 0 0;
            margin: 0 10px 5px 0;
            font-size: 14px;
            line-height: 18px;
            color: #333;
            border-right: solid 1px #bbb;
        }

            .daycare-prefer ul li:last-child {
                border-right: none;
            }

.daycare-job-types {
    padding: 20px 15px;
    margin: 0 0 20px 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

    .daycare-job-types ul {
        margin: 0px;
        padding: 0px;
    }

        .daycare-job-types ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            display: flex;
            flex-direction: row;
        }

            .daycare-job-types ul li figure {
                width: 70px;
                height: 70px;
                margin: 0 20px 0 0;
            }

                .daycare-job-types ul li figure img {
                    width: 70px;
                    height: 70px;
                    -webkit-border-radius: 100px;
                    padding: 5px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
                }

            .daycare-job-types ul li .rt-content {
                width: calc(100% - 100px);
                display: flex;
                flex-direction: column;
            }

                .daycare-job-types ul li .rt-content .name-txt {
                    font-size: 16px;
                    line-height: 20px;
                    color: #000;
                    padding: 0 0 5px 0;
                }

                    .daycare-job-types ul li .rt-content .name-txt a {
                        color: #000;
                    }

                .daycare-job-types ul li .rt-content .links-outer {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-start;
                    padding: 5px 0;
                }

                    .daycare-job-types ul li .rt-content .links-outer a {
                        font-size: 14px;
                        line-height: 18px;
                        display: inline-block;
                        padding: 0 10px 0 0;
                        margin: 0 10px 0 0;
                        border-right: solid 1px #bbb;
                    }

                        .daycare-job-types ul li .rt-content .links-outer a:last-child {
                            border-right: none;
                        }

.daycare-ad-jobs {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    margin: 0 0 20px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

    .daycare-ad-jobs h4 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        padding: 0 0 10px 0;
        margin: 0px;
    }

    .daycare-ad-jobs ul {
        margin: 0px;
        padding: 0px;
    }

        .daycare-ad-jobs ul li {
            margin: 0 0 20px 0;
            padding: 15px 20px;
            list-style: none;
            background-color: #f9f9f9;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        }

            .daycare-ad-jobs ul li .title-text {
                font-size: 16px;
                line-height: 18px;
                color: #000;
                padding: 0 0 5px 0;
                font-weight: 600;
            }

                .daycare-ad-jobs ul li .title-text a {
                    color: #000;
                }

            .daycare-ad-jobs ul li .service-txt {
                font-size: 14px;
                line-height: 18px;
                color: #555;
                padding: 0 0 5px 0;
            }

                .daycare-ad-jobs ul li .service-txt a {
                    color: #000;
                }

            .daycare-ad-jobs ul li .date-txt {
                font-size: 13px;
                line-height: 16px;
                color: #777;
                padding: 0 0 5px 0;
            }

            .daycare-ad-jobs ul li .links-outer {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                padding: 5px 0;
            }

                .daycare-ad-jobs ul li .links-outer a {
                    font-size: 14px;
                    line-height: 18px;
                    display: inline-block;
                    padding: 0 10px 0 0;
                    margin: 0 10px 0 0;
                    border-right: solid 1px #bbb;
                }

                    .daycare-ad-jobs ul li .links-outer a:last-child {
                        border-right: none;
                    }
/* Daycare new dashboard page end here */

.profile-on-off {
    margin: 20px 0;
    position: relative;
    background-color: #fffcc7;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .profile-on-off .title-txt {
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 10px 0;
        color: #000;
    }

    .profile-on-off p {
        font-size: 15px;
        color: #333;
        padding: 10px 0 0 0;
    }

    .profile-on-off .custom-control-input:checked ~ .custom-control-label::before {
        color: red;
        border-color: red;
        background-color: red;
    }
/* Roommates profile css end here */
.modal-content .lt-arrow {
    position: absolute;
    top: 45%;
    left: -20px;
    z-index: 3;
    background-color: #E9DAC1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

    .modal-content .lt-arrow a {
        padding: 16px 8px;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        display: block;
    }

.modal-content .rt-arrow {
    position: absolute;
    top: 45%;
    right: -20px;
    z-index: 3;
    background-color: #E9DAC1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

    .modal-content .rt-arrow a {
        padding: 16px 8px;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        display: block;
    }

.ad-preview-title {
}

    .ad-preview-title .titletxt {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        height: 34px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 0 10px 0;
    }

    .ad-preview-title .amt {
        display: inline-block;
        font-size: 26px;
        line-height: 26px;
        color: #000;
        font-weight: 700;
        color: #666;
        background-color: #FDEA83;
        padding: 2px 4px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 10px 0 0 0;
    }

    .ad-preview-title .address {
        font-size: 13px;
        line-height: 14px;
        color: #666;
    }

.preview-ad-content {
}

    .preview-ad-content h2 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 500;
        padding: 10px 0;
        margin: 0px;
    }

    .preview-ad-content .discription {
        font-size: 15px;
        line-height: 24px;
        color: #212121;
        padding: 0 0 10px 0;
    }

    .preview-ad-content .main-con {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 10px 0;
    }

        .preview-ad-content .main-con .list-txt {
            border: solid 1px #9feab5;
            padding: 15px 20px;
            background-color: #f0fdf4;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .preview-ad-content .main-con .list-txt .label-txt {
                font-size: 11px;
                line-height: 14px;
                color: #666;
                text-transform: uppercase;
                font-weight: 400;
                padding: 0 0 5px 0;
            }

            .preview-ad-content .main-con .list-txt .con-txt {
                font-size: 14px;
                line-height: 18px;
                color: #212121;
                font-weight: 600;
            }

                .preview-ad-content .main-con .list-txt .con-txt.green {
                    color: #1abc9c;
                    font-weight: 700;
                }

    .preview-ad-content .content-listing {
        margin: 10px 0;
        border-bottom: dashed 1px #ccc;
    }

        .preview-ad-content .content-listing:last-child {
            border-bottom: none;
        }

        .preview-ad-content .content-listing ul {
            margin: 0 0 0 20px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

            .preview-ad-content .content-listing ul li {
                list-style: none;
                padding: 0;
                margin: 0 15px 15px 0;
                font-size: 14px;
                color: #333;
                width: 23.5%;
                align-items: center;
                display: flex;
            }

                .preview-ad-content .content-listing ul li i {
                    width: 20px;
                    height: 20px;
                    margin: 0 10px 0 0;
                    color: #21D63A;
                }

                    .preview-ad-content .content-listing ul li i img {
                        width: 20px;
                        height: 20px;
                    }

                    .preview-ad-content .content-listing ul li i.veg {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        border: solid 1px #0f8213;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                        .preview-ad-content .content-listing ul li i.veg .green-dot {
                            width: 10px;
                            height: 10px;
                            margin: 4px;
                            background-color: #0f8213;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                        }

                    .preview-ad-content .content-listing ul li i.non-veg {
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        border: solid 1px #bc3319;
                        -webkit-border-radius: 100px;
                        -moz-border-radius: 100px;
                        border-radius: 100px;
                    }

                        .preview-ad-content .content-listing ul li i.non-veg .red-dot {
                            width: 10px;
                            height: 10px;
                            margin: 4px;
                            background-color: #bc3319;
                            -webkit-border-radius: 100px;
                            -moz-border-radius: 100px;
                            border-radius: 100px;
                        }

.send-msg {
    margin: 20px 0;
    padding: 20px;
    border-top: dashed 1px #ccc;
    background-color: #f9f9f9;
}
    /*.send-msg .single-div{width:70%;margin:0 20px 0 0;}
.send-msg .single-div textarea{width:100%;height:120px;margin:0 20px 0 0;}
.send-msg .btn-outer{display:flex;align-items:center;}*/


    .send-msg .btn-outer {
        padding: 15px 20px 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .send-msg .btn-outer .lt-btns {
        }

            .send-msg .btn-outer .lt-btns ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .send-msg .btn-outer .lt-btns ul li {
                    margin: 0px;
                    padding: 0 25px 0 0;
                    list-style: none;
                    position: relative;
                }

                    .send-msg .btn-outer .lt-btns ul li:last-child {
                        padding: 0px;
                    }

                    .send-msg .btn-outer .lt-btns ul li .mailphone-list {
                        display: none;
                        position: absolute;
                        z-index: 5;
                        left: 0px;
                        background-color: #F9F2ED;
                        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
                        width: 340px;
                        padding: 15px 10px;
                        top: -75px;
                    }

                        .send-msg .btn-outer .lt-btns ul li .mailphone-list ul {
                            margin: 0px;
                            padding: 0px;
                            display: flex;
                            flex-direction: column;
                        }

                            .send-msg .btn-outer .lt-btns ul li .mailphone-list ul li {
                                margin: 0;
                                padding: 0 15px 5px 0;
                                list-style: none;
                                font-size: 14px;
                                line-height: 20px;
                                color: #333;
                            }

                                .send-msg .btn-outer .lt-btns ul li .mailphone-list ul li:last-child {
                                    padding: 0 15px 0 0;
                                }

                                .send-msg .btn-outer .lt-btns ul li .mailphone-list ul li a {
                                    color: #616161;
                                    transition: 1s;
                                }

                                .send-msg .btn-outer .lt-btns ul li .mailphone-list ul li i {
                                    font-sixe: 13px;
                                    color: #999;
                                    padding: 0 8px 0 0;
                                }

                                .send-msg .btn-outer .lt-btns ul li .mailphone-list ul li a:hover {
                                    text-decoration: underline;
                                    color: #000;
                                }

                    .send-msg .btn-outer .lt-btns ul li:hover .mailphone-list {
                        display: none;
                    }

            .send-msg .btn-outer .lt-btns .detail-show {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                margin: 10px 0 0 0;
            }

                .send-msg .btn-outer .lt-btns .detail-show a {
                    font-size: 14px;
                    padding: 0 10px;
                    color: #337ab7;
                    border-right: solid 1px #ccc;
                }

                    .send-msg .btn-outer .lt-btns .detail-show a i {
                        margin: 0 5px 0 0;
                    }

                    .send-msg .btn-outer .lt-btns .detail-show a:first-child {
                        padding: 0 10px 0 0;
                    }

                    .send-msg .btn-outer .lt-btns .detail-show a:last-child {
                        border-right: none;
                    }

                .send-msg .btn-outer .lt-btns .detail-show .msg-sent {
                    font-size: 14px;
                    color: #1abc9c;
                    margin: 0 10px 0 0;
                    border-right: solid 1px #ccc;
                    padding: 0 10px 0 0
                }

        .send-msg .btn-outer .rt-icons {
        }

            .send-msg .btn-outer .rt-icons ul {
                margin: 0px;
                padding: 0px;
                display: flex;
                flex-direction: row;
            }

                .send-msg .btn-outer .rt-icons ul li {
                    margin: 0 10px 0 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                }

                    .send-msg .btn-outer .rt-icons ul li:last-child {
                        margin: 0px;
                    }

                    .send-msg .btn-outer .rt-icons ul li a {
                        display: block;
                        padding: 5px;
                        border: solid 1px #ccc;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                    }

                        .send-msg .btn-outer .rt-icons ul li a i {
                            font-size: 20px;
                            color: #a4a4a4;
                        }

                    .send-msg .btn-outer .rt-icons ul li.active a i {
                        font-size: 20px;
                        color: #1abc9c;
                    }
/* new user landing page starts here */
.hero-banner {
    background: #d9c8b8 /*url("../images/roommates-flyer.png") no-repeat right top*/;
    width: 100%;
    padding: 30px 0 0 0;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .hero-banner.min-height {
        height: auto;
    }

    .hero-banner .left-blk {
        margin: 0;
        padding: 25px;
    }

        .hero-banner .left-blk .user-txt {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            color: #815B5B;
            padding: 5px 10px 5px 10px;
            margin: 0 0 15px 0;
            border-left: solid 5px #FF5959;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            text-shadow: 1px 2px 1px rgb(255 255 255 / 60%)
        }

        .hero-banner .left-blk .sub-txt {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            color: #333;
            padding: 0 0 5px 15px;
        }

        .hero-banner .left-blk .title-txt {
            font-size: 24px;
            line-height: 30px;
            font-weight: 800;
            color: #212121;
            text-shadow: 1px 2px 1px rgba(255,255,255,0.78);
            padding: 0 0 0 15px;
        }

        .hero-banner .left-blk .link-btn-outer {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            margin: 20px 0 0 12px;
        }

            .hero-banner .left-blk .link-btn-outer .single-link {
                margin: 0 20px 0 0;
            }

                .hero-banner .left-blk .link-btn-outer .single-link a {
                    display: block;
                    font-size: 16px;
                    color: #000;
                    padding: 15px 20px;
                    background-color: rgba(255, 255, 255, 0.7);
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                    font-weight: 700;
                    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
                    transition: 1s;
                }

                    .hero-banner .left-blk .link-btn-outer .single-link a i {
                        width: 30px;
                        height: 30px;
                        margin: 0 10px 0 0;
                    }

.two-promos {
    background-color: #EAF6F6;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
}

.hero-banner .left-blk .link-btn-outer .single-link a:hover {
    background-color: rgba(178, 191, 250, 0.8);
}

.two-promos p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    padding: 0 0 15px 0;
}

.rooms-how-its-work {
    margin: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

    .rooms-how-its-work figure {
        padding: 10px;
        background-color: #3377FF;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        margin: auto;
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .rooms-how-its-work figure i {
            font-size: 30px;
            height: 30px;
            color: #fff;
        }

        .rooms-how-its-work figure.res {
            background-color: #EF4444;
        }

        .rooms-how-its-work figure.con {
            background-color: #EAB308;
        }

    .rooms-how-its-work .title-txt {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        padding: 10px;
        font-weight: 700;
    }

    .rooms-how-its-work p {
        font-size: 16px;
        line-height: 24px;
        color: #555;
        padding: 10px;
        font-weight: 400;
        height: 75px;
    }

.new-rooms-how-its-work {
    background: #bcecff url("https://us.sulekha.com/userdashboard/common/images/other/roommates-flyer-01.jpg")no-repeat left bottom;
    height: 400px;
    position: relative;
    margin: 40px 0 0 0;
}

    .new-rooms-how-its-work h3 {
        padding: 30px 0 0 420px;
    }

    .new-rooms-how-its-work .two-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0 0 0 420px;
    }

        .new-rooms-how-its-work .two-tabs .one-blk {
            margin: 0 25px 0 0;
        }

            .new-rooms-how-its-work .two-tabs .one-blk a {
                display: block;
                font-size: 15px;
                line-height: 15px;
                padding: 10px;
                color: #666;
                border-bottom: solid 3px #bcecff;
                transition: 1s;
                font-weight: 500;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .new-rooms-how-its-work .two-tabs .one-blk a:hover {
                    border-bottom: solid 3px #4d9ebe;
                    background-color: #3fc4f9;
                    color: #fff;
                }

                .new-rooms-how-its-work .two-tabs .one-blk a.active {
                    border-bottom: solid 3px #4d9ebe;
                    color: #000;
                }

    .new-rooms-how-its-work .listing {
        padding: 20px 20px 0 420px;
    }

        .new-rooms-how-its-work .listing ul {
            margin: 0px;
            padding: 0px;
        }

            .new-rooms-how-its-work .listing ul li {
                margin: 0 0 15px 0;
                padding: 5px 10px;
                list-style: none;
                border-left: solid 2px #fff;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }

                .new-rooms-how-its-work .listing ul li .titletxt {
                    font-size: 18px;
                    line-height: 20px;
                    padding: 0 0 10px 0;
                    color: #000;
                }

                .new-rooms-how-its-work .listing ul li p {
                    font-size: 15px;
                    line-height: 18px;
                    color: #555;
                    padding: 0 0 6px 0;
                    margin: 0px;
                }

.rooms-services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
    width: 100%
}

    .rooms-services .single-blk {
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .rooms-services .single-blk {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .rooms-services .single-blk figure {
            padding: 10px;
            background-color: #EEF1FF;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            width: 60px;
            height: 60px;
            margin: 0 15px 0 0;
            align-items: center;
            display: flex;
            justify-content: center;
            box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        }

            .rooms-services .single-blk figure i {
                width: 35px;
                height: 35px;
                color: #999;
                font-size: 35px;
            }

                .rooms-services .single-blk figure i img {
                    width: 35px;
                    height: 35px;
                }

        .rooms-services .single-blk .sin-content {
        }

            .rooms-services .single-blk .sin-content .title-txt {
                font-size: 17px;
                line-height: 20px;
                padding: 5px 0 5px 0;
            }

            .rooms-services .single-blk .sin-content .p {
                font-size: 14px;
                line-height: 20px;
                padding: 5px 0 5px 0;
                font-weight: 500;
                margin: 0px;
            }

.city-list-outer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 15px 20px 15px;
    padding: 25px 15px 10px 15px;
    background-color: #fff;
}

    .city-list-outer a {
        display: block;
        border: solid 1px #ccc;
        border-left: solid 3px #03a9f4;
        padding: 10px 15px;
        margin: 0 20px 20px 0;
        font-size: 14px;
        line-height: 18px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-top-right: 5px;
        -moz-border-radius-bottom-right: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

        .city-list-outer a:hover {
            background-color: #03a9f4;
            color: #fff;
            transition: 1s;
        }

a.post--an-ad {
    border: solid 1px #ccc;
    padding: 8px 12px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    a.post--an-ad i {
        font-size: 15px;
        margin: 0 5px 0 0;
        color: #b2b2b2;
    }
/* new user landing page end here */
/* profile starts here */
.dropdown-menu.jobs-two-profile {
    width: 400px !important;
    right: 0px !important;
    left: auto !important;
}

    .dropdown-menu.jobs-two-profile .two-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 10px;
    }

        .dropdown-menu.jobs-two-profile .two-fields .single-flds {
            border-right: solid 1px #ccc;
        }

            .dropdown-menu.jobs-two-profile .two-fields .single-flds:last-child {
                border-right: none;
            }

            .dropdown-menu.jobs-two-profile .two-fields .single-flds .title-txt {
                font-size: 18px;
                padding: 0 0 8px 0;
                border-bottom: dashed 1px #ccc;
                margin: 0 15px 5px 0;
                font-weight: 600;
            }

                .dropdown-menu.jobs-two-profile .two-fields .single-flds .title-txt i {
                    margin: 0 5px 0 0;
                    font-weight: normal;
                    color: #999;
                }

            .dropdown-menu.jobs-two-profile .two-fields .single-flds ul {
                margin: 0px;
                padding: 10px 0;
            }

                .dropdown-menu.jobs-two-profile .two-fields .single-flds ul li {
                    list-style: none;
                    display: flex;
                    flex-direction: column;
                }

                    .dropdown-menu.jobs-two-profile .two-fields .single-flds ul li a {
                        font-size: 14px;
                        display: block;
                        margin: 0 0 5px 0;
                    }

    .dropdown-menu.jobs-two-profile .more-links {
        background-color: #CDFCF6;
        padding: 10px;
        margin: 10px;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .dropdown-menu.jobs-two-profile .more-links ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            gap: 15px;
            flex-wrap: nowrap;
            justify-content: right;
        }

            .dropdown-menu.jobs-two-profile .more-links ul li {
                list-style: none;
                padding: 00;
                margin: 0px;
            }

                .dropdown-menu.jobs-two-profile .more-links ul li:last-child {
                    border-right: none;
                }

                .dropdown-menu.jobs-two-profile .more-links ul li a {
                    font-size: 14px;
                    display: block;
                    padding: 5px 10px;
                }

                    .dropdown-menu.jobs-two-profile .more-links ul li a.logout {
                        background-color: #fff;
                    }

.client-post-id {
    padding: 20px 25px;
}

    .client-post-id ul {
        margin: 0px;
        padding: 0px;
    }

        .client-post-id ul li {
            margin: 10px 10px 10px 0;
            padding: 0px;
            list-style: none;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .client-post-id ul li a {
                position: relative;
                padding: 10px 15px;
                margin: 0px;
                display: block;
                font-size: 14px;
                line-height: 20px;
                color: #000;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                border: solid 1px #ccc;
                background-color: #fffede;
                transition: 1s;
            }

                .client-post-id ul li a:hover, .client-post-id ul li a.active {
                    background-color: #ffea00;
                }

                .client-post-id ul li a span {
                    display: none;
                    position: absolute;
                    top: -11px;
                    right: -5px;
                    z-index: 2;
                    background-color: #87d19f;
                    padding: 0 5px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    transition: 1s;
                    border: solid 1px #fff;
                    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
                }

                    .client-post-id ul li a span i {
                        font-size: 11px;
                        color: #fff;
                        font-weight: 500;
                    }

                .client-post-id ul li a.active:hover span {
                    display: block;
                }

                .client-post-id ul li a.active span {
                    display: block;
                }

                .client-post-id ul li a.inactive {
                    background-color: #ffbeb8;
                    cursor: default;
                }

    .client-post-id p {
        padding: 5px 0;
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }

        .client-post-id p b {
            color: #70b785;
            margin: 0 5px 0 0;
            border-bottom: solid 1px #61a575;
        }

    .client-post-id .view-more {
        margin: 10px 0;
        display: flex;
        justify-content: flex-end;
        border-top: dotted 1px #ccc;
        padding: 10px 0 0 0;
    }

        .client-post-id .view-more a {
            font-size: 14px;
            line-height: 20px;
            display: flex;
            align-items: end;
        }

            .client-post-id .view-more a i {
                margin: 0 0 0 5px;
            }

.star-my-comment {
    padding: 15px;
    margin: 0 20px 0 0;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .star-my-comment .my-title {
        font-size: 16px;
        line-height: 20px;
        color: #B8621B;
        font-weight: 600;
        padding: 0 0 10px 6px;
    }

        .star-my-comment .my-title i {
            background-color: #B8621B;
            margin: 0 5px 0 0;
            padding: 0 7px;
            font-style: normal;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            color: #fff;
        }

    .star-my-comment ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        padding: 10px;
    }

        .star-my-comment ul li {
            padding: 0 0 5px 0;
            margin: 0;
            list-style: none;
            font-size: 14px;
            line-height: 20px;
            color: #666;
        }
/* profile end here */
/* accordion starts here */
.acco-list {
}

    .acco-list ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .acco-list ul li {
            margin: 0 0 10px 0;
            padding: 0px;
            list-style: none;
            font-size: 15px;
            line-height: 22px;
            color: #666;
            width: 50%;
        }

            .acco-list ul li a {
                font-size: 15px;
                line-height: 22px;
            }

                .acco-list ul li a i {
                    font-size: 12px;
                    color: #666;
                    margin: 0 5px 0 0;
                }
/* accordion end here */

/* Edit Roommates starts here */
.edit-ad-data {
    background: linear-gradient(to bottom right, #fff, #f7f7f7);
    background: #0097a7;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
    margin: 25px 25px 40px 25px;
}

.edit-ad-data-title {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 0.8px;
    padding: 15px;
    cursor: pointer;
}

    .edit-ad-data-title:nth-last-child(2) {
        border-bottom: 0;
    }

.heading:hover {
    background: #00838f;
    border-radius: 0;
}

.edit-ad-data-title:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.edit-ad-data-title:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}

.edit-ad-data-title::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}

.active.edit-ad-data-title::before {
    transform: rotate(-180deg);
}

.not-active.edit-ad-data-title::before {
    transform: rotate(0deg);
}

.edit-ad-contents {
    display: none;
    background: #fffafa;
    padding: 15px;
    color: #7f8fa4;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
}

    .edit-ad-contents .form-group label {
        font-size: 15px;
        color: #666;
    }

    .edit-ad-contents .form-group.alert-text label {
        color: #c52429;
    }

    .edit-ad-contents .form-group ul.editad {
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .edit-ad-contents .form-group ul.editad li {
            padding: 0px;
            margin: 0 20px 0 0;
            list-style: none;
        }

.edit-ad-data .btn-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    column-gap: 20px;
    background-color: #fff;
}

.edit-ad-contents .btn-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 20px 13px 15px 13px;
    column-gap: 20px;
    background-color: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-group.common-drop {
    margin: 0px;
}

    .form-group.common-drop .drop-downlist {
        width: 100%;
        border: solid 1px #e4e4e4;
        background-color: #fff;
        position: absolute;
        top: 66px;
        left: 0px;
        height: 150px;
        overflow-y: scroll;
        z-index: 5;
    }

        .form-group.common-drop .drop-downlist .titletxt {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            padding: 10px;
            background-color: #d3dced;
            font-weight: 500;
        }

        .form-group.common-drop .drop-downlist ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: column;
        }

            .form-group.common-drop .drop-downlist ul li {
                margin: 0;
                padding: 0;
                list-style: none;
                border-bottom: solid 1px #e4e4e4;
            }

                .form-group.common-drop .drop-downlist ul li a {
                    padding: 10px;
                    font-size: 14px;
                    color: #000;
                    transition: 1s;
                    display: block;
                }

                    .form-group.common-drop .drop-downlist ul li a:hover {
                        background-color: #ff4242;
                        color: #fff;
                    }

.form-rm-list {
    background-color: #FFF6F6;
    margin: 15px 5px;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .form-rm-list ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

        .form-rm-list ul li {
            width: 31%;
            margin: 0 0 10px 15px;
            padding: 0px;
            list-style: none;
        }

            .form-rm-list ul li .checkbox label {
                font-size: 15px;
                font-weight: 600;
                color: #666;
            }

.selected-frm-list {
    padding: 10px 5px;
}

    .selected-frm-list ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        flex-wrap: wrap;
    }

        .selected-frm-list ul li {
            list-style: none;
            margin: 0 0 15px 0;
            padding: 5px 10px;
            background-color: #D1E9F6;
            font-size: 15px;
            color: #333;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .selected-frm-list ul li a {
                display: inline-block;
                margin: 0 0 0 5px;
                color: #fff;
                font-size: 15px;
                line-height: 15px;
                background-color: #333;
                padding: 2px 6px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
            }
/* Edit Roommates end here */
.nav-second-level li a b.number, .nav-thrid-level li a b.number {
    padding: 3px 5px;
    margin: 0 0 0 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #19A420;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.upgrade-cont {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF8DB;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.post-an-ad-promo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

    .post-an-ad-promo img {
        padding: 0 15px;
    }

    .post-an-ad-promo .content-area {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

        .post-an-ad-promo .content-area .title-txt {
            font-size: 24px;
            line-height: 30px;
            color: #d446a9;
            padding: 10px 0;
            font-weight: 700;
            text-align: center;
        }

        .post-an-ad-promo .content-area .btn-outer {
            text-align: center;
        }

/* Neighborhoods starts here */
.neighbor-city {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
}

    .neighbor-city h3 {
        font-size: 18px;
        padding: 0 0 10px 0;
        margin: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    .neighbor-city .nav-list {
        font-size: 14px;
        color: #666;
    }

        .neighbor-city .nav-list i {
            margin: 0 5px 0 0;
            color: #999;
        }

.neighbor-sin-city {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 15px;
}

    .neighbor-sin-city a {
        display: block;
        background-color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 10px 0;
        padding: 5px 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

        .neighbor-sin-city a i {
            margin: 0 5px 0 0;
            color: #999;
        }
/* Neighborhoods end here */

/*free response starts here */
.room-con-premium {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .room-con-premium .lt-content {
        width: 70%;
        border-right: dashed 1px #ccc;
        padding: 10px
    }

        .room-con-premium .lt-content ul {
            padding: 0 0 10px 0;
            margin: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            column-gap: 10px;
        }

            .room-con-premium .lt-content ul li {
                font-size: 16px;
                line-height: 18px;
                padding: 0 10px 0 0;
                margin: 0px;
                border-right: solid 1px #ccc;
                list-style: none;
            }

    .room-con-premium .rt-content {
        width: 30%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
/*free response end here */

/* media query starts here */
@media (min-width: 1481px) and (max-width: 1600px) {
    .page-center {
        margin: 0 5%;
    }
}

@media (min-width: 1025px) and (max-width: 1480px) {
    .page-center {
        margin: 0 5%;
    }

    .reply-frm-fld-outer textarea {
        width: 91.5%;
    }

    .common-other-categories ul li {
        width: 33%;
    }

    .row.marlr {
        margin: 0 2%;
    }

    .grid-blk .single-listing-blk .main-links-blk ul li a {
        padding: 15px 15px 15px 10px;
    }

    .sulekha-contact .frm-outer ul li {
        margin: 0 10%;
    }

    .sulekha-contact .lt-exp-img-outer img {
        width: 300px;
    }

    .upload-resume-block-outer .form-fields-outer {
        margin: 20px 15%;
    }

    .single-manage-ad-details-outer .per-det table tr td.lt-label {
        width: 40%;
    }

    .my-res-upload .form-control-file, .my-res-upload .form-control-range {
        margin: 10px 0 0 0;
    }

    .upgrade-popup .cont-area {
        transform: translate(-30%,-50%);
    }

    .jobs-promotion-sml ul li {
        width: 21%;
    }

    .preview-ad-content .main-con .list-txt {
        padding: 15px 10px;
    }

    .daycare-services-outer .courses ul {
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .reply-frm-fld-outer textarea {
        width: 90.5%;
    }

    .row.marlr {
        margin: 0 2%;
    }

    .sulekha-contact .frm-outer ul li {
        margin: 0 5%;
    }

    .sulekha-contact .lt-exp-img-outer img {
        width: 300px;
    }

    .single-manage-ad-details-outer .per-det table tr td.lt-label {
        width: 40%;
    }

    .jobs-promotion-sml ul li {
        width: 21%;
    }

    .jobs-premium-promote .explain-detail .single-listing {
        width: 30%;
    }

    .daycare-services-outer .courses ul {
        justify-content: flex-start;
    }

        .daycare-services-outer .courses ul li {
            width: 31%;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .row.marlr {
        margin: 0 1%;
    }

    .full-business-detail-outer .business-services ul li {
        width: 32%;
    }

    .common-other-categories ul li {
        width: 33%;
    }

    .page-center {
        margin: 0 2%;
    }

    .reply-frm-fld-outer textarea {
        width: 90%;
    }

    .sulekha-contact .frm-outer ul li {
        margin: 0 5%;
    }

    .sulekha-contact .lt-exp-img-outer img {
        width: 300px;
    }

    .single-manage-ad-details-outer .per-det table tr td.lt-label {
        width: 50%;
    }

    .my-res-upload .form-control-file, .my-res-upload .form-control-range {
        margin: 10px 0 0 13%;
    }

    .upgrade-popup {
        left: 0px;
    }

        .upgrade-popup .cont-area {
            transform: translate(0%,-50%);
        }

    .jobs-promotion-sml ul li {
        width: 30%;
    }

    .daycare-services-outer .courses ul {
        justify-content: flex-start;
    }

        .daycare-services-outer .courses ul li {
            width: 31%;
        }
}

@media only screen and (max-width:768px) {
    .modal-dialog {
        width: 100%;
    }

    .mobilehide {
        display: none;
    }

    .left-side-menu {
        z-index: 100000 !important;
    }

    .row.marlr {
        margin: 0 1%;
    }

        .row.marlr .card-box {
            padding: 10px 5px !important;
            margin: 0px !important;
        }

    .page-center {
        margin: 0px;
    }

    .products-nav-arrow-prev, .products-nav-arrow-next {
        display: block;
    }

    .progresswrp .progress-title {
        font-size: 12px;
    }

    .common-other-categories ul li {
        width: 98%;
    }

    .common-status-outer ul li {
        padding: 0 0 10px 0;
    }

        .common-status-outer ul li ul li {
            padding: 3px 5px;
        }

            .common-status-outer ul li ul li.wid-1 {
                width: 100%;
            }

            .common-status-outer ul li ul li.wid-2 {
                width: 100%;
            }

            .common-status-outer ul li ul li.wid-3 {
                width: 100%;
            }

    .business-con-outer {
        padding: 25px 10px;
    }

    .business-res-count ul li {
        margin: 0 15px 5px 0;
    }

    .full-business-detail-outer .business-services ul li {
        width: 96%;
    }

    .align-items-center.with-pad {
        padding: 20px 10px;
    }

    .add-note {
        top: 0px;
    }

    .align-items-center.with-pad .media img.bimg {
        width: 50px;
        height: 50px;
        margin-right: 10px !important;
    }

    .align-items-center.with-pad .text-center {
        text-align: left !important;
        margin: 5px 0 5px 60px !important;
    }

        .align-items-center.with-pad .text-center p br {
            display: none;
        }

    .message-box-outer {
        margin: 10px 25px 5px 20px;
    }

    .message-reply-outer {
        margin: 0 25px 10px 20px;
    }

        .message-reply-outer .reply-txt {
            text-align: right;
        }

    .reply-frm-fld-outer {
        margin: 0 25px 10px 20px;
    }

        .reply-frm-fld-outer textarea {
            width: 80%;
        }

    .detail-top-link p {
        margin: 0px !important;
        float: left;
        padding: 0 10px 10px 0;
    }

    .res-busi-listing-outer .phone-outer ul li .information-outer {
        width: 150px;
        right: -68px;
    }

    .sulekha-contact .frm-outer .frm-title {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .sulekha-contact {
        background-color: #fff;
    }

        .sulekha-contact .lt-exp-img-outer {
            display: none;
        }

        .sulekha-contact .frm-outer {
            width: 100%;
            float: none;
        }

            .sulekha-contact .frm-outer ul li {
                margin: 0 10px;
            }

    .contact-but-outer ul li {
        margin: 0 0 15px 0;
    }

    .modal-body .share-socical-icon-outer ul li {
        margin: 0 20px 15px 0;
    }

        .modal-body .share-socical-icon-outer ul li.whatsapp {
            display: block;
        }

    .upload-resume-block-outer .form-fields-outer {
        margin: 20px;
    }

    .candidate-imp-det-outer figure {
        width: 50px;
        height: 50px;
    }

        .candidate-imp-det-outer figure img {
            height: 30px;
        }

    .candidate-imp-det-outer ul {
        width: 100%;
        margin: 5px 0 0 0;
    }

        .candidate-imp-det-outer ul li {
            margin: 0;
        }

            .candidate-imp-det-outer ul li.two-col ul li {
                width: 100%;
                padding: 0 0 8px 0;
            }

    .manage-ad-table table tr td p span {
        display: block;
        line-height: 18px;
    }

    .single-manage-ad-details-outer {
        margin: 10px;
        padding: 10px;
    }

    .modal-body .resume-basics-frm {
        margin: 15px 2%;
    }

    .sulekha-contact .frm-outer ul li .form-group .two-flds .lt-blk, .sulekha-contact .frm-outer ul li .form-group .two-flds .rt-blk {
        width: 100%;
        float: none;
    }

    .sulekha-contact .frm-outer ul li .form-group .upload-file-outer {
        margin: 5px 0;
    }

    .my-res-upload .form-control-file, .my-res-upload .form-control-range {
        margin: 10px 0 0 0;
    }

    .fees-amt {
        right: 100px;
        top: -1px;
    }

    .manage-alerts ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .user-personal-details ul li {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .form-group .radio-single-line ul li {
        width: 100%;
        float: none;
    }

    .booked-date ul li {
        float: none;
        border-right: none;
        border-bottom: solid 1px #e4e4e4;
        padding: 5px 0;
    }

    .ad-edit-settings ul li .posted-img figure {
        margin: 0 15px 15px 0;
    }

    .savedsearchbg .savedsearchflex {
        flex-wrap: wrap;
    }

        .savedsearchbg .savedsearchflex .savedsearch-lt, .savedsearchbg .savedsearchflex .savedsearch-rt {
            width: 100%;
            padding: 0;
        }

    .part-detail .part-info {
        height: 40px;
        overflow: hidden;
    }

        .part-detail .part-info .mobilescroll {
            width: auto;
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            height: 85px;
        }

    .savedsearchbg .savedsearchflex .savedsearchdetail figure {
        display: none;
    }

    .savedsearchbg .savedsearchflex .savedsearch-rt {
        padding: 15px 0 15px;
        border-top: solid 1px #ddd;
        width: 100%;
    }

    .upgrade-popup {
        left: 0;
    }

        .upgrade-popup .cont-area {
            width: 100%;
        }

    .jobs-promotion {
        padding: 135px 0 15px 15px
    }

        .jobs-promotion ul li {
            float: none;
            width: auto;
        }

    .jobs-promotion-sml ul li {
        width: 100%;
    }

    .card-box.astro-mobile-adjust {
        padding: 0px;
    }

    .row.no-flex {
        display: block;
        margin-right: 0px;
    }

    .card-box.astro-mobile-adjust .avatar-lg {
        display: none;
    }

    .jobs-premium-promote {
        padding: 0px;
    }

        .jobs-premium-promote .explain-detail {
            flex-direction: column;
        }

            .jobs-premium-promote .explain-detail .single-listing {
                width: 100%;
            }

    .posted-listing-blk {
        flex-direction: column;
    }

        .posted-listing-blk .single-list {
            padding: 0;
            width: auto;
        }

            .posted-listing-blk .single-list.active-list, .posted-listing-blk .single-list.expired-list {
                width: auto;
                padding: 20px 15px;
            }

            .posted-listing-blk .single-list .more-listing {
                right: -131px;
            }

                .posted-listing-blk .single-list .more-listing .single-more-list {
                    width: 300px;
                }

                .posted-listing-blk .single-list .more-listing:after, .posted-listing-blk .single-list .more-listing:before {
                    left: 50%;
                }

    .roommates-user-listing figure {
        display: none;
    }

    .roommates-user-listing .list-content-area {
        width: auto;
    }

        .roommates-user-listing .list-content-area .links-outer .links {
            padding: 0 0 15px 0;
        }

    .roommates-user-listing .pre-share {
        position: absolute;
        top: -4px;
        right: 17px;
        z-index: 10;
    }

    .roommates-user-listing .list-content-area h3 {
        padding: 8px 5px 12px 0;
    }

    .room-listing-sea-filter {
        flex-direction: column;
    }

        .room-listing-sea-filter .left-search {
            width: 100%;
        }

        .room-listing-sea-filter .right-filter {
            display: block;
            width: 100%;
        }

            .room-listing-sea-filter .right-filter .sel-outer {
                margin: 0px;
            }

    .room-user-listing .top-blk {
        display: block;
    }

        .room-user-listing .top-blk .id-status {
            margin: 0 0 10px 0;
        }

    .room-user-listing .single-listing {
        display: block;
        padding: 15px;
    }

        .room-user-listing .single-listing figure {
            width: 100%;
            height: 150px;
            overflow: hidden;
        }

            .room-user-listing .single-listing figure .no-img {
                width: 100%;
                height: 100%;
            }

        .room-user-listing .single-listing .list-content-area {
            width: 100%;
            padding: 15px 0 0 0;
        }

    .room-user-listing .bot-links-outer {
        flex-wrap: wrap;
    }

        .room-user-listing .bot-links-outer .lt-links {
            white-space: nowrap;
            flex-wrap: wrap;
        }

            .room-user-listing .bot-links-outer .lt-links a {
                margin: 0 15px 15px 0;
            }

    .recent-user-ads {
        flex-direction: column;
    }

        .recent-user-ads .rt-content {
            width: 100%;
        }

        .recent-user-ads .lt-user p {
            font-size: 16px;
            margin: 0 0 10px 0;
        }

            .recent-user-ads .lt-user p b {
                ffont-size: 20px;
                line-height: 20px;
            }

        .recent-user-ads .rt-content p {
            font-size: 14px;
        }

    .best-matches-selection ul {
        flex-direction: column;
    }

    .best-matches-selection {
        padding: 30px 20px 15px 20px;
    }

    .best-match-listing .room-details ul li {
        width: 45%;
    }

    .best-match-listing .city-price ul {
        flex-direction: column;
    }

    .best-match-listing .btn-outer {
        flex-direction: column;
        padding: 10px 15px;
    }

        .best-match-listing .btn-outer .rt-icons {
            margin: 15px 0 0 0;
        }

        .best-match-listing .btn-outer .lt-btns .detail-show {
            flex-direction: column;
        }

            .best-match-listing .btn-outer .lt-btns .detail-show a:first-child {
                border-right: none;
                padding: 0 0 10px 0;
            }

            .best-match-listing .btn-outer .lt-btns .detail-show a:last-child {
                border-right: none;
                padding: 0 0 10px 0;
            }

    .best-match-listing .room-details ul li {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .hero-banner {
        background: none;
        background-color: #d9c8b8;
        height: auto;
        padding: 10px;
    }

    .two-promos {
        height: auto;
        padding: 10px;
    }

    .hero-banner .left-blk {
        margin: 0;
        padding: 0;
    }

        .hero-banner .left-blk .sub-txt {
            font-size: 16px;
            line-height: 20px;
        }

        .hero-banner .left-blk .title-txt {
            font-size: 20px;
            line-height: 26px;
        }

        .hero-banner .left-blk .link-btn-outer {
            flex-direction: column;
            margin: 10px;
        }

            .hero-banner .left-blk .link-btn-outer .single-link {
                margin: 0 0 10px 0;
                text-align: center;
            }

    .rooms-services {
        grid-template-columns: auto;
    }

    .preview-ad-content .main-con .list-txt {
        width: 50%;
    }

    .preview-ad-content .content-listing ul li {
        width: 99%;
    }

    .best-match-listing .btn-outer .lt-btns ul {
        flex-wrap: wrap;
    }

        .best-match-listing .btn-outer .lt-btns ul li {
            padding: 0 10px 10px 0;
        }

    .best-match-listing .nearby {
        flex-wrap: wrap;
    }

        .best-match-listing .nearby span {
            margin: 0 20px 15px 0;
        }

    .best-match-listing .btn-outer .lt-btns .detail-show a {
        padding: 0 10px 0 0;
        border-right: none;
    }

    .send-msg {
        flex-direction: column;
    }

        .send-msg .single-div {
            width: 100%;
            margin: 0 0 15px 0;
        }

    .savedsearchbg .savedsearchflex .savedsearch-lt .subscription {
        top: 5px;
    }

    .new-rooms-how-its-work {
        background: #bcecff;
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .new-rooms-how-its-work h3 {
            padding: 10px 0 0 10px;
        }

        .new-rooms-how-its-work .two-tabs {
            padding: 0 0 0 10px;
        }

        .new-rooms-how-its-work .listing {
            padding: 10px;
        }

            .new-rooms-how-its-work .listing ul li .titletxt {
                font-size: 15px;
            }

            .new-rooms-how-its-work .listing ul li p {
                font-size: 14px;
            }

    .client-post-id ul li a {
        padding: 5px 10px;
    }

    .my-nees-outer .single-responce {
        padding: 20px 20px 0 20px;
    }

        .my-nees-outer .single-responce .main-data {
            flex-direction: column;
            gap: 0;
        }

            .my-nees-outer .single-responce .main-data .service {
                width: 100%;
            }

                .my-nees-outer .single-responce .main-data .service .datas {
                    flex-direction: row;
                    flex-wrap: wrap;
                }

                    .my-nees-outer .single-responce .main-data .service .datas p {
                        padding: 0 10px 8px 0;
                    }

                .my-nees-outer .single-responce .main-data .service .user-res {
                    padding: 10px 10px 0 10px;
                }

                    .my-nees-outer .single-responce .main-data .service .user-res ul {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: wrap;
                    }

                        .my-nees-outer .single-responce .main-data .service .user-res ul li {
                            margin: 0 10px 10px 0;
                        }

            .my-nees-outer .single-responce .main-data .detail-blk {
                width: 100%;
                border-left: none;
                border-right: none;
                padding: 10px 0;
            }

                .my-nees-outer .single-responce .main-data .detail-blk .title-txt {
                    font-size: 15px;
                }

            .my-nees-outer .single-responce .main-data .res-links {
                width: 100%;
                border-top: dashed 1px #ccc;
                padding: 10px 0 0 0;
            }

                .my-nees-outer .single-responce .main-data .res-links ul {
                    flex-direction: row;
                }

    .search-listing-outer .single-listing .lt-cont-area .city-time {
        flex-wrap: wrap;
    }

    .search-listing-outer .single-listing {
        flex-direction: column;
    }

        .search-listing-outer .single-listing .lt-cont-area {
            width: 100%;
            padding: 10px;
            border-right: none;
        }

        .search-listing-outer .single-listing .rt-cont-area {
            width: 100%;
            padding: 10px;
        }

        .search-listing-outer .single-listing .lt-cont-area p {
            padding: 0px;
        }

        .search-listing-outer .single-listing .lt-cont-area .city-time span {
            margin: 0 10px 10px 0;
        }

    .jobs-my-stuff {
        grid-template-columns: 1fr;
    }

        .jobs-my-stuff .two-blk {
            margin: 0 0 15px 0;
        }

    .daycare-services-outer .courses ul li {
        width: 100%;
    }

    .daycare-single-promo-blk ul {
        height: auto;
    }

    .room-single-profile {
        grid-template-columns: 1fr;
    }

    .update-your-profile .update-count .chance-per {
        width: 100%;
        margin: 0px;
    }

        .update-your-profile .update-count .chance-per ul li {
            width: 49%;
        }

    .update-your-profile .update-count {
        background: #eff3fe;
    }

        .update-your-profile .update-count p {
            padding: 10px 2px;
        }

    .room-single-profile .two-blk .profile-outer .profile-datas .two-list {
        flex-direction: column;
    }

        .room-single-profile .two-blk .profile-outer .profile-datas .two-list .listing {
            padding: 0 0 5px 0;
            word-break: break-all;
        }

    .daycare-services-outer.bgclr {
        margin: 0 0 15px 0;
        height: auto;
    }

        .daycare-services-outer.bgclr p {
            height: auto;
        }

    .left-margin-footer {
        margin: 0px;
    }

    .daycare-nanny-listing .listing-blk {
        flex-direction: column;
    }

        .daycare-nanny-listing .listing-blk .img-outer {
            width: 100%;
            height: auto;
            text-align: center;
        }

            .daycare-nanny-listing .listing-blk .img-outer img {
                margin: auto;
            }

        .daycare-nanny-listing .listing-blk .cont-area {
            width: 100%;
        }

            .daycare-nanny-listing .listing-blk .cont-area ul {
                flex-wrap: wrap;
            }

                .daycare-nanny-listing .listing-blk .cont-area ul li {
                    width: 49%;
                    padding: 0 10px 10px 0;
                }

            .daycare-nanny-listing .listing-blk .cont-area h3 {
                padding: 10px 0;
            }

    .ad-preview-title .titletxt {
        overflow: visible;
        text-overflow: unset;
        height: auto;
        font-size: 16px;
        line-height: 18px;
        -webkit-line-clamp: unset;
    }

    .send-msg .btn-outer .lt-btns ul {
        flex-wrap: wrap;
    }

        .send-msg .btn-outer .lt-btns ul li {
            padding: 0 25px 10px 0;
        }

    body.no-bot-pad {
        padding-bottom: 60px;
    }

    .view-application-blk .view-app-list .prop ul {
        flex-direction: column;
    }

    .view-application-blk .view-app-list .date-list ul {
        flex-direction: column;
    }

    .view-application-blk .view-app-list .prop ul li {
        padding: 0 5px 5px 0
    }

    .daycare-nanny-listing .listing-blk .cont-area .prop ul {
        flex-direction: column;
    }

        .daycare-nanny-listing .listing-blk .cont-area .prop ul li {
            width: 100%;
        }

    .daycare-nanny-listing .reply-outer {
        flex-direction: column;
    }

        .daycare-nanny-listing .reply-outer .first-div {
            width: 100%;
            padding: 0 0 10px 0;
        }

    .jobs-profile-highlighters {
        padding: 10px;
        margin: 10px 0;
    }

        .jobs-profile-highlighters .title-txt {
            font-size: 18px;
        }

        .jobs-profile-highlighters .two-content {
            flex-direction: column;
        }

            .jobs-profile-highlighters .two-content .lt-content {
                width: 100%;
            }

            .jobs-profile-highlighters .two-content .rt-content {
                display: none;
            }

    .pro-high-pack {
        margin: 10px 0;
        padding: 10px;
    }

        .pro-high-pack .two-content {
            flex-direction: column;
        }

            .pro-high-pack .two-content .left-content {
                width: 100%;
            }

            .pro-high-pack .two-content .right-content {
                width: 100%;
                margin: 10px 0;
                padding: 10px;
            }

                .pro-high-pack .two-content .right-content .title-txt {
                    font-size: 18px;
                }

                .pro-high-pack .two-content .right-content ul li {
                    margin: 0 0 20px 0;
                }

    .form-rm-list ul li {
        width: 100%;
    }

    .selected-frm-list ul {
        flex-wrap: wrap;
    }

    .room-con-premium {
        flex-direction: column;
    }

        .room-con-premium .lt-content {
            width: 100%;
        }

        .room-con-premium .rt-content {
            width: 100%;
        }

        .room-con-premium .lt-content ul {
            flex-direction: column;
            align-items: flex-start;
        }

            .room-con-premium .lt-content ul li {
                border-right: none;
                padding: 0 0 10px 0;
            }
}

@media (min-width: 414px) and (max-width: 766px) {
    .nav-bordered li a {
        font-size: 13px;
    }

    .detail-count-section .single-list {
        margin: 5px;
        padding: 5px;
    }

        .detail-count-section .single-list b {
            font-size: 15px;
        }

    .detail-count-section .single-list {
        font-size: 12px;
        line-height: 16px;
    }

    .res-busi-listing-outer .media img.logo {
        display: none !important;
    }
}

@media (min-width: 330px) and (max-width: 413px) {
    .nav-bordered li a {
        font-size: 13px;
    }

    .reply-frm-fld-outer textarea {
        width: 77%;
    }

    .nav-bordered li a {
        padding: 10px !important;
        font-size: 12px;
    }

    .res-busi-listing-outer .media img.logo {
        display: none !important;
    }
}

@media only screen and (max-width: 325px) {
    .nav-bordered .nav-item a {
        padding: 10px !important;
        font-size: 12px;
    }

    .align-items-center.with-pad {
        padding: 20px 10px 0 10px;
    }

    .reply-frm-fld-outer {
        margin: 0 25px 0 20px;
    }

        .reply-frm-fld-outer textarea {
            margin: 0 0 10px 0;
            width: 99%;
        }

    .common-button-full-list-blk {
        padding: 0 0 10px 0;
    }

    .res-busi-listing-outer .media img.logo {
        display: none !important;
    }
}
/* media query end here */
/* my css end here */
