/*!
PROJECT NAME :- SPICE WEB APP
STYLE TYPE: RESPONSIVE (MOBILE) 
UI DEVELOPER: ANKUSH (ankush@unikove.com)/+91-9971515748
DATE :- 06 MAY 2019
LAST CHANGE :- 06 MAY 2019
VERSION :- V.1
*/

/*!
 * 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)
 */

@import url(../dependencies/icomoon/default/style.css);
@import url(../dependencies/icomoon/default/style.css);
@import url(../dependencies/intl-tel-input-master/build/css/intlTelInput.min.css);
@import url(../dependencies/bootstrap-datepicker-master/dist/css/bootstrap-datepicker.min.css);
@import url(../dependencies/jquery-date-range-picker-master/dist/daterangepicker.min.css);
@import url(../dependencies/DataTables/datatables.min.css);
@import url(../dependencies/DataTables/FixedHeader-3.1.4/css/fixedHeader.bootstrap.min.css);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :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: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[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: 0.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: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0.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: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.mark, mark {
    padding: 0.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: 0.5rem
    }

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }
/* updated by Vaishnav*/
.img-fluid {
    max-width: 100%;
    max-height: 200px;
    min-width: 208px;
    cursor: pointer;
}

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

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.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%
    }
}

@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: 1rem;
    color: #212529
}

    .table td, .table th {
        padding: 0.75rem;
        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: 0.3rem
}

.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: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

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

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.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 + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    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 + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.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: 0.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: 0.3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

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

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.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 0.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='%2328a745' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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: #28a745
}

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

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #28a745
    }

.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: #34ce57;
    background-color: #34ce57
}

.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 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.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: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.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 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: #dc3545
}

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

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #dc3545
    }

.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: #e4606d;
    background-color: #e4606d
}

.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 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.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: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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: 0.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: #212529;
    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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

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

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .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 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(130, 138, 145, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .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 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .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 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
        }

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

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
    }

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

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

        .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 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
        }

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

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

    .btn-danger.focus, .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
    }

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

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

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
        }

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

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
    }

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

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

        .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 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

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

        .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 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
        }

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

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        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: #007bff;
        border-color: #007bff
    }

        .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 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        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: #28a745;
        border-color: #28a745
    }

        .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 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        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: #17a2b8;
        border-color: #17a2b8
    }

        .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 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
        }

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

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

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
    }

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

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

        .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 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
        }

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

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

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        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: #dc3545;
        border-color: #dc3545
    }

        .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 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
        }

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

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

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
    }

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

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

        .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 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
        }

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

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        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: #343a40;
        border-color: #343a40
    }

        .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 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
        }

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

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

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

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

.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 0.5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.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: 0.125rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.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-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .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: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

    .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: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    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: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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: 0.25rem;
        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: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.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, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    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 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

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

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

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

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

    .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 + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-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: 0.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: 0.25rem;
        border-top-right-radius: 0.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: 0.25rem
}

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

.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: 0.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: 0.3125rem;
    padding-bottom: 0.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: 0.5rem;
    padding-bottom: 0.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: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.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: 0.5rem;
                padding-left: 0.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: 0.5rem;
                padding-left: 0.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: 0.5rem;
                padding-left: 0.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: 0.5rem;
                padding-left: 0.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: 0.5rem;
            padding-left: 0.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, 0.9)
}

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

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

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

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 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, 0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 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, 0.5)
}

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

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 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, 0.5)
}

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

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.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, 0.5);
    border-color: rgba(255, 255, 255, 0.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, 0.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: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: 0.75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.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: 0.75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        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: -1px
    }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/"
    }

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

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

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-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: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

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

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

.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: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

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

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

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

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

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.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: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

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

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.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: 10px;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    text-align: inherit;
    color: rgb(41 104 233) !important;
    font-weight: 800;
}

    .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: 0.75rem 1.25rem !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.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: #007bff;
        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: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.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: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.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: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.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: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.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: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.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: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.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: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    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: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem
}

    .toast:not(:last-child) {
        margin-bottom: 0.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: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: 0.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: 0.5rem;
    pointer-events: none;
    max-width: 500px;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-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: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: 0.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: 0.3rem;
    border-top-right-radius: 0.3rem
}

    .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: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

    .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-dialog {
        max-width: 1000px !important;
        margin: 1.75rem auto
    }

    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }

    .modal-xxl {
        max-width: 1600px !important;
    }

    .modal-lg {
        max-width: 600px !important;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-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: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 0.9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 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: 0.5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 0.5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0.5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.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: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: 0.5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 0.5rem 0.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 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-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%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-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 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-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: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-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: 0.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 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-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: 0.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: 0.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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !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: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

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

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

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

.bg-danger {
    background-color: #dc3545 !important
}

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

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

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

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0.2rem !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-lg {
    border-radius: 0.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%
}

.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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 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
}

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

.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: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !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: 0.25rem !important
}

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

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

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

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

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

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

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important
}

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

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

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

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

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

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

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

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

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

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

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

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

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

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

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !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: 0.25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !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: 0.25rem !important
    }

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

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
    }

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

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

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

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important
    }

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

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

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

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

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

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

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

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

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

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

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

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

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

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !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: 0.25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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: 0.25rem !important
    }

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

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
    }

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

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

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

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important
    }

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

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

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

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

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

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

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

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

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

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

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

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

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

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

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !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: 0.25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !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: 0.25rem !important
    }

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

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
    }

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

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

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

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important
    }

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

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

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

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

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

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

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

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

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

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

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

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

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

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

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !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: 0.25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !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: 0.25rem !important
    }

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

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
    }

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

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

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

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important
    }

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

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

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

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

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

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

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

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

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

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

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

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

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

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

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !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;
    -o-text-overflow: ellipsis;
    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: #007bff !important
}

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

.text-secondary {
    color: #6c757d !important
}

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

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

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

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

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

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

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

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

.text-dark {
    color: #343a40 !important
}

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

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

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.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
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: "liga", 0;
    font-feature-settings: "liga", 0;
    font-smoothing: antialiased !important
}

ul {
    margin-bottom: 0
}

img {
    max-width: 100%;
    border: none
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: vertical;
    min-height: 60px;
    max-height: 240px
}

a {
    color: #2968e9
}

[role=button] {
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=email], input[type=number], input[type=password], input[type=text] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer
}

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

input[type=checkbox][readonly] + label {
    pointer-events: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.hidden {
    display: none
}

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

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

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

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

.text-normal {
    text-transform: none !important
}

.text-dbl {
    font-size: 1.125rem !important
}

.remove-gutters {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:992px) {
    .mobileonly {
        display: none !important
    }
}

@media (min-width:1200px) {
    .tabletonly {
        display: none !important
    }
}

.desktoponly {
    display: none !important
}

@media (min-width:992px) {
    .desktoponly {
        display: inline-block !important
    }
}

.col-form-label.onlylabel {
    color: #999;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    text-align: center
}

@media (min-width:992px) {
    .col-form-label.onlylabel {
        padding: 1.25rem 1rem;
        padding-right: 0;
        padding-bottom: 0
    }
}

.hr-dashed {
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.25);
    width: 100%
}

.fileInput, .hideInput {
    width: 0
}

form small.error {
    clear: both
}

@media (max-width:575px) {
    .mobile-text-center {
        text-align: center !important
    }
}

::-webkit-input-placeholder {
    color: #2968e9 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #2968e9 !important;
    opacity: 1
}

::-ms-input-placeholder {
    color: #2968e9 !important;
    opacity: 1
}

::placeholder {
    color: #2968e9 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #2968e9 !important
}

::-ms-input-placeholder {
    color: #2968e9 !important
}

.form-control {
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #2968e9;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: "Open Sans", sans-serif;
    z-index: 1;
    position: relative
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #2968e9
    }

    .form-control:disabled, .form-control[readonly] {
        background: transparent;
        border-color: #fff;
        cursor: default;
        height: auto;
        /*Sandhya
        */
        padding-top: 2px;
        padding-bottom: 2px
    }

textarea.form-control {
    min-height: 100px;
    font-size: 13px
}

.form-group {
    margin-bottom: 1.55rem;
    position: relative
}

@media (min-width:576px) {
    .form-group {
        margin-bottom: 1.75rem
    }
}

.form-link {
    font-weight: 600
}

.col-form-label {
    color: #818181;
    margin-bottom: 0;
    font-size: 13px
}

.col-form-label-sm {
    color: #2968e9;
    font-size: 11px
}

.label-float {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0
}

.col-form-sublabel {
    color: #818181;
    margin-bottom: 0;
    font-size: 13px
}

select.form-control {
    background-image: url(../img/icons/select_bg.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 0.7rem;
    color: #2968e9
}

    select.form-control:not([size]):not([multiple]) {
        height: inherit
    }

    select.form-control:disabled, select.form-control[readonly] {
        background-image: none
    }

.form-control-plaintext {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-top: 0.125rem;
    border-top: none
}

    .form-control-plaintext a {
        font-size: .875rem;
        font-weight: 600;
        margin-left: 2px;
        text-decoration: underline
    }

.input-group-text {
    border-color: transparent;
    background: transparent
}

.input-group-prepend .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-position: 92% center;
    background-size: 10px 10px;
    padding-left: 12px
}

.custom-control {
    padding-left: 1.55rem
}

.custom-switch {
    padding-left: 0;
    padding-right: 2rem
}

    .custom-switch .custom-control-label:before {
        left: calc(100% + 4px);
        height: .65rem;
        background: #bbb;
        border-color: #bbb
    }

    .custom-switch .custom-control-label:after {
        top: 1px;
        left: calc(100% + 4px);
        background: #888;
        width: 16px;
        height: 16px
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label:before, .custom-switch .custom-control-input:focus ~ .custom-control-label:before {
        background: #bbb;
        border-color: #bbb;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label:after, .custom-switch .custom-control-input:focus ~ .custom-control-label:after {
        background: #2968e9;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.custom-control-label {
    color: #777;
    cursor: pointer;
    font-size: 13px
}

.custom-checkbox {
    min-height: 20px
}

    .custom-checkbox .custom-control-label {
        line-height: 20px;
        min-height: 20px
    }

        .custom-checkbox .custom-control-label:before {
            border-radius: 4px;
            width: 1.15rem;
            height: 1.15rem;
            top: 2px
        }

    .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
        color: #2968e9
    }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
            border-color: #2968e9;
            background-color: transparent
        }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
            left: -1.375rem;
            width: .875rem;
            height: .875rem;
            background-image: url(../img/icons/checkbox.svg);
            background-size: 90% 90%
        }

    .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label {
        color: #2968e9
    }

        .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
            background-color: transparent
        }

.custom-control-input:active ~ .custom-control-label:before {
    background-color: rgba(41, 104, 233, 0.4)
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
        border-color: #2968e9;
        background-color: transparent
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
        left: -1.375rem;
        width: .875rem;
        height: .875rem;
        background-image: url(../img/icons/checkbox.svg);
        background-size: 90% 90%
    }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
        background-color: transparent
    }

.custom-control-input:active ~ .custom-control-label:before {
    background-color: rgba(41, 104, 233, 0.4)
}


.custom-checkbox .custom-control-input-disabled:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-checkbox .custom-control-input-disabled:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-checkbox .custom-control-input-disabled:checked ~ .custom-control-label:before {
        border-color: #2968e9;
        background-color: transparent
    }

    .custom-checkbox .custom-control-input-disabled:checked ~ .custom-control-label:after {
        left: -1.375rem;
        width: .875rem;
        height: .875rem;
        background-image: url(../img/icons/checkbox.svg);
        background-size: 100% 100%
    }

.custom-checkbox .custom-control-input-disabled:disabled:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-checkbox .custom-control-input-disabled:disabled:checked ~ .custom-control-label:before {
        background-color: transparent
    }

.custom-control-input-disabled:active ~ .custom-control-label:before {
    background-color: rgba(41, 104, 233, 0.4)
}

.custom-radio .custom-control-label {
    line-height: 20px;
    min-height: 20px
}

    .custom-radio .custom-control-label:before {
        width: 1.25rem;
        height: 1.25rem;
        top: 0;
        left: -1.55rem
    }

    .custom-radio .custom-control-label:after {
        top: 50%;
        left: -1.3rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
        background-color: transparent;
        border-color: #2968e9
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
        width: .75rem;
        height: .75rem;
        border-radius: 50%;
        background: #2968e9
    }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label {
    color: #2968e9
}

    .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
        background-color: rgba(41, 104, 233, 0)
    }

.dateIcon {
    background-image: url(../img/icons/date.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px
}

.lowKey {
    opacity: 0;
    height: 0;
    width: 0;
    outline: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--disabled .selection .select2-selection {
    background-image: none
}

small.error {
    font-size: 11px;
    display: block;
    color: #dc3545;
    padding: 0 15px;
    opacity: .9
}

.icon-control {
    position: relative
}

    .icon-control [class*=icon-], .icon-control [class^=icon-] {
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 20px;
        color: #2968e9;
        z-index: 2
    }

    .icon-control .form-control {
        padding-left: 40px
    }

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

@media (min-width:768px) {
    .switchOrder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.switchOrder:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center
}

@media (min-width:768px) {
    .switchOrder:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: right
    }
}

.removeAppend {
    font-size: 11px;
    text-transform: uppercase;
    top: -15px;
    position: relative
}

.icon-green, .icon-grey {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 2px
}

.icon-green {
    background: #4bd28e;
    border-color: #4bd28e
}

.icon-grey {
    border-color: #ccc;
    background: #eee
}

.fl-form .fl-wrap {
    width: 100%
}

.hideSelect {
    display: none
}

.greyBg {
    background: #f9f9f9
}

.btn {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2rem;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.45rem 1.25rem;
    min-width: 90px;
    opacity: 1;
    font-family: "Open Sans", sans-serif;
    position: relative
}

    .btn.focus, .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn:hover {
        opacity: .95
    }

.btn-primary {
    color: #fff;
    border-color: #2968e9
}

    .btn-primary:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: url("../img/button_bg.png") no-repeat left bottom;
        background-size: cover;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        opacity: .5
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #2968e9;
        border-color: #2968e9
    }

        .btn-primary:hover:after {
            opacity: .25
        }

.btn-style {
    color: #fff;
    background: #25eab9;
    background: -moz-linear-gradient(45deg, #25eab9 0%, #4bd28e 100%);
    background: -webkit-linear-gradient(45deg, #25eab9 0%, #4bd28e 100%);
    background: -o-linear-gradient(45deg, #25eab9 0%, #4bd28e 100%);
    background: linear-gradient(45deg, #25eab9 0%, #4bd28e 100%);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

    .btn-style:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: url(../img/button_bg.png) no-repeat center bottom;
        background-size: cover;
        opacity: 1;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease
    }

    .btn-style.focus, .btn-style:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff
    }

    .btn-style:hover {
        border-color: transparent;
        color: #fff;
        -webkit-box-shadow: 0 0 8px rgba(75, 210, 142, 0.85) !important;
        box-shadow: 0 0 8px rgba(75, 210, 142, 0.85) !important
    }

        .btn-style:hover:after {
            opacity: .35
        }

.btn-link {
    color: #666
}

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

.btn-group-sm > .btn, .btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 11px
}

.text-success {
    color: #4bd28e !important
}

.text-primary {
    color: #2968e9 !important
}

.text-purple {
    color: #6836cd !important
}

.text-yellow {
    color: #ffb400 !important
}

a.text-success:focus, a.text-success:hover {
    color: #4bd28e !important
}

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

@media (min-width:768px) {
    .text-center-left {
        text-align: left
    }
}

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

@media (min-width:768px) {
    .text-center-right {
        text-align: right
    }
}

.text-left-right {
    text-align: left !important
}

@media (min-width:768px) {
    .text-left-right {
        text-align: right !important
    }
}

.text-small {
    font-size: 11px
}

.align-items-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.opactiy-0 {
    opacity: 0
}

.close {
    font-weight: lighter;
    position: absolute;
    right: 25px;
    top: 20px;
    padding: 5px 10px !important;
    z-index: 1;
    opacity: 1;
    font-size: 2.2rem;
    color: rgba(51, 51, 51, 0.8)
}

    .close:hover {
        opacity: 1;
        color: #333333
    }

    .close span {
        vertical-align: top
    }

.modal-header {
    padding: 1rem;
    border-bottom-color: transparent;
    position: relative
}

    .modal-header .close {
        font-size: 1.5rem;
        top: 26px;
        opacity: .75
    }

        .modal-header .close:hover {
            opacity: .6
        }

.modal-title {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    color: #666
}

.modal-titleIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f1f1f1;
    padding: .25rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .25rem
}

    .modal-titleIcon img {
        display: block;
        margin: 0 auto;
        width: 75%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.modal-body {
    padding: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .modal-body .modal-title {
        padding: 10px;
        padding-top: 0;
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #333
    }
    /*Changed color by vaishnav*/
    .modal-body p {
        color: rgb(50 47 54);
        margin-bottom: 0;
        font-size: 13px
    }

.modal-footer {
    padding: 1.5rem 1rem;
    padding-top: .875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-color: transparent
}

    .modal-footer > :not(:first-child) {
        margin-left: .375rem
    }

.modal-content {
    border-radius: 14px;
    border-color: transparent
}

.modal-dialog {
    max-width: 400px
}

    .modal-dialog.modal-md {
        max-width: 600px
    }

.modal-backdrop {
    background: #3a11b0
}

    .modal-backdrop.show {
        opacity: 0.5
    }

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

.text-normal {
    font-size: 13px
}

.font-weight-semi-bold {
    font-weight: 600
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
    color: #333;
    font-size: 13px;
    padding: 0;
    border-radius: 0 0 8px 8px;
}

    .dropdown-menu .dropdown-item {
        padding: 0.375rem 1rem;
        border: 1px solid #f9f9f9
    }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none
        }

.nav-tabs {
    position: relative;
    border: none
}
    /* Added font-weight by vaishnav*/
    .nav-tabs .nav-link {
        background: #eaeaea;
        border-radius: 12px 12px 0 0;
        padding: 8px 10px;
        color: #777;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        text-decoration: none;
        border: none;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent
    }

@media (min-width:576px) {
    .nav-tabs .nav-link {
        min-width: 100px !important;
        margin-right: 5px
    }
}

@media (min-width:992px) {
    .nav-tabs .nav-link {
        min-width: 100px !important;
        padding: 8px 15px
    }
}

.nav-tabs .nav-link b {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: -2px;
    margin-right: 4px
}

.nav-tabs .nav-link:hover {
    color: #2968e9;
    border-color: transparent
}

.nav-tabs .nav-link.active {
    background: rgba(41, 104, 233, 0.2);
    color: #2968e9;
    border-color: transparent;
    border-bottom-color: #2968e9
}

.nav-tabs .nav-link:last-child {
    margin-right: 0
}

.nav-tabs .nav-link.nav-add {
    background: rgba(75, 210, 142, 0.2);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #4bd28e
}

    .nav-tabs .nav-link.nav-add:hover {
        background: rgba(75, 210, 142, 0.25)
    }

.responsiveTabs {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .responsiveTabs {
        margin: 0
    }
}

.responsiveTabs .nav-tabs {
    border-radius: 12px;
    overflow: hidden
}

@media (min-width:768px) {
    .responsiveTabs .nav-tabs {
        border-radius: 0
    }
}

.responsiveTabs .nav-tabs .nav-link {
    display: block;
    min-width: 100%;
    border-radius: 0
}

@media (min-width:768px) {
    .responsiveTabs .nav-tabs .nav-link {
        display: inline-block;
        border-radius: 12px 12px 0 0
    }
}

.responsiveTabs .tabDropdown {
    border-radius: 8px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: rgba(41, 104, 233, 0.2);
    color: #2968e9;
    position: relative
}

    .responsiveTabs .tabDropdown.active {
        border-radius: 8px 8px 0 0
    }

    .responsiveTabs .tabDropdown b:first-child {
        margin-right: 4px
    }

    .responsiveTabs .tabDropdown b:last-child {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        color: #2968e9
    }

    .responsiveTabs .tabDropdown + .nav-tabs {
        border-radius: 0 0 8px 8px !important;
        display: none
    }

        .responsiveTabs .tabDropdown + .nav-tabs .nav-link {
            text-align: left;
            padding-left: 20px
        }

        .responsiveTabs .tabDropdown + .nav-tabs .active {
            display: none
        }

.tab-content {
    background: #fff;
    padding: 20px 15px;
    border-radius: 0 0 8px 8px !important;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05)
}

    .tab-content.noStyle {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

@media (min-width:576px) {
    .tab-content {
        border-radius: 0 12px 12px 12px !important
    }
}

@media (min-width:992px) {
    .tab-content {
        padding: 20px 25px
    }
}

.tab-content.rounded {
    border-radius: 0 0 8px 8px !important;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:576px) {
    .tab-content.rounded {
        border-radius: 0 0 12px 12px !important
    }
}

.badgeOutline {
    border: 1px solid #aaa;
    padding: 1px 4px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 9px;
    border-radius: 4px
}

/*!
 * Float Labels
 * @version: 3.3.8
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */

.fl-form .fl-wrap {
    position: relative
}

.fl-form label.fl-label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
    margin: 0;
    padding-top: 0;
    padding-left: 15px
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
    color: #333
}

.fl-form .fl-is-active label.fl-label {
    opacity: 1;
    visibility: visible;
    top: -18px
}

.fl-form .fl-is-required.fl-is-active:before {
    opacity: 0
}

.fl-form.fl-style-1 label.fl-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    z-index: -1
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
    top: -9px;
    padding: 3px
}

    .fl-form.fl-style-1 .fl-is-active label.fl-label:before {
        top: 9px
    }

.fl-form .input-group .fl-wrap {
    width: calc(100% - 57px)
}

    .fl-form .input-group .fl-wrap .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.intl-tel-input {
    width: 100%
}

.date-picker-wrapper {
    border: none;
    background: #fff;
    color: #333;
    font-size: 13px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans", sans-serif;
    padding: 0 10px !important;
    z-index: 4;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 15px
}

    .date-picker-wrapper .month-wrapper {
        padding: 5px;
        border: none;
        min-width: 240px
    }

        .date-picker-wrapper .month-wrapper table .day {
            padding: 8px 0;
            line-height: 1.5;
            font-size: 12px;
            font-weight: 400;
            width: 30px;
            height: 30px;
            text-align: center
        }

            .date-picker-wrapper .month-wrapper table .day.checked {
                background-color: rgba(41, 104, 233, 0.2)
            }

            .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
                background-color: rgba(41, 104, 233, 0.2)
            }

    .date-picker-wrapper .footer {
        display: none
    }

    .date-picker-wrapper .first-date-selected,
    .date-picker-wrapper .last-date-selected {
        background-color: #2968e9 !important
    }

    .date-picker-wrapper .drp_top-bar {
        display: none
    }

.datepicker {
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans", sans-serif;
    padding: 5px !important;
    margin: 0;
    border-radius: 4px
}

    .datepicker table {
        width: 100%
    }

        .datepicker table thead th {
            padding: 5px 0
        }

        .datepicker table tr td.active {
            color: #fff;
            background: #2968e9 !important;
            border-color: #2968e9
        }

            .datepicker table tr td.active:active {
                color: #fff;
                background: #2968e9 !important;
                border-color: #2968e9
            }

        .datepicker table tr td .highlighted {
            color: #fff;
            background: #2968e9 !important;
            border-color: #2968e9
        }

            .datepicker table tr td .highlighted:active {
                color: #fff;
                background: #2968e9 !important;
                border-color: #2968e9
            }

        .datepicker table .day {
            padding: 8px 0;
            line-height: 1.5;
            font-size: 13px;
            font-weight: 400;
            width: 34px;
            height: 34px;
            text-align: center
        }

            .datepicker table .day.checked {
                background-color: #333
            }

            .datepicker table .day.toMonth.hovering {
                background-color: rgba(51, 51, 51, 0.2)
            }

table.dataTable thead th:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px
}

table.dataTable thead td,
table.dataTable thead th {
    border-bottom: none
}

    table.dataTable thead td[data-orderable=false]:after,
    table.dataTable thead th[data-orderable=false]:after {
        display: none
    }

table.dataTable thead .sorting:after {
    background-image: url(../img/table/sort_both.png)
}

table.dataTable thead .sorting_asc:after {
    background-image: url(../img/table/sort_asc.png)
}

table.dataTable thead .sorting_desc:after {
    background-image: url(../img/table/sort_desc.png)
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    -webkit-box-shadow: none;
    box-shadow: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    background-position: 98% center;
    background: none !important
}

table.dataTable.no-footer {
    border-bottom: none
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    padding-left: 28px !important;
    padding-right: 5px !important
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
        top: 16px;
        background-color: #2968e9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent td {
    background: #f9f9f9
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td {
    background: #f9f9f9
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child ul.dtr-details {
    display: block
}

    table.dataTable.dtr-inline.collapsed > tbody > tr.child ul.dtr-details .dtr-data {
        padding-left: 10px
    }

        table.dataTable.dtr-inline.collapsed > tbody > tr.child ul.dtr-details .dtr-data .moretoggle:before {
            content: "View More";
            font-size: 13px;
            color: #2968e9
        }

        table.dataTable.dtr-inline.collapsed > tbody > tr.child ul.dtr-details .dtr-data .moretoggle b {
            display: none
        }

table.dataTable.fixedHeader-floating {
    display: none
}

@media (min-width: 768px) {
    table.dataTable.fixedHeader-floating {
        display: table;
        z-index: 1;
        border-collapse: separate;
        font-size: 13px;
        color: #656565;
        width: 100%;
        font-weight: 400;
        border-spacing: 0 8px;
        background: none
    }

        table.dataTable.fixedHeader-floating th {
            padding: 10px 14px !important
        }

        table.dataTable.fixedHeader-floating td {
            padding: 14px 14px !important
        }

        table.dataTable.fixedHeader-floating thead {
            background: #ecebf0
        }

            table.dataTable.fixedHeader-floating thead th {
                font-size: 11px;
                text-transform: uppercase;
                font-weight: 700;
                color: rgba(59, 31, 140, 0.45);
                border-right: 1px solid rgba(59, 31, 140, 0.01)
            }
}

@media (min-width: 768px) and (min-width: 768px) {
    table.dataTable.fixedHeader-floating thead th:first-child {
        border-radius: 10px 0 0 10px
    }

    table.dataTable.fixedHeader-floating thead th:last-child {
        border-radius: 0 10px 10px 0;
        border-right: none
    }
}

.dataTables_wrapper .dataTables_scroll {
    overflow: hidden
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody {
    border-bottom: none
}

    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody table.dataTable {
        border-spacing: 0
    }

        .dataTables_wrapper.no-footer div.dataTables_scrollBody > table thead th,
        .dataTables_wrapper.no-footer div.dataTables_scrollBody table.dataTable thead th {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

            .dataTables_wrapper.no-footer div.dataTables_scrollBody > table thead th:after,
            .dataTables_wrapper.no-footer div.dataTables_scrollBody table.dataTable thead th:after {
                display: none
            }

        .dataTables_wrapper.no-footer div.dataTables_scrollBody > table tbody tr td,
        .dataTables_wrapper.no-footer div.dataTables_scrollBody table.dataTable tbody tr td {
            border-bottom: 1px solid #f1f1f1;
            border-radius: 0 !important
        }

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #4a84fe;
    color: #fff;
    padding: 0 15px;
    z-index: 3
}

    header:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/login_background.png) no-repeat right top;
        background-size: cover
    }

@media (min-width: 992px) {
    header:before {
        background-size: none
    }
}

@media (min-width: 992px) {
    header {
        width: 100px;
        height: 100%;
        padding: 0;
        background: #4a84fe;
        background: -moz-linear-gradient(top, #4a84fe 0%, #693aee 100%);
        background: -webkit-linear-gradient(top, #4a84fe 0%, #693aee 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#4a84fe), to(#693aee));
        background: -o-linear-gradient(top, #4a84fe 0%, #693aee 100%);
        background: linear-gradient(to bottom, #4a84fe 0%, #693aee 100%)
    }
}

header .mobileMenu1 {
    display: block;
    position: absolute;
    right: 18px !important;
    top: 37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: contents;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px
}

@media (min-width: 992px) {
    header .mobileMenu {
        display: none
    }
}

header h1 {
    max-width: 80px;
    padding: 5px 0;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0
}

    header h1 img {
        display: block;
        margin: 0 auto
    }

@media (min-width: 992px) {
    header h1 {
        max-width: 100%;
        padding: 15px 12px;
        margin: 0 auto
    }
}

header nav {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: #4a84fe;
    background: -moz-linear-gradient(top, #4a84fe 0%, #693aee 70%);
    background: -webkit-linear-gradient(top, #4a84fe 0%, #693aee 70%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4a84fe), color-stop(70%, #693aee));
    background: -o-linear-gradient(top, #4a84fe 0%, #693aee 70%);
    background: linear-gradient(to bottom, #4a84fe 0%, #693aee 70%)
}

    header nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

@media (min-width: 992px) {
    header nav {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        top: 0;
        text-align: center;
        background: transparent;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

header nav ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

@media (min-width: 992px) {
    header nav ul li {
        border-bottom: none
    }
}

header nav ul li a {
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    opacity: .65;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    display: block
}

@media (min-width: 992px) {
    header nav ul li a {
        font-size: 12px;
        line-height: 12px;
        padding: 10px;
        padding-bottom: 15px
    }
}

header nav ul li a b {
    font-size: 22px;
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px
}

@media (min-width: 992px) {
    header nav ul li a b {
        font-size: 26px;
        margin: 0 auto;
        display: block
    }
}

header nav ul li a.active,
header nav ul li a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

    header nav ul li a.active b,
    header nav ul li a:hover b {
        opacity: 1
    }

header nav ul li a.active {
    background: #4353dd
}

.pageArea {
    padding-top: 46px;
    background: #f6f6f6 url(../img/login_background.png) no-repeat right top;
    background-size: cover;
    min-height: 100vh
}

@media (min-width: 992px) {
    .pageArea {
        padding: 0;
        padding-left: 100px;
        min-height: auto;
    }
}

.pageArea .pageHead {
    background: #fff;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(41, 104, 233, 0.15)
}

@media (min-width: 576px) {
    .pageArea .pageHead {
        padding: 8px 20px
    }
}

@media (min-width: 992px) {
    .pageArea .pageHead {
        height: 50px
    }
}

.pageArea .pageHead .pageHead-title {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding: 6px 0;
    max-width: 175px
}

@media (min-width: 576px) {
    .pageArea .pageHead .pageHead-title {
        width: auto;
        font-size: 18px;
        max-width: inherit
    }
}

.pageArea .pageHead .backLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    color: #2968e9;
    font-size: 15px;
    margin-right: 3px
}

    .pageArea .pageHead .backLink b {
        font-weight: bold
    }

    .pageArea .pageHead .backLink:hover {
        text-decoration: none
    }

.pageArea .pageHead .profileToggle {
    cursor: pointer;
    color: rgba(86, 35, 232, 0.45)
}

    .pageArea .pageHead .profileToggle span {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 3px
    }

    .pageArea .pageHead .profileToggle:after {
        content: "\276F";
        border: none;
        color: #999;
        font-size: 12px;
        font-weight: 400;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        vertical-align: middle
    }

.pageArea .pageHead .notifyToggle {
    color: rgba(86, 35, 232, 0.45);
    font-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .pageArea .pageHead .notifyToggle.highlight {
        position: relative
    }

        .pageArea .pageHead .notifyToggle.highlight:hover {
            text-decoration: none
        }

        .pageArea .pageHead .notifyToggle.highlight:after {
            content: "";
            position: absolute;
            right: 4px;
            top: 4px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #5623e8
        }

.pageArea .pagebody {
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    padding-bottom: 10px
}

@media (min-width: 576px) {
    .pageArea .pagebody {
        padding: 0px;
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    .pageArea .pagebody {
        min-height: calc(100vh - 85px)
    }
}

.pageArea .pagefooter {
    font-size: 12px;
    padding: 6px 20px;
    text-align: center;
    position: relative;
    background: #f6f6f6
}

@media (min-width: 992px) {
    .pageArea .pagefooter {
        text-align: right
    }
}

.pageArea .pagefooter a {
    margin: 0 15px;
    opacity: .9;
    display: inline-block
}

.emptyArea {
    text-align: center;
    padding: 20px 0
}

@media (min-width: 992px) {
    .emptyArea {
        padding: 0;
        max-width: 400px;
        height: 110px;
        margin-left: -200px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -55px
    }
}

.tableWrap {
    /*
    overflow: inherit;*/
    overflow: inherit;
}

.tableWrap-xl {
    overflow: inherit !important;
}

.tableWrap table {
    /*    border-collapse: separate;
    font-size: 14px;
    color: #656565;
    width: 100%;
    font-weight: 600;
    border-spacing: 0;*/
    border-collapse: separate;
    font-size: 13px;
    color: #656565;
    width: 100%;
    font-weight: 600;
    border-spacing: 0 8px;
}

    /* .tableWrap table th {
            padding: 10px 10px !important
        }

        .tableWrap table td {
            padding: 5px 5px !important
        }*/

    /* Changed by Ravi for proper padding*/
    .tableWrap table td {
        padding: 6px 5px !important
    }

    .tableWrap table thead {
        background: #ecebf0
    }
        /* Changed color by vaishnav*/
        .tableWrap table thead th {
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 600;
            color: rgb(50 47 54);
            border-right: 1px solid rgba(59, 31, 140, 0.01)
        }

@media (min-width: 768px) {
    .tableWrap table thead th:first-child {
        border-radius: 10px 0 0 10px
    }

    .tableWrap table thead th:last-child {
        border-radius: 0 10px 10px 0;
        border-right: none
    }
}

.tableWrap table tbody td {
    background: #fff
}

@media (min-width: 768px) {
    .tableWrap table tbody td:first-child {
        border-radius: 10px 0 0 10px
    }

    .tableWrap table tbody td:last-child {
        border-radius: 0 10px 10px 0
    }
}

.tableWrap table tbody tr {
    vertical-align: top
}

    .tableWrap table tbody tr .act-more {
        width: 16px;
        height: 16px;
        text-align: center;
        color: #2968e9;
        font-size: 10px;
        border-radius: 5px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        background: rgba(41, 104, 233, 0.2);
        position: relative
    }

        .tableWrap table tbody tr .act-more b {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            will-change: contents;
            pointer-events: none
        }

@media (min-width: 768px) {
    .tableWrap table tbody tr.act-tr-collapsed td:first-child {
        border-radius: 10px 0 0 10px;
    }

    .tableWrap table tbody tr.act-tr-collapsed td:last-child {
        border-radius: 0 10px 10px 0
    }
}

.tableWrap table tbody tr.act-tr-expanded td {
    position: relative;
    background: #f1f1f1
}

.tableWrap table tbody tr.unread .font-weight-semi-bold,
.tableWrap table tbody tr.unread td {
    font-weight: bold
}

.tableWrap table tbody tr.act-tr-level-1 {
    border-top: 1px solid #ddd
}

    .tableWrap table tbody tr.act-tr-level-1 td {
        position: relative;
        background: #f1f1f1
    }

.tableWrap table.rowTable tbody td {
    background: #f9f9f9
}

.tableWrap table.invertStyle tbody td {
    background: #fff !important
}

.tableWrap table.invertStyle tbody tr.act-tr-collapsed {
    border-top: 8px solid #f6f6f6
}

.tableWrap table.invertStyle tbody tr.act-tr-expanded {
    border-top: 8px solid #f6f6f6
}

.tableWrap table.xtraStyle {
    border-spacing: 0;
    border-collapse: collapse
}

    .tableWrap table.xtraStyle td {
        border-radius: 0 !important
    }

.tableWrap table.rowGroup tbody td {
    background: #f9f9f9;
    border-radius: 0 !important
}

.tableWrap table.rowGroup tbody tr.act-tr-collapsed {
    border-top: 8px solid #fff
}

.tableWrap table.rowGroup tbody tr.act-tr-expanded {
    border-top: 8px solid #fff
}

.tableWrap a:hover {
    text-decoration: none;
    opacity: .85
}

.tableWrap p {
    margin: 0
}

.tableWrap .textWrap {
    max-width: 260px
}

.tableWrap .docLink,
.tableWrap .tenantLink {
    font-weight: 700;
    color: #007bff;
    min-width: 100px
}

    .tableWrap .docLink:hover,
    .tableWrap .tenantLink:hover {
        text-decoration: none;
        opacity: .85
    }

.tableWrap .removeLink {
    width: 18px;
    height: 18px;
    background: rgba(220, 53, 69, 0.2);
    border-radius: 50%;
    padding: 3px;
    color: #dc3545;
    font-size: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative
}

    .tableWrap .removeLink b {
        font-weight: bold;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tableWrap .removeLink:hover {
        opacity: .85;
        text-decoration: none
    }

.tableLegends {
    padding: 10px;
    border-radius: 10px;
    font-size: 11px;
    background: #fff;
    margin: 5px 0;
    max-width: 100%;
    text-align: center;
    display: inline-table;
}

@media (min-width: 768px) {
    .tableLegends {
        float: right;
        margin: 5px;
        padding: 10px 15px;
        max-width: 300px
    }
}

@media (min-width: 768px) {
    .fixedTopbar.fixed {
        position: fixed;
        top: 0;
        left: 100px;
        z-index: 3;
        background: #fff;
        padding: 10px 20px;
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .fixedTopbar.fixed .tableOther {
        padding: 0 10px
    }
}

.tableOther a:not(.btn) {
    /* padding: 0 5px;*/
    font-size: 13px
}

    .tableOther a:not(.btn):hover {
        opacity: .85;
        text-decoration: none
    }

.tableSearch {
    position: relative;
    opacity: .75;
    margin-top: 15px
}

@media (min-width: 768px) {
    .tableSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        max-width: 300px;
        width: 95%
    }
}

.tableSearch .form-control {
    width: 100%;
    background: rgba(41, 104, 233, 0.15);
    color: #000
}

.tableSearch button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #2968e9;
    font-size: 16px;
    z-index: 1;
    width: 18px
}

    .tableSearch button b {
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.advSearch {
    padding: 5px 15px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .advSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        margin-left: 15px;
        border-left: 1px solid #eee
    }
}

.tableFilter {
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 6px 14px;
    color: #656565;
    margin: 15px 0;
    margin-bottom: 5px
}

    .tableFilter h3 {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        color: rgba(59, 31, 140, 0.45);
        margin: 0
    }

@media (min-width: 768px) {
    .tableFilter h3 {
        font-size: 12px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        width: 52px;
        margin: 0
    }
}

.tableFilter > ul {
    display: block
}

@media (min-width: 768px) {
    .tableFilter > ul {
        width: calc(100% - 60px);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle
    }
}

.tableFilter > ul > li {
    list-style: none;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .tableFilter > ul > li {
        width: auto;
        margin: 0;
        padding: 5px 10px;
        padding-right: 5px;
        border-right: 1px solid #eee
    }

        .tableFilter > ul > li:first-child {
            padding-left: 0
        }

        .tableFilter > ul > li:last-child {
            border: none;
            padding-right: 0
        }
}

.tableFilter .text-control {
    padding: 0;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #2968e9;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    max-width: 85px;
    cursor: pointer
}

.tableFilter .filterCheckbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 12px
}

.tableFilter .dateToggle {
    color: #2968e9;
    font-weight: 600;
    padding: 0 6px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .tableFilter .dateToggle b {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 2px
    }

.tableFilter .btn-group {
    margin-left: 2px;
    z-index: 4
}

    .tableFilter .btn-group .dropdown-toggle {
        color: #2968e9;
        font-weight: 600;
        padding: 0 6px;
        padding-right: 8px;
        cursor: pointer
    }

        .tableFilter .btn-group .dropdown-toggle span {
            margin-right: 4px
        }

        .tableFilter .btn-group .dropdown-toggle:after {
            content: "\276F";
            border: none;
            color: #2968e9;
            font-size: 10px;
            font-weight: 400;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            vertical-align: middle;
            z-index: 1;
            position: relative;
            margin-left: 0;
            margin-top: -2px
        }

        .tableFilter .btn-group .dropdown-toggle:hover {
            color: #2968e9;
            opacity: .85
        }

        .tableFilter .btn-group .dropdown-toggle.dateToggle {
            padding-right: 6px
        }

            .tableFilter .btn-group .dropdown-toggle.dateToggle:after {
                display: none
            }

    .tableFilter .btn-group.show .dropdown-toggle {
        position: relative
    }

        .tableFilter .btn-group.show .dropdown-toggle span {
            position: relative;
            z-index: 1
        }

        .tableFilter .btn-group.show .dropdown-toggle b {
            position: relative;
            z-index: 1
        }

        .tableFilter .btn-group.show .dropdown-toggle:before {
            content: "";
            position: absolute;
            left: 0;
            top: -10px;
            width: 100%;
            height: calc(100% + 18px);
            background: #fff;
            -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
            border: 1px solid #f9f9f9;
            border-right: none;
            border-radius: 8px 8px 0 0;
            z-index: 0
        }

    .tableFilter .btn-group .dropdown-menu {
        padding: 8px;
        margin-top: 6px;
        font-size: 12px;
        color: #555;
        border-radius: 8px 0 8px 8px
    }

        .tableFilter .btn-group .dropdown-menu .datepicker {
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: 220px;
            border-radius: 0;
            padding: 0 !important
        }

            .tableFilter .btn-group .dropdown-menu .datepicker:before {
                display: none
            }

        .tableFilter .btn-group .dropdown-menu ul {
            display: block;
            font-size: 12px
        }

            .tableFilter .btn-group .dropdown-menu ul li {
                margin: 4px 0;
                list-style: none;
                padding: 6px 10px;
                border-radius: 8px;
                cursor: pointer
            }

                .tableFilter .btn-group .dropdown-menu ul li:hover {
                    background: rgba(41, 104, 233, 0.08)
                }

            .tableFilter .btn-group .dropdown-menu ul.statusList li {
                padding-left: 22px
            }

                .tableFilter .btn-group .dropdown-menu ul.statusList li:before {
                    top: 12px;
                    left: 12px
                }

.partners_count,
.subtenant_count {
    color: #ccc;
    display: inline-block;
    vertical-align: top;
    max-width: 175px
}

    .partners_count.showCase,
    .subtenant_count.showCase {
        max-width: none;
        padding: 7px 16px;
        border-radius: 8px;
        background: #f9f9f9;
        margin-right: 5px;
        text-align: left
    }

        .partners_count.showCase:last-child,
        .subtenant_count.showCase:last-child {
            margin-right: 15px
        }

@media (min-width: 1200px) {
    .partners_count.showCase:last-child,
    .subtenant_count.showCase:last-child {
        margin-right: 0
    }
}

.partners_count.showCase small,
.subtenant_count.showCase small {
    font-size: 11px;
    color: #999
}

.partners_count.showCase span,
.subtenant_count.showCase span {
    font-size: 15px;
    margin-right: 6px
}

.partners_count span,
.subtenant_count span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    padding-bottom: 0
}

.partners_count a,
.subtenant_count a {
    font-size: 11px;
    font-weight: 600
}

.partners_count .statusBox,
.subtenant_count .statusBox {
    padding-left: 10px
}

    .partners_count .statusBox:before,
    .subtenant_count .statusBox:before {
        width: 7px;
        height: 7px;
        top: 6px
    }

@media (min-width: 768px) {
    .partners_count .statusBox,
    .subtenant_count .statusBox {
        padding-left: 10px
    }

        .partners_count .statusBox:before,
        .subtenant_count .statusBox:before {
            width: 7px;
            height: 7px;
            top: 6px
        }
}

.subtenant_detail .subtenant_count {
    padding-right: 15px;
    border-right: 1px solid #f1f1f1
}

.subtenant_detail .partners_count {
    padding-left: 15px
}

.statusList {
    font-size: 11px;
    font-weight: 600
}

@media (min-width: 768px) {
    .statusList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-items: center
    }
}

.statusList li {
    padding-left: 10px;
    position: relative;
    list-style: none;
    margin-right: 12px;
    display: inline-block
}

@media (min-width: 768px) {
    .statusList li {
        display: block
    }
}

.statusList li:last-child {
    margin-right: 0
}

.statusList li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px
}

.statusList li.noMark:before {
    background: transparent;
    border-color: transparent
}

.statusList li.activeMark {
    color: #4bd28e
}

    .statusList li.activeMark:before {
        background: #4bd28e;
        border-color: #4bd28e
    }

.statusList li.pendingMark {
    color: #bbb
}

    .statusList li.pendingMark:before {
        background: #fff;
        border-color: #bbb
    }

.statusList li.testingMark {
    color: #6836cd
}

    .statusList li.testingMark:before {
        background: #6836cd;
        border-color: #6836cd
    }

.statusList li.productionMark {
    color: #ffb400
}



    .statusList li.productionMark:before {
        background: #ffb400;
        border-color: #ffb400
    }

.statusList li.disabledMark {
    color: #dc3545
}

    .statusList li.disabledMark:before {
        background: #dc3545;
        border-color: #dc3545
    }

.statusBox {
    padding-left: 10px;
    position: relative
}

    .statusBox:before {
        content: "";
        width: 6px;
        height: 6px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        border-radius: 50%;
        border: 1px solid #ddd;
        margin-right: 5px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 7px
    }

@media (min-width: 768px) {
    .statusBox {
        padding-left: 15px
    }

        .statusBox:before {
            width: 9px;
            height: 9px;
            top: 5px
        }
}

.statusBox.noMark:before {
    background: transparent;
    border-color: transparent
}

.statusBox.activeMark:before {
    background: #4bd28e;
    border-color: #4bd28e
}

.statusBox.dangerMark:before {
    background: #ff0000;
    border-color: #ff0000;
}


.statusBox.pendingMark:before {
    background: #fff;
    border-color: #bbb
}

.statusBox.testingMark:before {
    background: #6836cd;
    border-color: #6836cd
}

.statusBox.productionMark:before {
    background: #ffb400;
    border-color: #ffb400
}

.statusBox.disabledMark:before {
    background: #dc3545;
    border-color: #dc3545
}

.more-group .moretoggle {
    color: #2968e9;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer
}

    .more-group .moretoggle:after {
        display: none
    }

    .more-group .moretoggle:hover {
        color: #2968e9;
        opacity: .85
    }

.more-group.show .moretoggle {
    opacity: .65
}

.more-group .dropdown-menu {
    padding: 8px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    border-radius: 8px;
    min-width: 130px;
    position: absolute
}

    .more-group .dropdown-menu ul {
        display: block;
        font-size: 12px
    }

        .more-group .dropdown-menu ul li {
            margin: 4px 0;
            list-style: none;
            padding: 6px 8px;
            border-radius: 8px;
            cursor: pointer
        }

            .more-group .dropdown-menu ul li:hover {
                background: rgba(41, 104, 233, 0.08)
            }

            .more-group .dropdown-menu ul li a {
                display: block
            }

            .more-group .dropdown-menu ul li b {
                font-size: 14px;
                font-weight: 600;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                vertical-align: middle;
                margin-right: 2px;
                margin-top: -2px
            }

.addSquare {
    padding: 3px 4px;
    background: #4bd28e;
    border-radius: 4px;
    margin-top: -2px;
    margin-left: 2px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    vertical-align: middle
}

    .addSquare b {
        font-size: 9px
    }

    .addSquare:hover {
        opacity: .85;
        color: #fff;
        text-decoration: none
    }

.dateCol {
    width: 100px !important
}

.moreCol {
    width: 20px !important
}

@media (min-width: 768px) {
    .loadMore {
        margin-top: -36px
    }
}

.createSection {
    padding: 0;
    position: relative
}

@media (min-width: 992px) {
    .createSection {
        padding: 5px
    }
}

.collapseBox {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .collapseBox {
        margin-left: -5px;
        margin-right: -5px
    }
}

.collapseBox:last-child {
    margin-bottom: 0
}

.collapseBox .collapseBox-head {
    position: relative;
    padding: 6px 10px
}

@media (min-width: 992px) {
    .collapseBox .collapseBox-head {
        padding: 10px 15px
    }
}

.collapseBox .collapseBox-head h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: rgba(59, 31, 140, 0.35);
    margin: 0;
    padding: 5px 0
}

.collapseBox .collapseBox-head .removeAppend {
    position: absolute;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.collapseBox .collapseBox-head span {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: contents;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #2968e9;
    font-size: 11px;
    border-radius: 6px;
    display: block;
    background: rgba(41, 104, 233, 0.25)
}

@media (min-width: 992px) {
    .collapseBox .collapseBox-head span {
        right: 15px
    }
}

.collapseBox .collapseBox-head span b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: contents
}

.collapseBox .collapseBox-body {
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid transparent
}

@media (min-width: 992px) {
    .collapseBox .collapseBox-body {
        padding: 0 25px
    }
}

.collapseBox .collapseBox-body.show {
    border-top-color: #ddd;
    height: auto;
    padding-top: 25px;
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .collapseBox .collapseBox-body.show {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.non-collapsebox {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px 20px;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .non-collapsebox {
        margin: -15px;
        margin-bottom: 20px
    }
}

.non-collapsebox:last-child {
    margin-bottom: 0
}

.customFile {
    position: relative
}

    .customFile .logoFile,
    .customFile .logoUpload {
        border-radius: 12px;
        border: 1px solid #2968e9;
        color: #2968e9;
        text-align: center;
        max-width: 180px;
        min-width: 100%;
        height: 80px;
        margin: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        cursor: pointer
    }

@media (min-width: 992px) {
    .customFile .logoFile,
    .customFile .logoUpload {
        min-width: 180px
    }
}

.customFile .logoUpload {
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

    .customFile .logoUpload.hide {
        opacity: 0
    }

.customFile .logoFile {
    background: #fff;
    border-color: #eee;
    overflow: hidden
}

    .customFile .logoFile img {
        display: block;
        margin: 0;
        max-width: 100%
    }

.customFile .text-light {
    display: block;
    padding: 0 5px;
    width: 100%;
    font-size: 10px;
    text-align: center
}

@media (min-width: 1200px) {
    .customFile .text-light {
        display: inline-block;
        vertical-align: middle;
        max-width: 70px;
        text-align: left;
        font-size: 11px
    }
}

.customFile + .error {
    padding: 0 5px
}

.skipLinks {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    -webkit-box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.05)
}

@media (min-width: 576px) {
    .skipLinks {
        border-radius: 0
    }
}

@media (min-width: 768px) {
    .skipLinks {
        text-align: right;
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.callUpload:hover {
    text-decoration: none;
    opacity: .85
}

.uploadTags-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: rgba(59, 31, 140, 0.35);
    margin: 0;
    padding: 0 10px;
    padding-bottom: 4px
}

.uploadTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .uploadTags:empty:before {
        content: "No file chosen";
        font-size: 12px;
        color: #ccc;
        padding: 0 10px;
        display: block
    }

    .uploadTags li {
        list-style: none;
        font-size: 13px;
        color: #222;
        margin: 0 5px;
        padding: 5px;
        position: relative
    }

        .uploadTags li span {
            width: 18px;
            height: 18px;
            background: rgba(220, 53, 69, 0.2);
            border-radius: 50%;
            padding: 3px;
            text-align: center;
            color: #dc3545;
            font-size: 9px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            vertical-align: middle;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            position: absolute;
            left: 5px;
            top: 6px
        }

            .uploadTags li span b {
                font-weight: bold
            }

            .uploadTags li span:hover {
                opacity: .85
            }

        .uploadTags li .hesh {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            vertical-align: middle;
            padding-left: 24px
        }

.overlayButtons {
    position: absolute;
    right: 0;
    top: -53px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px 0
}

@media (min-width: 768px) {
    .overlayButtons {
        position: absolute;
        right: 15px;
        top: 5px;
        width: auto;
        text-align: right;
        padding: 0;
        background: transparent
    }
}

.createSection .tab-content {
    margin-top: 40px
}

@media (min-width: 768px) {
    .createSection .tab-content {
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .createSection .tab-content {
        position: relative
    }
}

body.stopScroll {
    overflow: hidden
}

.subTenant-view {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

    .subTenant-view:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(104, 54, 205, 0);
        -webkit-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms
    }

    .subTenant-view .subTenant-info {
        margin: 5px;
        padding: 20px 10px;
        border-radius: 10px;
        background: #fff;
        position: relative;
        height: calc(100vh - 10px);
        opacity: 1;
        -webkit-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease
    }

@media (min-width: 768px) {
    .subTenant-view .subTenant-info {
        margin: 0;
        width: calc(100% - 30px);
        padding: 20px;
        border-radius: 10px 0 0 10px;
        float: right;
        height: 100vh
    }
}

@media (min-width: 992px) {
    .subTenant-view .subTenant-info {
        width: 88%
    }
}

.subTenant-view .subTenant-info .toggleView {
    position: absolute;
    right: 0;
    opacity: 0;
    border-radius: 8px 0 0 8px;
    top: 20px;
    background: #2968e9;
    color: #fff;
    width: 30px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: left 200ms ease 400ms;
    -o-transition: left 200ms ease 400ms;
    transition: left 200ms ease 400ms;
    z-index: 1
}

@media (min-width: 768px) {
    .subTenant-view .subTenant-info .toggleView {
        left: -18px;
        top: 50px;
        width: 18px
    }
}

.subTenant-view .subTenant-info .toggleView b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.subTenant-view .tableFilter {
    background: #f9f9f9;
    margin-top: 10px
}

@media (min-width: 768px) {
    .subTenant-view .tableFilter {
        margin-top: 15px
    }
}

.subTenant-view .tableSearch {
    margin-top: 10px
}

@media (min-width: 768px) {
    .subTenant-view .tableSearch {
        margin-top: 0
    }
}

.subTenant-view .tableLegends {
    margin-top: 0
}

@media (min-width: 768px) {
    .subTenant-view .tableLegends {
        margin-top: 10px
    }
}

@media (min-width: 768px) {
    .subTenant-view .loadMore {
        margin-top: -34px
    }
}

.subTenant-view.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms
}

    .subTenant-view.show:before {
        background: rgba(104, 54, 205, 0.35);
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

    .subTenant-view.show .subTenant-info {
        opacity: 1
    }

        .subTenant-view.show .subTenant-info .toggleView {
            opacity: 1
        }

.user_Box {
    color: #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f9f9f9;
    margin-left: 15px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .user_Box {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .user_Box {
        margin-left: 0
    }
}

.user_Box h2 {
    font-size: 15px;
    margin-right: 6px;
    font-weight: 700;
    color: #666;
    padding-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px
}

.user_Box a {
    color: #2968e9;
    font-size: 15px;
    margin: 0 5px;
    position: relative
}

    .user_Box a b {
        font-weight: normal
    }

    .user_Box a:hover {
        text-decoration: none;
        opacity: .85
    }

    .user_Box a:last-child {
        font-size: 14px
    }

        .user_Box a:last-child:before {
            content: "";
            position: absolute;
            left: -7px;
            top: 2%;
            width: 1px;
            height: 96%;
            background: #ddd
        }

.darkSection {
    background: #333;
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 2 !important;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media (min-width: 768px) {
    .darkSection {
        -webkit-transform: translate(calc(-100% + 50px), 0);
        -ms-transform: translate(calc(-100% + 50px), 0);
        transform: translate(calc(-100% + 50px), 0)
    }
}

.darkSection.hide {
    -webkit-transform: translate(-99%, 0);
    -ms-transform: translate(-99%, 0);
    transform: translate(-99%, 0)
}

@media (min-width: 768px) {
    .darkSection.hide {
        -webkit-transform: translate(calc(-100% + 10px), 0);
        -ms-transform: translate(calc(-100% + 10px), 0);
        transform: translate(calc(-100% + 10px), 0)
    }
}

.darkSection .tableWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

    .darkSection .tableWrap table thead {
        background: rgba(255, 255, 255, 0)
    }

        .darkSection .tableWrap table thead th {
            color: rgba(255, 255, 255, 0.5)
        }

    .darkSection .tableWrap table tbody tr {
        background: rgba(255, 255, 255, 0)
    }

        .darkSection .tableWrap table tbody tr td {
            background: rgba(255, 255, 255, 0);
            border-bottom-color: rgba(255, 255, 255, 0.02) !important
        }

.darkSection:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.darkSection + .leftSection {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media (min-width: 768px) {
    .darkSection + .leftSection {
        -webkit-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
}

.darkSection + .leftSection.hide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (min-width: 768px) {
    .darkSection + .leftSection.hide {
        -webkit-transform: translate(calc(-100% + 20px), 0);
        -ms-transform: translate(calc(-100% + 20px), 0);
        transform: translate(calc(-100% + 20px), 0)
    }
}

@media (min-width: 768px) {
    .darkSection + .leftSection + .restSection {
        padding-left: 355px
    }
}

.darkSection,
.leftSection {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh - 50px);
    padding: 10px;
    -webkit-transition: -webkit-transform 700ms ease-in-out;
    transition: -webkit-transform 700ms ease-in-out;
    -o-transition: transform 700ms ease-in-out;
    transition: transform 700ms ease-in-out;
    transition: transform 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
    z-index: 1
}

@media (min-width: 768px) {
    .darkSection,
    .leftSection {
        width: 390px;
        left: 0;
        top: 0;
        padding: 15px 10px;
        height: calc(100vh - 50px)
    }
}

@media (min-width: 768px) {
    .darkSection.fixed,
    .leftSection.fixed {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100px
    }
}

.darkSection .emptyState,
.leftSection .emptyState {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 25px;
    text-align: center
}

    .darkSection .emptyState h3,
    .leftSection .emptyState h3 {
        font-size: 13px;
        color: #333;
        font-weight: 600;
        margin: 0
    }

    .darkSection .emptyState p,
    .leftSection .emptyState p {
        font-size: 12px;
        color: #888;
        margin: 0
    }

.darkSection .toggleView,
.leftSection .toggleView {
    position: absolute;
    top: 20px;
    right: -30px;
    opacity: 1;
    border-radius: 0 8px 8px 0;
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: left 200ms ease 400ms;
    -o-transition: left 200ms ease 400ms;
    transition: left 200ms ease 400ms;
    z-index: 1
}

@media (min-width: 768px) {
    .darkSection .toggleView,
    .leftSection .toggleView {
        right: -18px;
        top: 20px;
        width: 18px
    }
}

.darkSection .toggleView b,
.leftSection .toggleView b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -2px
}

.darkSection .toggleView:hover,
.leftSection .toggleView:hover {
    opacity: .85
}

.darkSection .tableWrap,
.leftSection .tableWrap {
    margin-top: 15px;
    max-height: calc(100% - 85px)
}

@media (min-width: 768px) {
    .darkSection .tableWrap,
    .leftSection .tableWrap {
        max-height: calc(100% - 85px)
    }
}

.darkSection .tableWrap table td,
.darkSection .tableWrap table th,
.leftSection .tableWrap table td,
.leftSection .tableWrap table th {
    padding: 8px !important
}

.darkSection .tableWrap table thead th:first-child,
.leftSection .tableWrap table thead th:first-child {
    border-radius: 0
}

.darkSection .tableWrap table thead th:last-child,
.leftSection .tableWrap table thead th:last-child {
    border-radius: 0
}

.darkSection .tableWrap table tbody tr td,
.leftSection .tableWrap table tbody tr td {
    border-bottom-width: 3px !important
}

    .darkSection .tableWrap table tbody tr td:first-child,
    .leftSection .tableWrap table tbody tr td:first-child {
        border-radius: 0
    }

    .darkSection .tableWrap table tbody tr td:last-child,
    .leftSection .tableWrap table tbody tr td:last-child {
        border-radius: 0
    }

.leftSection {
    background: #fff;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-box-shadow: 0 0 12px rgba(104, 54, 205, 0.25);
    box-shadow: 0 0 12px rgba(104, 54, 205, 0.25);
    z-index: 1
}

@media (min-width: 768px) {
    .leftSection {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-shadow: 0 10px 12px rgba(104, 54, 205, 0.2);
        box-shadow: 0 10px 12px rgba(104, 54, 205, 0.2)
    }
}

.leftSection.hide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (min-width: 768px) {
    .leftSection.hide {
        -webkit-transform: translate(calc(-100% + 10px), 0);
        -ms-transform: translate(calc(-100% + 10px), 0);
        transform: translate(calc(-100% + 10px), 0)
    }
}

.leftSection.hide .toggleView {
    right: 0;
    border-radius: 8px 0 0 8px
}

@media (min-width: 768px) {
    .leftSection.hide .toggleView {
        right: -18px;
        top: 20px;
        width: 18px;
        border-radius: 0 8px 8px 0
    }
}

.leftSection .tableWrap {
    border-top: 1px solid #eee
}

    .leftSection .tableWrap table thead {
        background: #fff
    }

    .leftSection .tableWrap table tbody tr td {
        background: #f9f9f9;
        border-color: #fff !important
    }

.restSection {
    padding: 0;
    -webkit-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out
}

@media (min-width: 768px) {
    .restSection {
        padding: 0;
        padding-left: 385px
    }
}

.restSection .form-group-plaintext,
.viewText .form-group-plaintext {
    margin-bottom: 1.5rem
}

.restSection .col-form-label-plaintext,
.viewText .col-form-label-plaintext {
    text-transform: uppercase;
    color: rgba(161, 153, 199, 0.85);
    font-weight: 600;
    font-size: 11px
}

.restSection .form-control-plaintext,
.viewText .form-control-plaintext {
    font-size: 13px;
    color: #555;
    padding: 2px
}

.restSection .viewlogoFile,
.viewText .viewlogoFile {
    border-radius: 12px;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    max-width: 180px;
    min-width: 100%;
    height: 80px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden
}

@media (min-width: 992px) {
    .restSection .viewlogoFile,
    .viewText .viewlogoFile {
        min-width: 180px
    }
}

.restSection .collapseBox,
.viewText .collapseBox {
    margin-left: 0;
    margin-right: 0
}

    .restSection .collapseBox .collapseBox-text,
    .viewText .collapseBox .collapseBox-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media (min-width: 768px) {
    .restSection .collapseBox .collapseBox-text,
    .viewText .collapseBox .collapseBox-text {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.restSection .collapseBox .collapseBox-text .form-group-plaintext,
.viewText .collapseBox .collapseBox-text .form-group-plaintext {
    margin-bottom: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px
}

@media (min-width: 768px) {
    .restSection .collapseBox .collapseBox-text .form-group-plaintext:last-child .col-form-label-plaintext,
    .viewText .collapseBox .collapseBox-text .form-group-plaintext:last-child .col-form-label-plaintext {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

.restSection .collapseBox .collapseBox-text .col-form-label-plaintext,
.viewText .collapseBox .collapseBox-text .col-form-label-plaintext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    padding: 4px 5px;
    min-width: 135px
}

.restSection .collapseBox .collapseBox-text .form-control-plaintext,
.viewText .collapseBox .collapseBox-text .form-control-plaintext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

@media (min-width: 768px) {
    .restSection .dataTable,
    .viewText .dataTable {
        -webkit-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        width: 100% !important;
        margin: 0
    }
}

@media (min-width: 768px) {
    .fullView .restSection {
        padding-left: 15px !important
    }
}

.otherInfo {
    max-width: 100%;
    display: inline-block;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .otherInfo {
        display: block;
        padding-bottom: 0;
        max-width: 320px
    }
}

.otherInfo > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .otherInfo > ul > li {
        list-style: none;
        padding: 0 15px;
        border-right: 1px solid #ddd
    }

@media (min-width: 768px) {
    .otherInfo > ul > li {
        padding: 0 20px
    }
}

.otherInfo > ul > li:last-child {
    border-right: none
}

.otherInfo small {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    color: #888
}

.otherInfo span {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
    color: #555;
    margin-right: 5px
}

.settingLinks {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 12px;
    max-width: 100%;
    display: block;
    text-align: center
}

@media (min-width: 768px) {
    .settingLinks {
        max-width: 320px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.settingLinks b {
    font-size: 14px
}

.settingLinks > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .settingLinks > ul > li {
        list-style: none;
        padding: 0 15px;
        border-right: 1px solid #ddd
    }

@media (min-width: 768px) {
    .settingLinks > ul > li {
        padding: 0 16px
    }
}

.settingLinks > ul > li:last-child {
    border-right: none;
    padding-right: 0
}

.settingLinks > ul > li:first-child {
    padding-left: 0
}

.settingLinks > ul > li img {
    max-width: 36px
}

.settingLinks a {
    color: #2968e9
}

    .settingLinks a:hover {
        text-decoration: none;
        opacity: .85
    }

    .settingLinks a b {
        margin-right: 4px;
        margin-top: -2px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -ms-flex-line-pack: center;
        align-content: center
    }

.history-view {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

    .history-view:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(104, 54, 205, 0);
        -webkit-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms
    }

    .history-view .historyList {
        background: #fff;
        position: relative;
        right: -1%;
        top: 1%;
        width: 98%;
        height: 98%;
        padding: 15px;
        z-index: 1;
        -webkit-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        border-radius: 12px
    }

@media (min-width: 768px) {
    .history-view .historyList {
        right: 0;
        top: 0;
        width: 400px;
        height: 100%;
        padding: 20px 25px;
        border-radius: 12px 0 0 12px;
        float: right
    }
}

.history-view .historyList .toggleView {
    position: absolute;
    top: 20px;
    left: calc(100% - 30px);
    opacity: 1;
    border-radius: 8px 0 0 8px;
    background: #2968e9;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: left 200ms ease 400ms;
    -o-transition: left 200ms ease 400ms;
    transition: left 200ms ease 400ms;
    z-index: 1
}

    .history-view .historyList .toggleView:hover {
        opacity: .85
    }

@media (min-width: 768px) {
    .history-view .historyList .toggleView {
        left: -18px;
        top: 50px;
        width: 18px
    }
}

.history-view .historyList .toggleView b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.history-view .historyList h3 {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

    .history-view .historyList h3 b {
        margin-right: 4px;
        margin-top: -2px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -ms-flex-line-pack: center;
        align-content: center
    }

.history-view .historyList ul {
    max-height: calc(100% - 35px);
    overflow: auto
}

    .history-view .historyList ul li {
        background: #f9f9f9;
        padding: 10px 20px;
        margin: 5px 0;
        list-style: none
    }

        .history-view .historyList ul li p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #a2a2a2
        }

            .history-view .historyList ul li p:first-child {
                color: #444
            }

        .history-view .historyList ul li strong {
            color: #222;
            font-weight: 600
        }

        .history-view .historyList ul li span {
            color: #2968e9
        }

        .history-view .historyList ul li small {
            opacity: .85;
            display: block;
            font-size: 12px;
            color: #a2a2a2
        }

.history-view.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms
}

    .history-view.show:before {
        background: rgba(104, 54, 205, 0.35);
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

    .history-view.show .historyList {
        opacity: 1
    }

        .history-view.show .historyList .toggleView {
            opacity: 1
        }

.doc-view,
.history-view,
.raw-view {
    position: fixed;
    right: 0;
    top: 0;
    width: 105%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

    .doc-view:before,
    .history-view:before,
    .raw-view:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(104, 54, 205, 0);
        -webkit-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms
    }

    .doc-view .viewTitle,
    .history-view .viewTitle,
    .raw-view .viewTitle {
        font-size: 14px;
        color: #555;
        font-weight: 600
    }

@media (min-width: 768px) {
    .doc-view .viewTitle.pushDown,
    .raw-view .viewTitle.pushDown {
        margin-bottom: -28px;
        margin-top: 14px
    }
}

.doc-view .doc-info,
.doc-view .raw-info,
.history-view .doc-info,
.history-view .raw-info,
.raw-view .doc-info,
.raw-view .raw-info {
    margin: 5px;
    padding: 20px 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    height: calc(100vh - 10px);
    opacity: 1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

@media (min-width: 768px) {
    .doc-view .doc-info,
    .doc-view .raw-info,
    .history-view .doc-info,
    .history-view .raw-info,
    .raw-view .doc-info,
    .raw-view .raw-info {
        margin: 0;
        width: calc(100% - 30px);
        padding: 20px;
        border-radius: 10px 0 0 10px;
        float: right;
        height: 100vh
    }
}

@media (min-width: 992px) {
    .doc-view .doc-info,
    .doc-view .raw-info,
    .history-view .doc-info,
    .history-view .raw-info,
    .raw-view .doc-info,
    .raw-view .raw-info {
        width: 88%
    }
}

.doc-view .doc-info .toggleView,
.doc-view .raw-info .toggleView,
.history-view .doc-info .toggleView,
.history-view .raw-info .toggleView,
.raw-view .doc-info .toggleView,
.raw-view .raw-info .toggleView {
    position: absolute;
    right: 0;
    opacity: 1;
    border-radius: 8px 0 0 8px;
    top: 20px;
    background: #2968e9;
    color: #fff;
    width: 30px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: left 200ms ease 400ms;
    -o-transition: left 200ms ease 400ms;
    transition: left 200ms ease 400ms;
    z-index: 1
}

@media (min-width: 768px) {
    .doc-view .doc-info .toggleView,
    .doc-view .raw-info .toggleView,
    .history-view .doc-info .toggleView,
    .history-view .raw-info .toggleView,
    .raw-view .doc-info .toggleView,
    .raw-view .raw-info .toggleView {
        left: -18px;
        top: 50px;
        width: 18px
    }
}

.doc-view .doc-info .toggleView b,
.doc-view .raw-info .toggleView b,
.history-view .doc-info .toggleView b,
.history-view .raw-info .toggleView b,
.raw-view .doc-info .toggleView b,
.raw-view .raw-info .toggleView b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.doc-view .doc-scroll,
.history-view .doc-scroll,
.raw-view .doc-scroll {
    overflow: auto;
    height: calc(100vh - 95px);
    padding-right: 5px
}

.doc-view .raw-scroll,
.history-view .raw-scroll,
.raw-view .raw-scroll {
    height: calc(100vh - 155px)
}

.doc-view.show,
.history-view.show,
.raw-view.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms
}

    .doc-view.show:before,
    .history-view.show:before,
    .raw-view.show:before {
        background: rgba(104, 54, 205, 0.35);
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

    .doc-view.show .doc-info,
    .doc-view.show .raw-info,
    .history-view.show .doc-info,
    .history-view.show .raw-info,
    .raw-view.show .doc-info,
    .raw-view.show .raw-info {
        opacity: 1
    }

        .doc-view.show .doc-info .toggleView,
        .doc-view.show .raw-info .toggleView,
        .history-view.show .doc-info .toggleView,
        .history-view.show .raw-info .toggleView,
        .raw-view.show .doc-info .toggleView,
        .raw-view.show .raw-info .toggleView {
            opacity: 1
        }

.greyBg {
    background: #f9f9f9
}

.productID {
    color: rgba(104, 54, 205, 0.45);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600
}

.compare-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

@media (min-width: 768px) {
    .compare-wrap {
        margin-left: -5px;
        margin-right: -5px
    }
}

.compare-wrap .compare-head {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.compare-wrap .compare-body {
    width: 100%;
    overflow: auto;
    height: calc(100% - 35px)
}

.compare-wrap .compare-col {
    width: 50%;
    height: 100%;
    padding: 5px;
    position: relative
}

    .compare-wrap .compare-col.fullScreen {
        width: 100%
    }

    .compare-wrap .compare-col .compare-title {
        padding: 10px 20px;
        font-size: 13px;
        color: #666;
        font-weight: 700;
        border-radius: 8px;
        background: #eee;
        margin: 0;
        width: 100%
    }

    .compare-wrap .compare-col .compare-text {
        background: #f9f9f9;
        font-size: 13px;
        color: #444;
        padding: 15px 20px;
        border-radius: 8px;
        height: 100%
    }

    .compare-wrap .compare-col .viewFull {
        width: 20px;
        height: 20px;
        background: rgba(104, 54, 205, 0.15);
        text-align: center;
        color: #2968e9;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 6px
    }

        .compare-wrap .compare-col .viewFull b {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

.searchWrap {
    padding-bottom: 10px
}

.searchPanel {
    position: relative;
    z-index: 3;
    margin: -20px -15px;
    margin-bottom: 0;
    background: #fff
}

@media (min-width: 768px) {
    .searchPanel {
        margin: -20px -25px;
        margin-bottom: 0
    }
}

.searchPanel .searchPanel-head {
    padding: 10px 15px;
    padding-right: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .searchPanel .searchPanel-head {
        padding: 15px 25px;
        padding-right: 50px
    }
}

.searchPanel .searchPanel-head h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px
}

.searchPanel .searchPanel-head p {
    margin: 0;
    font-size: 13px;
    color: #777
}

.searchPanel .searchPanel-head span {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: contents;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #2968e9;
    font-size: 11px;
    border-radius: 6px;
    display: block;
    background: rgba(41, 104, 233, 0.25)
}

@media (min-width: 992px) {
    .searchPanel .searchPanel-head span {
        right: 15px
    }
}

.searchPanel .searchPanel-head span b {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: contents
}

.searchPanel .searchPanel-body {
    padding: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 0 0 12px 12px
}

@media (min-width: 768px) {
    .searchPanel .searchPanel-body {
        padding: 25px
    }
}

.searchPanel .searchPanel-body .form-group {
    margin-bottom: 1.871rem
}

.searchPanel .searchPanel-body fieldset:last-child {
    border-top: 1px solid #eee
}

.searchTags {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    background: #fff
}

@media (min-width: 768px) {
    .searchTags {
        margin: 0 -25px;
        padding: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }
}

.searchTags a:hover {
    text-decoration: none;
    opacity: .85
}

.searchTags p {
    color: #555;
    margin-bottom: 5px;
    padding: 0 5px;
    text-align: left
}

@media (min-width: 768px) {
    .searchTags p {
        margin: 0;
        padding: 0
    }
}

.searchTags .clearLink {
    text-transform: uppercase;
    color: #666
}

.searchTags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .searchTags ul {
        margin: 0 15px;
        width: calc(100% - 175px);
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.searchTags ul .searchItem {
    margin: 4px;
    list-style: none;
    padding: 5px 10px;
    padding-left: 22px;
    border-radius: 8px;
    background: #eee;
    color: #aaa;
    text-align: center;
    position: relative
}

    .searchTags ul .searchItem a {
        color: #999;
        font-size: 11px;
        position: absolute;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .searchTags ul .searchItem a:hover {
            color: #333
        }

.floatTitle {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 11px;
    opacity: .9
}

.includeTag {
    font-size: 11px;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .includeTag li {
        padding: 5px 10px;
        border-radius: 6px;
        list-style: none;
        margin: 2px 5px;
        background: #ddd
    }

        .includeTag li:first-child {
            margin-left: 0
        }

        .includeTag li:last-child {
            margin-right: 0
        }

        .includeTag li span {
            text-transform: uppercase;
            font-weight: 700;
            color: rgba(104, 54, 205, 0.45);
            margin-right: 4px
        }

tr[class=act-tr-level-1]::last {
    border-top-color: #f00 !important
}
/*# sourceMappingURL=spice_global_style.css.map */

/* Customized css by Ravi */

body {
    font-size: 14px !important;
    font-weight: 600;
}


.orderInfo small {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    color: #888;
}

.orderInfo {
    max-width: 100%;
    display: inline-block;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .orderInfo {
        display: block;
        padding-bottom: 0;
    }
}

.orderInfo > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .orderInfo > ul > li {
        list-style: none;
        padding: 0 15px;
        border-right: 1px solid #ddd
    }

@media (min-width: 768px) {
    .orderInfo > ul > li {
        padding: 0 20px
    }
}

.orderInfo > ul > li:last-child {
    border-right: none
}

.orderInfo small {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    color: #888
}

.orderInfo span {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
    color: #555;
    margin-right: 5px
}


.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 53px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 62%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 95px;
}
/*.process-row.checkout::before {
    background-color: #4b78e3;
}
.process-row.checkoutred::after {
    background-color: red;
}*/
.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}
.btn-circleSize {
    min-width: 53px !important;
    min-height: 53px !important;
    width: 53px;
    height: 53px;
    background: #dee2e6 !important;
}
    .btn-circleSize svg, icon-tenant {
        margin-left: -12px;
        margin-top: -5px;
    }
    .process-step p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.btn-circleNew {
/*    min-width: 60px !important;
    padding: 3px !important;
    min-width: 65px;
    min-height: 58px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid transparent;*/
    background: #dee2e6;
}
    .btn-circleNew:hover {
        background: #2968e9 !important;
    }
    .btn-circle {
        min-width: 20px !important;
        min-height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
        text-align: center;
        font-size: 14px !important;
        border-radius: 50% !important;
        border: 1px solid transparent !important;
        background: #dee2e6 !important;
    }
/**Added By Muruganandham for Settings Cirlce - 16-07-2022*/
.btn-circleSettings {
    min-width: 60px !important;
    padding: 0px !important;
    width: 65px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #dee2e6;
}

.btn-circle:hover {
    background: #4353dd;
}

.btn-circleSettings:hover {
    background: #4353dd;
}

.btn-process {
    /*    background-color: #4a84fe !important;
    border-color: #4a84fe !important;
*/
}

.logo-circle {
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid transparent;
    object-fit: contain;
    background: #ffffff;
}

.doc-view .doc-info, .doc-view .raw-info, .history-view .doc-info, .history-view .raw-info, .raw-view .doc-info, .raw-view .raw-info {
    width: 92%;
}

.pagebody {
    overflow: hidden;
}

/*select.form-control {
    background-image: url(../img/icons/more.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-right: 0.7rem;
    color: #2968e9
}*/

select.form-control {
    background-image: url(../img/icons/select_bg.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 25px 12px;
    /*padding-right: 0.7rem;*/
    padding-right: 2rem;
    color: #2968e9;
    /*height: 20px !important;*/
}

.shipFromLinks > ul > li {
    list-style: none;
    padding: 0 15px;
    border-right: 1px solid #ddd
}

.shipFromLinks a {
    color: #FFF;
}

.small-width {
    width: 40px !important;
}

.medium-width {
    width: 60px !important;
}

.large-width {
    width: 80px !important;
}

.mediumlarge-width {
    width: 100px !important;
}

.extralarge-width {
    width: 125px !important;
}

.xl-width {
    width: 140px !important;
}

.xxl-width {
    width: 175px !important;
}

.xxxl-width {
    width: 200px !important;
}

.xxxxl-width {
    width: 300px !important;
}

.thsmall-width {
    width: 50px !important;
}

.thmedium-width {
    width: 70px !important;
}

.thlarge-width {
    width: 90px !important;
}

.thmediumlarge-width {
    width: 110px !important;
}

.thextralarge-width {
    width: 135px !important;
}

.thxl-width {
    width: 150px !important;
}

.thxxl-width {
    width: 185px !important;
}

.thxxxl-width {
    width: 210px !important;
}

.thxxxxl-width {
    width: 310px !important;
}

/*.more-group .dropdown-menu {
    top: -74px!important;
}
*/

.add-icon {
    color: green;
}

.delete-icon {
    color: red;
}

.fa-2x {
    font-size: 22px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.required {
    border-color: #FF0000;
}

.dropdown-menu ul {
    list-style: none;
}

.selectedbox {
    border: 3px solid #dcf0c5 !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px #dcf0c5;
}

.selectedboxlines {
    background: #dcf0c5;
    background: #dcf0c5 !important;
}

.disabledbox {
    border: 3px solid #ECECEC !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px #dee2e6;
}

.whitebox {
    background-color: white;
    background-color: white !important;
    box-shadow: 2px 2px white;
}

.whiteboxlines {
    background: white;
    background: white !important;
}

.normalbox {
    border: 3px solid #dee2e6 !important;
    border-radius: 10px !important;
    box-shadow: 1.5px 1.5px 1.5px 1.5px #ECECEC;
}

.filtered {
    border: 3px solid #e93b2933 !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px #e93b2933;
}

.InValid {
    border: 3px solid #fc655d !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px #fc655d;
}

.packed-items-cont {
    padding-top: 5px;
}

.packed-items-cont-edit {
    padding-top: 5px;
}

.packed-items-cont-edit2 {
    padding-top: 5px;
}

.packed-skid-cont-edit {
    padding-top: 5px;
}

.statusBox.redMark:before {
    background: #ff0000;
    border-color: #ff0000
}

.map-link a {
    color: #ff0000 !important;
}

.box-bottom-margin {
    margin-bottom: -10px !important;
}

/* CSS for pagination */
.msg_hub_pagination {
    float: right;
}

    .msg_hub_pagination ul li {
        padding: 5px 10px;
        border: 1px solid #2968e9;
    }

        .msg_hub_pagination ul li.active {
            font-weight: bold;
            background: #2968e9;
        }

            .msg_hub_pagination ul li.active a {
                color: #fff;
            }

        .msg_hub_pagination ul li:hover {
            font-weight: bold;
            background: rgba(41, 104, 233, 0.2);
        }

            .msg_hub_pagination ul li:hover a {
                color: #2968e9;
            }

/*.disabledfield {
    background: #f3f3f8 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-color: #e1e1e1 !important;
    cursor: default !important;
    border-radius: 15px;
    color: #111;
}**/

.error-validation {
    color: #ff0000 !important;
    font-size: 10px !important;
    padding-left: 15px !important;
    font-weight: normal !important;
}

.error-success {
    color: #097969 !important;
    font-size: 10px !important;
    padding-left: 15px !important;
    font-weight: normal !important;
}

.modal-form-content {
    padding: 0 !important;
}

.alert-custom {
    margin-bottom: 30px;
}

.notes-textarea {
    min-height: 156px !important;
}

.notes-textarea-small {
    min-height: 95px !important;
}

.line-item-parent {
    max-height: 400px;
    overflow-y: scroll;
}

.disabledfielditem {
    background: #f3f3f8 !important;
    border-color: #e1e1e1 !important;
    cursor: default !important;
    border-radius: 15px;
    color: #111;
}

.disabledfield {
    background: #f3f3f8 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-color: #e1e1e1 !important;
    cursor: default !important;
    border-radius: 15px;
    color: #111;
}

**/
/* Prototype Version 2.0*/
.dropdown-item {
    font-size: smaller;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: grey !important;
}

.loader-view {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

    .loader-view:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(104, 54, 205, 0);
        -webkit-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms
    }



@media (min-width: 768px) {
    .loader-view {
        margin: 0;
        width: calc(100% - 30px);
        padding: 20px;
        border-radius: 10px 0 0 10px;
        float: right;
        height: 100vh
    }
}

.loader-view .doc-scroll {
    overflow: auto;
    height: calc(100vh - 95px);
    padding-right: 5px
}

.loader-view .raw-scroll {
    height: calc(100vh - 155px)
}

.loader-view.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms
}

    .loader-view.show:before {
        background: rgba(104, 54, 205, 0.35);
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

#createInvoiceForm.show {
    display: inherit;
}

#createInvoiceForm.hide {
    display: none;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
    z-index: 999;
}

.shipweight {
    padding-right: 0 !important;
    border-top-right-radius: 0;
}

.shipweightinput {
    border-radius: 15px 0px 0px 15px;
}

.shipuom {
    padding-left: 0 !important;
}

.shipuominput {
    border-radius: 0px 15px 15px 0px;
}

.dataTables_empty {
    display: none;
}

/*Custom File Upload by Rijuan Khan*/

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    cursor: pointer;
}

    .file-upload-wrapper::after {
        content: attr(data-text);
        font-size: 13px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(41, 104, 233, 0.15);
        padding: 0.375rem 0.75rem;
        display: block;
        width: 100%;
        pointer-events: none;
        z-index: 1;
        height: calc(1.5em + 0.75rem + 2px);
        color: #2968e9;
        border-radius: 15px;
        font-weight: 400;
        border: 1px solid #2968e9;
        font-family: "Open Sans", sans-serif;
        transition: all 400ms ease;
    }

    .file-upload-wrapper::before {
        font-family: FontAwesome;
        content: "\f0ee";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: calc(1.5em + 0.75rem - 8px);
        background-color: transparent;
        color: #2968e9;
        font-weight: 400;
        z-index: 1;
        font-size: 20px;
        padding: 0.275rem 0.75rem;
        pointer-events: none;
        border-right: 1px solid #2968e9;
        border-radius: 15px;
        transition: 0.5s ease-in-out;
    }

    .file-upload-wrapper .file-upload-field {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        height: calc(1.5em + 0.75rem + 2px);
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

/*static menu button*/

#active {
    margin-left: 20px;
}

    #active:checked ~ .wrapper {
        clip-path: circle(75%);
    }

.menu-btn {
    position: absolute;
    z-index: 9999;
    right: 9px;
    /* left: 20px; */
    top: 9px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    background: #4a84fe;
    transition: all 0.3s ease-in-out;
}

#active:checked ~ .menu-btn {
    color: #fff;
}

    #active:checked ~ .menu-btn i:before {
        content: "\f00d";
    }

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    background: #fff;
    clip-path: circle(16px at calc(100% - 24px) 24px);
    transition: all 0.3s ease-in-out;
    z-index: 9998;
}

    .wrapper .panel-heading {
        padding: 10px 15px;
        background-color: #4a84fe;
        color: #fff;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
    }

        .wrapper .panel-heading i {
            font-size: 25px !important;
            padding-right: 10px;
            vertical-align: middle;
        }
    /* 
.modal-body .panel-heading span{
    padding-bottom: 10px!important;
} */

    .wrapper .panel-item {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
    }

        .wrapper .panel-item a {
            color: #4a84fe;
        }

            .wrapper .panel-item a:hover {
                text-decoration: none;
                color: #4b75cc;
            }

        .wrapper .panel-item i {
            font-size: 25px !important;
        }

        .wrapper .panel-item .col-sm-2 {
            padding-bottom: 15px !important;
            padding-top: 15px !important;
            text-align: center;
        }

    .wrapper .container-fluid {
        margin-top: 50px !important;
    }

/*    draggable menu button*/
#dragger-box {
    position: absolute;
    z-index: 10;
    top: 89vh;
}

#dragbtn {
    width: 50px;
    height: 50px;
    background-color: #4a84fe;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 21px;
    border: none;
}

    #dragbtn .fa-3x {
        font-size: 1.5rem !important;
    }

.modal-body .panel-heading {
    padding: 10px 15px;
    background-color: #4a84fe;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

    .modal-body .panel-heading i {
        font-size: 25px !important;
        padding-right: 10px;
        vertical-align: middle;
    }
/* 
.modal-body .panel-heading span{
    padding-bottom: 10px!important;
} */

.modal-body .panel-item {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

    .modal-body .panel-item a {
        color: #4a84fe;
    }

        .modal-body .panel-item a:hover {
            text-decoration: none;
            color: #4b75cc;
        }

    .modal-body .panel-item i {
        font-size: 25px !important;
    }

    .modal-body .panel-item .col-sm-2 {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        text-align: center;
    }

#menu-modal .modal-dialog {
    max-width: 100% !important;
    margin: 0px !important;
    height: 100%;
}

@media (min-width:992px) {

    #menu-modal .modal-dialog {
        max-width: 100% !important;
        margin: 0px !important;
        height: 100%;
    }
}

@media (min-width:576px) {

    #menu-modal .modal-dialog {
        max-width: 100% !important;
        margin: 0px !important;
        height: 100%;
    }
}


#menu-modal {
    padding-left: 0px !important;
}

    #menu-modal .modal-content {
        border-radius: 0px !important;
        border: none !important;
        height: 100%;
    }


    /*menu modal animation*/
    #menu-modal .modal.fade .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

.zoom-in {
    transform: scale(0) !important;
    opacity: 0;
    -webkit-transition: 0.5s all 0s;
    -moz-transition: 0.5s all 0s;
    -ms-transition: 0.5s all 0s;
    -o-transition: 0.5s all 0s;
    transition: 0.5s all 0s;
    display: block !important;
}

    .zoom-in.show {
        opacity: 1;
        transform: scale(1) !important;
        transform: none;
    }


/*toggle switch*/
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 6px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggle-switch input:checked + .slider {
    background-color: #2196F3;
}

.toggle-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #4a84fe !important;
}

.tooltip-inner {
    color: #fff !important;
    background-color: #4a84fe !important;
    font-size: 11px;
}

.table-height {
    max-height: 692px;
    overflow-y: auto;
}

    .table-height thead {
        position: sticky;
        top: 0px;
    }


/*Chat box*/


.page-body-flex {
    display: flex;
    flex: 1;
    min-height: 0;
}

.maincontent {
    flex: 1;
    position: relative;
}

.side-chat-box {
    display: flex;
    width: 400px;
    background-color: #fff;
    transition: 0.5s;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.side-chat-box-closed {
    display: flex;
    width: 60px;
    background-color: #fff;
    transition: 0.5s;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

@media (min-width:992px) {
    .side-chat-box {
        min-height: calc(100vh - 55px);
    }
}

.chat-header {
    width: 100%;
}

.chat-left-panel {
    width: 60px;
}

.chat-right-panel {
    width: 351px;
    position: relative;
}

.chat-right-panel-close {
    display: none;
}

.chat-inner-panel {
    height: 95.5%;
    border-right: 1px solid #c0c0c0;
}

.chat-left-panel button {
    background-color: #4a84fe;
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    height: 55px;
    width: 100%;
}


.chat-header p {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    background-color: #4a84fe;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
}

.chat-input-box {
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    padding-left: 10px;
}

    .chat-input-box .tableSearch {
        width: 100%;
    }

@media (min-width:768px) {
    .chat-input-box .tableSearch {
        max-width: 98%;
    }
}

.chat-inner-panel {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
}

    .chat-inner-panel .chat-sidenav-overflow {
        display: flex;
        flex: 1 1 1px;
        flex-direction: column;
        overflow: hidden;
    }

.additional-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-plain {
    font: inherit;
}

    .btn-plain:hover {
        background-color: #e8e8e8 !important;
        box-shadow: none;
    }

.btn-addintionaltab {
    flex-shrink: 0;
    align-items: center;
    background-color: transparent !important;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
    width: 59px;
}

.btn-additionaltab-icons {
    animation: fade-in .5s cubic-bezier(0,0,.6,1);
    height: 24px;
    width: 24px;
}

.chat-sidenav-footer {
    align-items: center;
    display: flex;
    flex: 0 0 60px;
    justify-content: center;
}

    .chat-sidenav-footer button {
        color: #4a84fe;
        padding-top: 10px;
    }

.chat-content-wrapper {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 55px;
}

    .chat-content-wrapper .chat-scroll-content {
        height: 100%;
        width: 100%;
    }

        .chat-content-wrapper .chat-scroll-content .chat-activity-feed {
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            width: 340px;
        }

.chat-activity-feed-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.message-body {
    /* height:calc(100% - 85px); */
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 16px;
}

    .message-body:after {
        content: '';
        display: table;
        clear: both;
    }

    .message-body li {
        list-style-type: none;
        font-weight: 400;
        line-height: 1.5;
    }

/* MESSAGE BOX */
.chatbox {
    position: relative;
    padding: 20px;
    overflow-wrap: break-word;
    min-width: 50%;
    max-width: 70%;
    margin: 10px 0 5px 0px;
    /* filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5)); */
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.chatbox-outgoing {
    position: relative;
    background: #74a1e8;
    float: left;
    clear: both;
    font-size: 13px;
}

    .chatbox-outgoing::after {
        content: "";
        position: absolute;
        width: none;
        border: 15px solid;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: #74a1e8;
        top: 15%;
        left: -30px;
    }

.chatbox-incoming {
    background: rgba(41, 104, 233, 0.15);
    float: right;
    clear: both;
    left: 0;
    color: #4a84fe !important;
}

    .chatbox-incoming::before {
        content: "";
        position: absolute;
        width: none;
        border: 15px solid;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: rgba(41, 104, 233, 0.15);
        top: 15%;
        right: -30px;
    }

/*some style changed*/
.btn-pos {
    position: static;
}

    .btn-pos .moretoggle {
        opacity: 1 !important;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: rgba(59, 31, 140, 0.45) !important;
}

.show > .btn-light.dropdown-toggle {
    background-color: #ecebf0 !important;
    border-color: #d3d9df !important;
}

.bootstrap-select.form-control {
    border: 1px solid #2968e9 !important;
}

/*:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 26% !important;
    left: 36%;
}*/

.bootstrap-select .btn {
    min-width: 0px !important;
    padding: none !important;
    /*border: 1px solid #2968e9 !important;*/
}

.bs-select .bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;
    left: 0px;
}

.bs-select .bootstrap-select.form-control.modal-popup:not([class*=col-]) {
    width: 300px !important;
    left: 0px;
}

.bs-select .bootstrap-select.form-control.select-popup:not([class*=col-]) {
    width: 300px !important;
    left: 0px;
}

.bs-select .bootstrap-select.form-control.gtin-popup:not([class*=col-]) {
    width: 200px !important;
    left: 0px;
}

.bs-select .bootstrap-select.form-control.uom-popup:not([class*=col-]) {
    width: 20px !important;
    left: 0px;
}

.bs-select .form-control {
    z-index: auto;
}


.bs-select .disabled {
    background: #f3f3f8 !important;
    border-color: #e1e1e1 !important;
    cursor: default !important;
    color: #333 !important;
}

.bs-select .bootstrap-select.disabled {
    background: #f3f3f8 !important;
    border-color: #e1e1e1 !important;
    cursor: default !important;
    color: #333 !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline-color: #fff !important;
}

.bootstrap-select .btn-light {
    background-color: #fff;
}

/**
    Sales Order Status
*/

.statusred {
    color: #ff0000 !important;
    font-size: 15px !important;
}

.statusgreen {
    color: #097969 !important;
    font-size: 15px !important;
}

/*Sandhya */ /* Changed by Ravi for proper padding*/
.tableWrap table th {
    padding: 10px 5px !important;
}

.tableWrap table tbody tr.act-tr-collapsed td:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.headerWd {
    width: 75px !important;
    min-width: 75px;
    transition: width 0.3s ease;
    background: linear-gradient(to top, #4222ce 0%, #4121cd 100%) !important;
    background-image: uri('~/assets/images/HeaderBackground.png');
}
/*new page header command body resize*/
@media(min-width:992px) {
    /*.headerWd {*/
    /* width: 160px !important;*/
    /*min-width: 266px !important;
        background: linear-gradient(to top, #4222ce 0%, #4121cd 100%) !important
    }*/

    header nav ul li a {
        line-height: 1.5 !important;
        font-size: 14px !important;
    }

        header nav ul li a .fa {
            display: block;
        }

    header nav ul li {
        padding: 0px !important;
    }

    .pageAreaWd {
        padding-left: 255px !important;
    }
}

/*    Changes By Muruganandham on 13-05-2022 */
.changed {
    border-color: orange !important;
}
/*    Changes By Muruganandham on 10-06-2022 */
.changes {
    color: orange !important;
    font-weight: bolder !important;
}

.deleted {
    color: red !important;
    font-weight: bolder !important;
}

.bigRadio {
    width: 1em;
    height: 1em;
}

.orderConfirm {
    color: #656565 !important;
}

/*    Changes By Sandhya on 08-03-2022 */
/*.bs-select .required {
    border-color: red !important;
}*/
/*    Changes By Sandhya on 16-08-2022 */
.act-more-img {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #2968e9;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    position: relative
}

.ItemStag-Head-PackBtn {
    width: 250px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #C6C6C6;
    color: #8A8A8B;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    float: right;
    margin: -10px 10px 0 0;
    padding-left: 10px
}

.ItemStag-Head-Input {
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    float: right;
    margin: -10px 10px 0 0;
    padding-left: 10px
}

.pack-heading {
    background-color: white;
    color: #2968e9;
    padding: 6px;
    border-bottom: 1px solid #e6e3e3 !important;
    border-radius: 12px 12px 0 0;
    height: 60px
}

.ItemStag-Item-label {
    width: 80px;
    height: 25px;
    font-size: 12px;
    color: #457DEA;
    background-color: #F7F7FF;
    background-clip: padding-box;
    border: 1px solid #D6D6D8;
    border-radius: 15px;
    float: right;
    margin: 3px 10px 0 0;
    padding-left: 10px
}

/** Css for CSV slider pagebody By sandhya s 03-01-2023*/
.pagebodyCSV {
    position: relative;
    z-index: 1;
    padding-bottom: 10px
}

@media (min-width: 576px) {
    .pagebodyCSV {
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    .pagebodyCSV {
        min-height: calc(100vh - 85px)
    }
}

.pagebodyCSV {
    overflow: hidden;
}

.doc-scrollCSV {
    overflow: auto;
    height: calc(100vh - 95px);
}
/**Added by sandhya s on 17-02-2023*/
.clear-all {
    text-align: right;
    color: #2968e9;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: rgba(41, 104, 233, 0.2);
    position: relative;
    padding: 5px 5px 5px 5px;
}
/**END */
/**Added by sandhya s on 27-02-2023*/
.filter-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #dee2e6;
}

.filter-circle-green {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #e3fae3;
    background: #e3fae3;
}

.filter-circle-red {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #FFCCCA;
    background: #FFCCCA;
}

.filter-circle-blue {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #B0C2FF;
    background: #B0C2FF;
}
/**END */
/**Added by sandhya s on 01-03-2023*/
.Shipment-box {
    background-color: #B6D9FF;
    border-color: #B6D9FF;
    border-radius: 10px !important;
    z-index: 1;
    padding: 8px !important;
}

.ASN-box {
    background-color: #FFDFDF;
    border-color: #FFDFDF;
    border-radius: 10px !important;
    z-index: 1;
    padding: 8px !important;
}

.Invoice-box {
    background-color: #D7E4BD;
    border-color: #D7E4BD;
    border-radius: 10px !important;
    z-index: 1;
    padding: 8px !important;
}

.Invoice-box1 {
    background-color: #B6D9FF;
    border-color: #B6D9FF;
    border-radius: 10px !important;
    z-index: 1;
    padding: 8px !important;
}

.filter-count {
    font-size: 32px;
    font-weight: bold;
    float: right;
    margin-top: -3px;
}

.filter-box {
    padding: 0 8px 0 8px !important;
}

.filter-heading {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}


.box-green {
    border-left: 10px solid #4BD28F;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-yellow {
    border-left: 10px solid #E49A07;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-red {
    border-left: 10px solid #F81C1C;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-green-selected {
    border-left: 10px solid #4BD28F !important;
}

.box-yellow-selected {
    border-left: 10px solid #E49A07 !important;
}

.box-red-selected {
    border-left: 10px solid #F81C1C !important;
}

.box-violet-selected {
    border-left: 10px solid #6A53E9 !important;
}

.box-yellow-dark-selected {
    border-left: 10px solid #F8CA27 !important;
}

.box-orange-selected {
    border-left: 10px solid #FF9900 !important;
}

.box-blue-selected {
    border-left: 10px solid #379EEA !important;
}

.box-yellow-dark {
    border-left: 10px solid #F8CA27;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-orange {
    border-left: 10px solid #FF9900;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-violet {
    border-left: 10px solid #6A53E9;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-blue {
    border-left: 10px solid #379EEA;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-pink {
    border-left: 10px solid #E01C6E;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.box-pink-selected {
    border-left: 10px solid #E01C6E !important;
}

.filter-boxSelected-pink {
    border: 2px solid #E01C6E;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #E01C6E;
}

.filter-boxSelected-blue {
    border: 2px solid #379EEA;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #379EEA;
}

.filter-boxSelected-yellow {
    border: 2px solid #E49A07;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #E49A07;
}

.filter-boxSelected-green {
    border: 2px solid #4BD28F;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #4BD28F;
}

.filter-boxSelected-red {
    border: 2px solid #F81C1C;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #F81C1C;
}

.filter-boxSelected-violet {
    border: 2px solid #6A53E9;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #6A53E9;
}

.filter-boxSelected-darkyellow {
    border: 2px solid #F8CA27;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #F8CA27;
}

.filter-boxSelected-orange {
    border: 2px solid #FF9900;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #FF9900;
}

.box-yellow-dark-selected {
    border-left: 10px solid #F8CA27 !important;
}

.box-yellow-dark {
    border-left: 10px solid #F8CA27;
    background-color: #FFFFFF;
    border-radius: 10px !important;
    z-index: 5;
    padding: 8px !important;
}

.filter-boxSelected-orange {
    border: 2px solid #FF9900;
    border-radius: 10px !important;
    z-index: 1;
    box-shadow: 1.5px #FF9900;
}

.filter-icon {
    width: 15px;
    height: auto;
}

.video-doc {
    width: 35px;
    height: auto;
}
/**END */

/** SPICE TRADE */

/** Shopping Cart */
.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.font-size-18 {
    font-size: 18px !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    text-decoration: none !important;
}

.w-xl {
    min-width: 160px;
}

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 3px #e4e8f0;
    box-shadow: 0 2px 3px #e4e8f0;
}

.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: 1px solid #eff0f2;
    border-radius: 1rem;
}

/** Product Catalog */
.selected-category-active {
    background-color: rgb(220 232 255) !important;
    color: rgb(41 104 233) !important;
    border-radius: 8px !important;
    /* color: red; */
    font-weight: 800;
}

.container-catalog-box {
    width: 100%;
}

.catalog-card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 210px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-container {
    position: relative;
}

.thumbnail-image {
    border-radius: 10px !important;
    min-height: 270px;
}


.discount {
    background-color: #ffe1c0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color: #fe951c;
    font-weight: 800;
}

.wishlist {
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first {
    position: absolute;
    width: 100%;
    padding: 9px;
}


.dress-name {
    font-size: 13px;
    font-weight: bold;
    width: 75%;
}


.new-price {
    font-size: 13px;
    font-weight: bold;
    color: #fe951c;
}

.new-price-list {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.old-price {
    font-size: 8px;
    font-weight: bold;
    color: grey;
}

.old-price-list {
    font-size: 18px;
    font-weight: bold;
    color: grey;
}


.btn-card {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}

.creme {
    background-color: #fff;
    border: 2px solid grey;
}

    .creme:hover {
        border: 3px solid grey;
    }

    .creme:focus {
        background-color: grey;
    }


.red {
    background-color: #fff;
    border: 2px solid red;
}


    .red:hover {
        border: 3px solid red;
    }

    .red:focus {
        background-color: red;
    }



.blue {
    background-color: #fff;
    border: 2px solid #40C4FF;
}

    .blue:hover {
        border: 3px solid #40C4FF;
    }

    .blue:focus {
        background-color: #40C4FF;
    }

.darkblue {
    background-color: #01579B;
    /*background-color: #fff;*/
    border: 2px solid #01579B;
}

    .darkblue:hover {
        border: 3px solid #01579B;
    }

    .darkblue:focus {
        background-color: #01579B;
    }

.yellow {
    background-color: #fff;
    border: 2px solid #FFCA28;
}

    .yellow:hover {
        border-radius: 3px solid #FFCA28;
    }

    .yellow:focus {
        background-color: #FFCA28;
    }

.black {
    background-color: black;
    /*background-color: #fff;*/
    border: 2px solid black;
}

    .black:hover {
        border: 3px solid black;
    }

    .black:focus {
        background-color: black;
    }



.item-size {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    font-size: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.rating-star {
    font-size: 10px !important;
}

.rating-number {
    font-size: 10px;
    color: grey;
}

.buy {
    font-size: 12px;
    color: white;
    font-weight: 500;
    background: #007bff;
    border-radius: 50px;
    transition: all 400ms ease;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2rem;
    border: none;
    text-transform: uppercase;
    /* font-size: 13px; */
    padding: 1px 10px 2px 10px !important;
    /* min-width: 90px; */
    /* opacity: 1; */
    /* font-family: "Open Sans", sans-serif; */
    /* position: relative; */
    cursor: pointer;
}














.voutchers {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 270px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.voutcher-divider {
    display: flex;
}

.voutcher-left {
    width: 60%
}

.voutcher-name {
    color: grey;
    font-size: 9px;
    font-weight: 500;
}

.voutcher-code {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.voutcher-right {
    width: 40%;
    background-color: purple;
    color: #fff;
}

.discount-percent {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.off {
    font-size: 14px;
    position: relative;
    bottom: 5px;
}


/** Product Catalog List */
.container-catalog-list {
    width: 100%;
}

/** Product Catalog Grid */
.container-catalog-grid {
    width: 100%;
}

/** Product Details */
.icon-hover:hover {
    border-color: #3b71ca !important;
    background-color: white !important;
    color: #3b71ca !important;
}

    .icon-hover:hover i {
        color: #3b71ca !important;
    }


/** Catalog List */
.ui-w-50 {
    width: 50px !important;
}

.card {
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08);
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: .875rem;
    height: .875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    vertical-align: middle;
}
/** Product Details Strat by Vaishnav */
.checkout_inner_modal_sm {
    width: 1190px !important;
}

.checkout_inner_modal_image {
    height: 50px;
}

.single-product {
    padding-top: 0px
}

.color-box {
    width: 30px;
    display: block;
    border-radius: 5px;
}

.tabs-listing {
    padding-top: 40px;
}

.meta-product {
    padding-top: 30px;
}
/* ------ Drawer ------*/
.cartClosebutton {
    position: sticky;
    /*float: right;*/
    width: 30px;
    /* left: 238px; */
    left: 86%;
    cursor: pointer;
    font-weight: 600;
    color: gray;
}

.cards {
    padding: 0.25rem;
    border-bottom: 1px solid lightgray;
}

.modalCustomDisplay {
    display: block !important;
    width: auto !important;
}

.modalCustom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 0;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-custom-modal-dialod {
    box-shadow: 0 1px 15px -1px black, 0 6px 18px -1px rgba(0,0,0,.04) !important;
}
/* ------ Qunatity ------*/
.product-quantity .qty-number {
    margin-right: 20px;
}

.qty-number .quntity-button {
    min-width: 30px;
    height: 25px;
    font-size: 15px;
    /* line-height: 24.5px; */
    text-align: center;
    cursor: pointer;
    background-color: #2968e9;
    color: white;
    transition: .5s all ease-in-out;
    padding: -4px;
    margin-top: 0px;
    /* position: relative; */
    font-weight: bold;
}

    .qty-number .quntity-button:hover {
        background-color: #2968e9;
    }

.qty-number input {
    font-size: 1.4em;
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #040404;
}

.qty-field .regular-price {
    display: none;
}


/* ------ Button ------*/
.stock-button-wrap .like-button {
    margin-left: 20px;
    background-color: #2968e9 !important;
}

stock-button-wrap .like-button a {
    padding: 0px 12px;
    color: white;
}

.stock-button-wrap .like-button i.icon {
    font-size: 1.6em;
    margin-top: 5px;
    color: white;
}

.btn.btn-pill,
.btn.btn-pill::after {
    border-radius: 2em;
}

.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
    background: transparent;
    text-shadow: none;
    box-shadow: none;
}

    .btn.btn-outline-dark:hover::after,
    .btn.btn-outline-light:hover::after {
        background-color: transparent;
    }

.btn.btn-outline-dark {
    border-color: rgba(0, 0, 0, 1);
    color: #040404;
}

    .btn.btn-outline-dark:hover {
        background: #040404;
        color: #A9A09E;
    }

.btn.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: #A9A09E;
}

.btn.btn-outline-accent {
    background: transparent;
    border-color: var(--accent-color);
    color: #040404;
}

.btn.btn-black {
    background-color: #040404;
    color: white;
    height: 40px;
}

    .btn.btn-black:hover {
        background-color: #617bfa;
        color: white;
    }

.bg-dark {
    background-color: #040404 !important;
    padding: 0px 10px 0px 10px
}

.fa-window-close {
    color: red;
}
/* - Best Selling Product
--------------------------------------------------------------*/
.product-preview .thumb-swiper .swiper-slide {
    /*  padding-bottom: 15px;*/
    cursor: pointer;
    /* padding-bottom: 15px; */
    cursor: pointer;
    /* border: 1px solid gray;*/
    /* border-color: #edeff6 !important; */
    /* border-right: none!important; */
    margin-bottom: 10px;
    /* box-shadow: 0px 0px 10px gray !important;*/
}

.product-preview .large-swiper .swiper-slide {
    padding-left: 15px;
}

/*--Product Information ----------*/
.single-product .product-info h3.product-title,
.product-info .product-price strong {
    font-size: 18px;
    padding-right: 10px;
    font-weight: 700;
}

.product-info .product-price del {
    color: var(--dark-grey-color);
}

.select-list li.select-item {
    font-size: 1.2em;
    padding-right: 20px;
}
/** Bootstrap Grid
--------------------------------------------------------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.swiper-slide div {
    border: 0px !important;
}

.flex-container {
    display: flex;
    justify-content: center;
    left: 63px;
    margin-left: 18px;
}

    .flex-container > div {
        background-color: DodgerBlue;
        color: white;
        width: 100px;
        margin: 10px;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
    }

/** Drawer */
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Bottom */

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
}


/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

.unSelectedItemSize-createorder {
    border: 2px solid #2968e9;
    color: #dfe8fc !important;
    padding: 0px !important;
    width: 30px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #2968e9 !important;
}

.selected-size-createorder {
    border: 2px solid #2968e9;
    color: #dfe8fc !important;
    padding: 0px !important;
    width: 30px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
    background-color: #2968e9;
}

.unSelectedItemSize {
    border: 2px solid #2968e9;
    color: #dfe8fc !important;
    padding: 2px !important;
    width: 60px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #2968e9 !important;
}

.selected-size {
    border: 2px solid #2968e9;
    color: #dfe8fc !important;
    padding: 2px !important;
    width: 60px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
    background-color: #2968e9;
}

.selected-size-grocery {
    border: 2px solid #1586ff;
    background-color: #1586ff;
    color: #dfe8fc !important;
    padding: 2px !important;
    width: 100px;
    display: block;
    border-radius: 7px;
    text-align: center;
}

.unselected-size-grocery {
    border: 2px solid gray;
    padding-top: 10px;
    /*    width: 50px;*/
    display: block;
    text-align: center;
    color: gray;
    cursor: pointer;
}

.unselected-size-grocery-PD {
    border: 2px solid gray;
    padding-top: 10px;
    width: 50px;
    display: block;
    text-align: center;
    color: gray;
    cursor: pointer;
    padding: 2px !important;
    width: 100px;
    display: block;
    border-radius: 7px;
}

.unselected-size-catalog-grocery {
    border: 1px solid gray;
    padding: 2px 2px 2px 2px;
    /* width: 50px; */
    margin: 2px;
    display: block;
    text-align: center;
    color: gray;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    border: 2px solid #1586ff;
    /* box-shadow: 0px 0px 10px #1586ff !important; */
    /* background-color: #1586ff !important; */
    /* color: #dfe8fc !important; */
    padding: 0px !important;
    width: 65px;
    display: block;
    border-radius: 7px;
    text-align: center;
    background-color: #1586ff !important;
    color: #dfe8fc !important;
    padding: 0px !important;
    width: 75px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
}

.unSelected-color-createorder {
    border: 2px solid black;
    color: #dfe8fc !important;
    padding: 0px !important;
    width: 30px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
}

.selected-color-createorder {
    border: 2px solid #1586ff;
    /*box-shadow: 0px 0px 10px #1586ff !important;*/
    /*background-color: #1586ff !important;*/
    color: #dfe8fc !important;
    padding: 0px !important;
    width: 30px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
}

.unSelected-color {
    border: 2px solid black;
    color: #dfe8fc !important;
    padding: 2px !important;
    width: 60px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
}

.selected-color {
    border: 2px solid #1586ff;
    /*box-shadow: 0px 0px 10px #1586ff !important;*/
    /*background-color: #1586ff !important;*/
    color: #dfe8fc !important;
    padding: 2px !important;
    width: 60px;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #d6dcff !important;
}

.box-cart {
    font-size: 23px;
    margin-top: 0px;
    right: 9px;
    padding-right: 14px;
    cursor: pointer;
}

    .box-cart:hover {
        color: #2968e9;
    }
/** Product Details End Vaishnav */

/** Catalog Manager End Vaishnav */
.more-group .dropdown-menu ul {
    padding: 0px;
}

.multi-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

    .multi-container .sub_div {
        display: grid;
        grid-template-columns: 50px calc(100% - 40px);
        align-items: center;
        background-color: #fff;
        padding: 6px 8px;
        border-radius: 4px;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
        cursor: pointer;
    }

.sub_div:hover {
    border: 1px solid #808080;
}

.sub_div1 {
    border: 1px solid #808080;
}

.btn-menu {
    z-index: 1;
}


@media (max-width: 1024px) {
    .swiper {
        padding: 0;
    }

    .swiper-wrapper {
        margin-left: -18px;
    }

    .like-button-responsive {
        margin-left: 0px;
        position: absolute;
        left: 289px;
        padding-top: 5px;
        padding-left: 15px;
        margin-top: 0px;
        margin-left: 5px !important;
    }

    .mdi-heart-outline-responsive {
        top: -4px;
        position: relative;
        left: -2px;
        color: white;
    }

    .select-item-category-responsive {
        padding-right: 0px !important;
    }
}

/** Catalog Manager End Vaishnav */
/** Checkout Start Vaishnav */
.checkouttable {
}

.checkouttableContainer {
}

.checkouttabletd {
    padding: 0px !important;
}

.checkoutproductname {
    color: #2968e9;
}

.checkout-circle-singleline {
    width: 20px;
    height: 20px;
    border-radius: 30%;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    color: #565656;
    display: inline-block;
    font-weight: 800;
    bottom: 25px;
    position: relative;
    float: inline-end;
    padding: 2px;
}

.DisableDashboardMain {
    opacity: 0.1;
    background: black !important;
    pointer-events: none;
    z-index: 50;
    position: absolute;
}

.nav-link-custome {
    margin-right: 5px !important;
    /* border-radius: 0px 0px 0 0 !important;*/
}

.tabs-listing-checkout {
    margin-top: 20px;
    background: #d6dcff;
    background: #d6dcff !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 352px;
}
/*   
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
    border-bottom-left-radius: 46px !important;
    border-bottom-right-radius: 46px;

*/
}

.checkouttable thead {
    z-index: 10;
}

.col-form-checkout-label-sm {
    color: #2968e9;
}

.modal-dialog-checkout {
    right: 0px;
    width: !important;
    background: pink !important;
    width: 92% !important;
    max-width: 100% !important;
}

/*.modal-content-checkout {
    background: #f6f6f6 url(/assets/img/login_background.png) no-repeat right top !important;
    background-size: cover !important;
}*/

.form-group-checkout {
    margin-bottom: 15px;
}
/*.form-control-checkout {
    border-color: #e2e6e9 !important;
}*/
.tab-checkout {
    border-bottom: 0px solid #2968e9;
}

.mdi-trash-can-outline-cart {
    font-size: 18px;
}

.mdi-heart-outline-cart {
    font-size: 18px;
}

.changes-allowances-checkout td {
    width: 80%;
}

.inner-check-out-table td {
}

.inner-check-out-table {
}

.confirmpopup {
    padding-right: 17px;
    display: block !important;
}
/* Start Modal Confirmation */

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm .form-control,
    .modal-confirm {
        min-height: 40px;
        border-radius: 3px;
    }

        .modal-confirm .close {
            position: absolute;
            top: -5px;
            right: -5px;
        }

        .modal-confirm .modal-footer {
            border: none;
            text-align: center;
            border-radius: 5px;
            font-size: 13px;
        }

        .modal-confirm .icon-box {
            color: #fff;
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: -70px;
            width: 95px;
            height: 95px;
            border-radius: 50%;
            z-index: 9;
            background: #2968e9;
            padding: 15px;
            text-align: center;
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        }

            .modal-confirm .icon-box i {
                font-size: 58px;
                position: relative;
                top: 3px;
            }

        .modal-confirm.modal-dialog {
            margin-top: 80px;
        }

.modal-backdrop-hide {
    display: none;
}

.modal-backdrop-confirmorder {
    background: black !important;
    height: 100%;
    width: 100%;
}

.confirmmodal {
    left: 50px;
}

.filter-collapsed {
    width: 21px;
    height: 16px;
    text-align: center;
    color: #2968e9;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: rgba(41, 104, 233, 0.2);
    position: relative;
}

.hideimporttable {
    display: none;
}

.showimportedtable {
    display: contents;
}

#NZoomContainer {
    border: 0px solid gray !important;
    top: -76px;
    position: relative
}

.MenuIcon {
    height: 26px !important;
}

.color-options {
    padding-bottom: 10px;
}

.nav-tabs {
    font-size: 14px !important
}

#NZoomImg {
    object-position: center;
    object-fit: contain;
}
/*Remove important because bootstrap used this select picker use this class*/
.selected {
    /* background-color: #6777f9;*/
    color: white;
}

.selected-setting-td {
    background-color: #6777f9 !important;
    color: white;
}
/* End Modal Confirmation */

/*Start Stepper*/

/*Form Wizard*/
.bs-wizard {
    /*   border-bottom: solid 1px #e0e0e0;*/
    padding: 0 0 10px 0;
}

.bs-wizard {
    /*    margin-top: 40px;
*/
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            /*color: #595959;
            font-size: 16px;*/
            margin-bottom: 5px;
            /*            visibility: hidden;
*/
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            /* color: #999;
            font-size: 14px;*/
            padding-top: 35px;
            /*            padding-left: 15px;
*/
        }

.sptHeading {
    /*    background: red;
*/ width: fit-content;
    /*    position: absolute;*/
    text-align: center;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    /* width: 30px; */
    /* height: 30px; */
    display: block;
    /* background: transparent !important;*/
    /* top: 23px;*/
    top: 50px;
    left: 42%;
    /* margin-top: -15px; */
    /* margin-left: -15px; */
    border-radius: 50%;
}

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
        content: ' ';
        width: 14px;
        height: 14px;
        /* background: #fbbd19;*/
        border-radius: 50px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 1px;
    box-shadow: none;
    margin: 20px 0;
}

    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
        width: 0px;
        box-shadow: none;
        background: #60ab32;
    }

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
        opacity: 0;
    }

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.progress-before-end {
    height: 0px !important;
}
/*Switch*/
.toggle-label {
    display: inline-block;
    position: relative;
    width: auto;
    height: 30px;
    /* background-color: #ccc; */
    border-radius: 30px;
    cursor: pointer;
    top: 4px;
}

    .toggle-label input[type="checkbox"] {
        display: none;
    }

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.2s;
}

.toggle-label input[type="checkbox"]:checked + .toggle-slider {
    left: 32px;
}

.toggle-active {
    background-color: #1284ff;
}
/*Switch*/
.bs-wizard-info p {
    font-size: 14px !important;
}
/*END Form Wizard*/
/*End Stepper*/
/*Custom File Upload without text by Vaishnav*/
.file-upload-wrapper-without-text {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    cursor: pointer;
}

    .file-upload-wrapper-without-text::after {
        content: attr(data-text);
        font-size: 13px;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(41, 104, 233, 0.15);
        padding: 0.375rem 0.75rem;
        display: block;
        width: 100%;
        pointer-events: none;
        z-index: 1;
        height: calc(1.5em + 0.75rem + 2px);
        color: #2968e9;
        border-radius: 15px;
        font-weight: 400;
        border: 1px solid #2968e9;
        font-family: "Open Sans", sans-serif;
        transition: all 400ms ease;
    }

    .file-upload-wrapper-without-text::before {
        font-family: FontAwesome;
        content: "\f0ee";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: calc(1.5em + 0.75rem - 8px);
        background-color: transparent;
        color: #2968e9;
        font-weight: 400;
        z-index: 1;
        font-size: 20px;
        padding: 0.275rem 1.7rem;
        pointer-events: none;
        border-right: 1px solid #2968e9;
        border-radius: 15px;
        transition: 0.5s ease-in-out;
    }

    .file-upload-wrapper-without-text .file-upload-field {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        height: calc(1.5em + 0.75rem + 2px);
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

/*static menu button*/


.red-border {
    border-color: red !important;
}
/** Checkout End Vaishnav */
/**
    Classes by Ravi for show hide list and box views
*/
.hidelistbox {
    display: none;
}

.selected-list-box-grid {
    border: 1px solid #007bff !important;
}
/* Start Landing Page CSS Added by Vaishnav*/
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 50px;
    text-align: center;
}



.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


/*---------------------
  Hero
-----------------------*/
.pageArea {
    background-size: contain;
    background-repeat: repeat;
}

.slider-controles {
    font-size: 45px;
    color: #1686ff;
}

.carousel-item img {
    height: 490px;
}

.hero__text {
    position: relative;
    bottom: 400px;
    left: 120px;
    z-index: 1;
}

    .hero__text span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 4px;
        color: #2968e9;
    }

    .hero__text h2 {
        font-size: 46px;
        color: #252525;
        line-height: 52px;
        font-weight: 700;
        margin: 10px 0;
    }

    .hero__text p {
        margin-bottom: 35px;
    }

/*---------------------
  Featured
-----------------------*/

.featured {
    padding-top: 40px;
    padding-bottom: 0px;
}

.featured__controls {
    text-align: center;
    margin-bottom: 50px;
}

.featured__item {
    border-radius: 30px;
    margin-bottom: 0px;
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
}

    .featured__item:hover .featured__item__pic .featured__item__pic__hover {
        bottom: 20px;
    }

.featured__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
}

.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

    .featured__item__pic__hover li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .featured__item__pic__hover li:last-child {
            margin-right: 0;
        }

        .featured__item__pic__hover li:hover a {
            background: #2968e9;
            border-color: #2968e9;
        }

            .featured__item__pic__hover li:hover a i {
                color: #ffffff;
                transform: rotate(360deg);
            }

        .featured__item__pic__hover li a {
            font-size: 16px;
            color: #1c1c1c;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #ebebeb;
            background: #ffffff;
            display: block;
            border-radius: 50%;
            -webkit-transition: all, 0.5s;
            -moz-transition: all, 0.5s;
            -ms-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .featured__item__pic__hover li a i {
                position: relative;
                transform: rotate(0);
                -webkit-transition: all, 0.3s;
                -moz-transition: all, 0.3s;
                -ms-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.featured__item__text {
    text-align: center;
    padding-top: 13px;
    background: white;
    padding-bottom: 13px;
}

    .featured__item__text h6 {
        margin-bottom: 10px;
    }

        .featured__item__text h6 a {
            color: #252525;
        }

    .featured__item__text h5 {
        font-size: 13px;
        font-weight: bold;
    }

/*---------------------
  Latest Product
-----------------------*/

.latest-product {
    padding-top: 80px;
    padding-bottom: 0;
}

.latest-product__text h4 {
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 45px;
}

.latest-product__slider.owl-carousel .owl-nav {
    position: absolute;
    right: 20px;
    top: -75px;
}

    .latest-product__slider.owl-carousel .owl-nav button {
        height: 30px;
        width: 30px;
        background: #F3F6FA;
        border: 1px solid #e6e6e6;
        font-size: 14px;
        color: #636363;
        margin-right: 10px;
        line-height: 30px;
        text-align: center;
    }

        .latest-product__slider.owl-carousel .owl-nav button span {
            font-weight: 700;
        }

        .latest-product__slider.owl-carousel .owl-nav button:last-child {
            margin-right: 0;
        }

.latest-product__item {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.latest-product__item__pic {
    float: left;
    margin-right: 26px;
}

    .latest-product__item__pic img {
        height: 110px;
        width: 110px;
    }

.latest-product__item__text {
    overflow: hidden;
    padding-top: 10px;
}

    .latest-product__item__text h6 {
        color: #252525;
        margin-bottom: 8px;
    }

    .latest-product__item__text span {
        font-size: 18px;
        display: block;
        color: #252525;
        font-weight: 700;
    }

.product-image {
    max-width: 107px !important;
    min-width: 107px;
    /* border:1px solid red;*/
}

    .product-image img {
        height: 105px;
        object-fit: contain;
        min-width: 75px;
        border-radius: 8px;
    }

.myCartCustomWidth {
    width: 40% !important;
}

.MyCartCardViewParemt {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    padding: 20px 0px 20px 20px;
    border-radius: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 15px;
}

.MyCartCardView {
    margin-bottom: 10px;
    /*  border: solid;*/
}

.MyCardViewFooter {
    margin-top: 10px;
    padding-top: 10px;
}

.k-label {
    display: block !important;
}

.nopadding {
    border-top: 1px solid lightgray;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 5px;
    width: 105%;
}

.featured__item__pic_new {
    max-height: 420px;
    min-height: 420px;
    /*    height: 215px;
*/ /* width: 215px; */
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    border-radius: 30px;
    padding: 30px 30px 30px 30px;
    /*    margin: 22px 7px 2px 17px;
*/
}

.featured__item_Image {
    height: 142px;
    object-fit: contain;
    cursor: pointer;
}

.featured__item__pic_new__hover {
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: -500px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    background: red;
    height: 420px;
    backdrop-filter: blur(5px);
    background: #ffffffb5;
    border-radius: 30px;
    border: 2px solid #2968e9;
}

    .featured__item__pic_new__hover li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .featured__item__pic_new__hover li:last-child {
            margin-right: 0;
        }

        .featured__item__pic_new__hover li:hover a {
            background: #ffffff;
            border-color: #2968e9;
        }

            .featured__item__pic_new__hover li:hover a i {
                color: #ffffff;
                transform: rotate(360deg);
            }

        .featured__item__pic_new__hover li a {
            font-size: 16px;
            color: #1c1c1c;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid #007bff;
            background: #ffffff;
            display: block;
            border-radius: 50%;
            -webkit-transition: all, 0.5s;
            -moz-transition: all, 0.5s;
            -ms-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
        }

            .featured__item__pic_new__hover li a i {
                bottom: 3px;
                position: relative;
                transform: rotate(0);
                -webkit-transition: all, 0.3s;
                -moz-transition: all, 0.3s;
                -ms-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

.featured__item:hover .featured__item__pic_new .featured__item__pic_new__hover {
    bottom: 0px;
    display: block;
}

.actionbuttondiv {
    top: 40%;
    position: absolute;
    left: 28%;
}

    .actionbuttondiv .qty-number {
        left: -4px;
        position: absolute;
        bottom: 90px
    }

.new-price-new {
    font-size: 14px;
    font-weight: bold;
    color: #fe951c;
}

.featured__item__text__new h5 {
    font-size: 20px;
}

.wishicononcorner {
}

/*.custom-row-style {
    border-width: 1px !important;
    border-color: lightgray !important;
    border-left: none;
    border-right: none;
}
.custom-cell-style {
    border-style: none !important;
}
.k-table {
    border-collapse: collapse  !important;
}
.k-grid .k-table tr {*/
/*    background: white !important;
*/ /*}
.k-grid .k-table-row.k-table-alt-row {
    background: white !important;
}
.k-table-thead tr {
    background: #f9fafc !important;
}*/
.telrikgrid {
    border-collapse: collapse;
    width: 100%;
}

    .telrikgrid thead tr th {
        border-bottom: none;
    }

        .telrikgrid thead tr th:first-child {
            border-top-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }

#ProductListGrid thead tr th:last-child {
    border-top-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
    border-bottom-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
    border-bottom: none;
}


.telrikgrid th,
.telrikgrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.telrikgrid tbody td {
    padding: 15px;
}

.telrikgrid th {
    background-color: #f2f2f2;
}

.telrikgrid {
    border-width: 0px !important;
}

.k-grid .k-table-row.k-table-alt-row {
    background: white !important;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*.k-menu:not(.k-context-menu) > .k-item {
    color: black !important;
}*/

/*No need to over ride Grid Theme* on 5/12/2025 */
/*.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order {
    color: rgb(41 104 233) !important;
}*/

/*No need to over ride Grid Theme* on 5/12/2025 */
/*.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected {
    background-color: rgb(41 104 233) !important;
    color: white !important;
}*/

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: rgb(41 104 233) !important;
    color: white;
    background-color: rgb(41 104 233) !important;
}

.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected, .k-menu.k-context-menu .k-item > .k-link:active, .k-menu.k-context-menu .k-item > .k-link.k-active, .k-menu.k-context-menu .k-item > .k-link.k-selected {
    background-color: rgb(41 104 233) !important;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*Apply css on only kendo window button not on grid button*/
.k-window .k-button-solid-primary {
    background-color: rgb(22 134 255) !important;
    border: 0px !important;
    border-radius: 40px !important;
    min-width: 25% !important;
    min-height:33px;
}

.telrikgrid {
    border-collapse: collapse;
    width: 100%;
}

    .telrikgrid thead tr th {
        border-bottom: none;
    }

        .telrikgrid thead tr th:first-child {
            border-top-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-left-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }

        .telrikgrid thead tr th:last-child {
            border-top-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom-right-radius: 0px; /* Adjust the value as needed for the desired border radius */
            border-bottom: none;
        }


#ProductListGrid th,
#ProductListGrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

#ProductListGrid tbody td {
    padding: 15px 0px 15px 0px;
    background: white;
}

#ProductListGrid th {
    background: #f9fafd;
}

#MyShoppingCartGridList th,
#MyShoppingCartGridList td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

#MyShoppingCartGridList tbody td {
    padding: 15px 0px 15px 0px;
    background: white;
}

#MyShoppingCartGridList th {
    background: #f9fafc;
}

#MyCartListGrid th,
#MyCartListGrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

#MyCartListGrid tbody td {
    padding: 15px 0px 15px 0px;
    background: white;
}

#MyCartListGrid th {
    background: #f9fafc;
}

#LineItemGrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

#LineItemGrid td {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}

#LineItemGrid tbody td {
    padding: 15px 0px 15px 0px;
    /*background: white;*/
}
/* Set left border for the first td */
#LineItemGrid tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Set right border for the last td */
#LineItemGrid tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#LineItemGrid tbody tr {
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background-color: white;
 
    border-bottom-left-radius: 10px;*/
    /* padding-top: 31px; */
    /*margin-top: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    display: table;
    width: 1539px;
    border: 1px solid blue;
    border-width: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

#LineItemGrid th {
    background: #f9fafc;
}

.productname {
    color: #2968e9;
    font-weight: 600;
}

.productname-boxview {
    color: #2968e9;
    font-weight: 600;
}

.gttnno {
    font-weight: 600;
}

.new-price-grid {
    color: #fe6e77;
}

.new-price-grid-viewcart {
    color: #fe6e77;
    font-weight: 700;
}

.quntity-button-left {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.quntity-button-right {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.k-grid-header {
    background: red;
}

.text-muted-grid {
    font-size: 12px;
    font-weight: 700;
}

.price-grid {
    text-align: end;
    padding-right: 22px;
}

.qty-number input {
    background: rgba(41, 104, 233, 0.15);
    height: 25px;
    width: 50px;
    font-size: 15px;
    color: #2968e9;
    border: 0px;
}

.list-group-filter-inner-item {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    padding-left: 10px !important;
}

.cardnew-parent {
    box-shadow: 0 0px 10px 10px rgba(52,40,104,.08);
    padding: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cardnew {
}

.cardnew-h2 {
    background: rgb(41 104 233);
    color: white;
    border-radius: 10px;
    padding: 10px 8px 10px 8px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.cardnew-i {
    float: right;
}

.cardnewdiv-1 {
    padding-left: 10px;
}

.cardnewdiv-2 {
    padding-left: 10px;
}

.cardnewdiv-3 {
    padding-left: 10px !important;
    border-left: 1px solid lightgray;
}

.cardnewdiv-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.filter-parentdiv-1 {
    background: white;
    border-radius: 20px;
    /*padding-left: 50px !important;*/
    max-width: 22.2% !important;
}

.filter-parent {
    padding-left: 50px;
}

.filter-parentdiv-2 {
    background-image: url(../../assets/images/boxPattan.png);
    background-repeat: no-repeat;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-position: left 140px center;
    background-size: 240px 50px;
    /* width: 280px; */
    /* height: 31px; */
    background-color: #565656;
    border: 0px;
}

.filter-parentdiv1h5 {
    padding: 15px 0px 15px 24px;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 22px; */
    margin: 0;
}

.form-select-lineitem {
    width: 80%;
    border-radius: 30px !important;
    background: #dfe8fc;
    border: 1px solid #2968e9;
}

.k-grid .k-detail-row .k-detail-cell {
    border-inline-start-width: 0;
    padding-left: 35% !important;
}

.child-grid {
}

.grid-box-view {
    background-size: cover;
    border: none;
    width: 37px;
    height: 36px;
    background-color: transparent;
    border: 0px !important;
}

.selected-image {
    border: 2px solid #1686ff !important;
    border-radius: 10px;
}

.thumb-image {
    height: 50px;
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    border: 0px solid #1686ff !important;
    object-fit: contain;
}

.k-expander {
    background-color: #1b6ef300 !important;
}

.k-expander-title {
    color: #1586ff !important;
    font-weight: 600 !important;
}

#brazil table tr td {
    background-color: transparent !important;
}

.k-expander-header {
    border-bottom: 1px solid lightgray !important;
}

.hide-hierarchy-cells {
    display: none;
}

.k-grid .k-hierarchy-cell .k-i-collapse {
    background-color: blue;
    background-image: url('http://www.insideredbox.com/images/icon_minus.png');
    background-position: 50% 50%;
}

.k-grid .k-hierarchy-cell .k-i-expand {
    background: red;
    background-image: url('http://downloadicons.net/sites/default/files/plus-octagon-frame-icon-19983.png');
    background-position: 50% 50%;
}

/* remove the font icon, as of R1 2017 */
.k-grid .k-hierarchy-cell .k-icon:before {
    content: none;
}

.color-size-flex {
    padding-top: 95px !important;
    margin: 15px;
    top: 90px;
    position: absolute;
}
/*No need to over ride Grid Theme* on 5/12/2025 */
#breadcrumb .k-svg-icon > svg {
    fill: currentColor;
    flex: 1 1 auto;
    color: #1284ff;
}

.k-button-flat-primary {
    color: #1686ff !important;
}

.pageAreaWd {
    padding-left: 255px !important;
}

.BrandLogo {
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #4d2fd1;
    margin-left: 25px;
    margin-right: 25px;
}

    .BrandLogo img {
        height: auto;
    }
/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2968E9;
    -webkit-box-shadow: inset 0 0 6px #2968E9;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }

.complete strong {
    color: black;
}

.POStatusPending {
    color: red !important;
}

    .POStatusPending :before {
        background: red !important
    }

    .POStatusPending b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #ff1c78;
        padding-left: 14px;
    }

        .POStatusPending b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #1CBBFF;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }

.POStatusVendoreChange {
    color: #FF8A00 !important;
}

    .POStatusVendoreChange :before {
        background: #FF8A00 !important
    }

    .POStatusVendoreChange b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #FF8A00;
        padding-left: 14px;
    }

        .POStatusVendoreChange b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #1CBBFF;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }



.POStatusOpen :before {
    background: #1CBBFF !important
}

.POStatusOpen b {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #1CBBFF;
    padding-left: 14px;
}

    .POStatusOpen b::before {
        content: "";
        height: 100%;
        width: 4px;
        background: #1CBBFF;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        position: absolute;
        border-radius: 4px;
    }



.POStatusCompleted :before {
    background: #60AC32 !important
}

.POStatusCompleted b {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #60AC32;
    padding-left: 14px;
}

    .POStatusCompleted b::before {
        content: "";
        height: 100%;
        width: 4px;
        background: #60AC32;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        position: absolute;
        border-radius: 4px;
    }

.POCheckBoxStatus {
    font-size: 14px;
    font-weight: 600;
}

.myHistoryModalCustomWidth {
    width: 86% !important;
    max-width: 100% !important;
}

.asn-active {
    border: 1px solid #4222CE;
}

.asn-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0px #01152D1F;
    display: flex;
    border-radius: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    align-items: center;
}

    .asn-box .asn-box-col {
        padding: 20px;
    }

.POStatusShipped {
    color: #60AC32 !important;
}

    .POStatusShipped :before {
        background: #60AC32 !important
    }

    .POStatusShipped b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #60AC32 !important;
        padding-left: 14px;
    }

        .POStatusShipped b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #1CBBFF;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }

.POStatusReceived {
    color: #60AC32 !important;
}

    .POStatusReceived :before {
        background: #60AC32 !important
    }

    .POStatusReceived b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #60AC32 !important;
        padding-left: 14px;
    }

        .POStatusReceived b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #1CBBFF;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }



.POOrderConfirmationConfirm {
    color: #60AC32 !important;
}

    .POOrderConfirmationConfirm :before {
        background: #60AC32 !important
    }

    .POOrderConfirmationConfirm b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #60AC32 !important;
        padding-left: 14px;
    }

        .POOrderConfirmationConfirm b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #1CBBFF;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }

.POOrderConfirmationPending {
    color: red !important;
}

    .POOrderConfirmationPending :before {
        background: red !important
    }

    .POOrderConfirmationPending b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: red !important;
        padding-left: 14px;
    }

        .POOrderConfirmationPending b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: red;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }

.POOrderConfirmationVendoreChang {
    color: #FF8A00 !important;
}

    .POOrderConfirmationVendoreChang :before {
        background: #FF8A00 !important
    }

    .POOrderConfirmationVendoreChang b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #FF8A00 !important;
        padding-left: 14px;
    }

        .POOrderConfirmationVendoreChang b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #FF8A00;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }
/* End Landing Page CSS Added by Vaishnav*/

.POOrderConfirmationBuyerChang {
    color: #FF8A00 !important;
}

    .POOrderConfirmationBuyerChang :before {
        background: #FF8A00 !important
    }

    .POOrderConfirmationBuyerChang b {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        color: #FF8A00 !important;
        padding-left: 14px;
    }

        .POOrderConfirmationBuyerChang b::before {
            content: "";
            height: 100%;
            width: 4px;
            background: #FF8A00;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            position: absolute;
            border-radius: 4px;
        }

.k-notification {
    width: 300px; /* Adjust width as needed */
    /*height: 75px;*/ /* Adjust height as needed */
    margin-bottom: 20px; /* Add space between notifications */
}

.k-notification-info {
    border-color: #43ac6a !important;
    color: white;
    background-color: #43ac6a !important;
    height: 60px !important;
}

.k-notification-actions .k-svg-icon > svg {
    color: #ffffff !important
}

.k-notification .k-notification-icon {
    display: none; /* Hide default icon */
}

.k-notification {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4285714286;
    cursor: default;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 4px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #ffffff;
    background-color: #2968e9 !important;
}

/*No need to override Grid Theme* on 5/12/2025 Comment-1*/
/*same k-picker class using by Grid or dropdown, So we have to use this class which will apply on DD but not in Grid DD Comment-2*/
#AddCorporateAddressModal .k-picker-solid, #section1 .k-picker-solid, #section2 .k-picker-solid, #section3 .k-picker-solid, #AddBulkOnBoardModal .k-picker-solid, #OnBoardingPopupModal .k-picker-solid, #AddNewConnectionProfileModal .k-picker-solid {
    border-color: #2968e9;
    color: #424242;
    background-color: #e7eefd !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    border-radius: 15px !important;
    height: 35px !important;
    width: 283px !important;
}


    .k-picker-solid:focus, .k-picker-solid.k-focus {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08) !important;
    }

/*No need to override Grid Theme* on 5/12/2025 */
/*same k-picker class using by Grid or dropdown, So we have to use this class which will apply on DD but not in Grid DD Comment-2*/
#AddCorporateAddressModal .k-picker-solid, #section1 .k-picker-solid, #section2 .k-picker-solid, #section3 .k-picker-solid, #AddBulkOnBoardModal .k-picker-solid, #OnBoardingPopupModal .k-picker-solid, #AddNewConnectionProfileModal .k-picker-solid {
    border-color: #2968e9 !important;
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

/*No need to override Grid Theme* on 5/12/2025 */
/*.k-input-md, .k-picker-md {
    font-size: 13px !important;
    line-height: 1.4285714286;
    font-weight: 600 !important;
}*/

.k-list *, .k-list *::before, .k-list *::after {
    box-sizing: border-box;
    font-size: 13px !important;
    /* font-weight: 600; */
}

span.k-input-inner {
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    left: 7px !important;
}

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

.StateMenu li {
    padding: 3px 0px 0px 10px;
}
/*.orderlifecyclediv{
    font-size:9px;
}*/
.lineItemDropDown {
    text-align: center !important;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*same k-picker class using by Grid or dropdown, So we have to use this class which will apply on DD but not in Grid DD Comment-2*/
#AddCorporateAddressModal .k-picker-solid, #Section1 .k-picker-solid, #Section2 .k-picker-solid, #Section3 .k-picker-solid, #AddBulkOnBoardModal .k-picker-solid, #OnBoardingPopupModal .k-picker-solid, #AddNewConnectionProfileModal .k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #5f8eef !important;
    background-color: #e7eefd !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}


.TemplateList .k-dropdownlist {
    width: 258px !important; /* Adjust the width as needed */
}

.TRadingPartnerList .k-dropdownlist {
    width: 258px !important; /* Adjust the width as needed */
}

.CatalogList .k-dropdownlist {
    width: 353px !important; /* Adjust the width as needed */
}

.k-loading-image {
    z-index: 2;
    color: currentColor;
    display: none;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*.k-filter-menu-container .k-dropdownlist {
    text-align: left !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #424242 !important;
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)) !important;
}*/

    .k-filter-menu-container .k-dropdownlist .k-svg-icon > svg {
        color: black !important;
    }

.headerWd {
    transition: width 0.3s ease;
    width: 75px;
}

    .headerWd.collapsed {
        width: 60px;
    }

.pageAreaWd {
    transition: padding-left 0.3s ease;
    padding-left: 70px !important;
}

    .pageAreaWd.collapsed-padding {
        padding-left: 0 !important;
    }

#mobileMenu {
    display: none;
}

.action-buttons {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
    min-width: 154px !important;
    /* width: auto !important;*/
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #007bff;
    font-weight: 500 !important;
}

    .action-buttons ul {
        font-size: 13px !important;
    }

    .action-buttons li a {
        color: #007bff !important;
    }

    .action-buttons li {
        margin: 4px 0;
        list-style: none;
        padding: 6px 10px;
        border-radius: 8px;
        cursor: pointer;
        /*     padding: 5px 10px;
        cursor: pointer;*/

        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        align-content: space-between;
        /*      justify-content: space-around;*/
    }

.navECMenu_MenuName {
    display: none;
}

.submenu {
    display: none;
}

.pagebody {
    width: 100%;
}

.SearchContainer {
    padding-top: 10px;
    margin-left: -50px;
}

.TemplateContainer {
    padding-left: 0px;
    margin-left: 0px;
    width: 455px;
}

.CreateOrderButton {
    padding-top: 12px;
    padding-left: 10px;
    right: 0px;
}

.clsAddtoCart {
    padding-top: 10px;
    margin-left: 0px;
}

@media screen and (max-width: 1024px) {

    .clsBoxCol {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 100% !important;
        min-width: 33% !important
    }

    .clsAddtoCart {
        padding-top: 10px;
        margin-left: 0px;
        /*        background: red;
*/
    }

    .CatalogList .k-dropdownlist {
        width: 268px !important;
    }

    .CreateOrderButton {
        padding-top: 12px;
        padding-left: 10px;
        right: 0px;
        /*        background: pink;
*/ max-width: 100% !important;
        width: 161px !important;
        left: 17px !important;
    }

    .SearchContainer {
        padding-top: 10px;
        margin-left: -20px;
        /*        background: red;
*/
    }

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 404px !important;
        /*        background: blue;
*/
    }



    #BlankGridView {
        width: 130px !important;
        height: 50px;
        /*        background: red;
*/ max-width: 100%;
    }

    .tableSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        max-width: 100% !important;
        min-width: 111% !important;
        width: 100% !important;
    }

    #BlankBoxView {
        width: 23px !important;
        height: 50px;
        /*        background: green;
*/ max-width: 100%;
    }

    .k-grid-toolbar {
        border-color: inherit;
        box-shadow: none;
        overflow-x: auto !important;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }
}
/*  Styles for 1920x1080 */
.excelGrid {
    display: contents;
}

.k-grid-content {
    width: 100%;
    min-height: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    height: 500px !important;
    flex: 1;
}

.VCBoxViewContainer {
    padding-top: 10px;
    padding-left: 15px;
}

.CatalogList .k-dropdownlist {
    min-width: 353px;
}

.VCLeftPanel {
    flex: 0 0 63.66667% !important;
}

.pageArea {
    padding-left: 255px !important;
}

.headerWd {
    width: 266px !important;
    min-width: 266px !important;
}

.navECMenu_MenuName {
    display: unset !important;
}

.submenu {
    display: block !important;
}


.filter-parentdiv-1 {
    padding-left: 15px !important
}

.PDfilter-parentdiv-1 {
    padding-left: 65px !important
}

.cardnew-parent {
    padding-top: 10px !important;
}

.cardnewdiv-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.commanBoddy1 {
    padding: 25px 18px 25px 30px !important;
}

.containerBox {
    padding: 0px 0px 0px 25px !important;
}

.homeBottomSection {
    padding-right: 18px !important;
    padding-left: 2px !important;
}

.carousel {
    position: relative;
    height: 490px;
    padding-right: 6px !important;
}

.orderOverviewSection {
    margin-top: 43px;
    padding: 0px 30px 0px 12px !important;
}

    .orderOverviewSection .orderOverviewWrap {
        display: block !important;
    }

        .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
            width: 36% !important;
            min-height: 420px;
        }

        .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
            width: 62% !important;
            min-height: 420px;
        }

.DrawerFooterDiv1 {
    position: fixed;
    top: 94%;
    width: 39%;
    background: white;
    left: 61%;
}

.DrawerFooterDiv2 {
    border-top: 1px solid lightgray;
    padding: 5px 0px 0px 0px !important;
    font-weight: 800;
}

.DrawerFooterDiv3 {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.cartPside {
    padding-left: 65px !important;
    padding-right: 88px !important;
}

.COLocationlabel {
    position: relative;
    bottom: 20px;
    color: #2968e9;
}

.COLocationSwitchDiv {
    padding: 0px !important;
}

.modal-dialog-checkout {
    width: 87% !important;
}

.COModal {
    padding: 0px 0px 0px 0px !important;
}

.DrawerHeading1 {
    font-weight: 600;
    right: 0px;
    top: 5px;
    z-index: 1;
    font-size: 18px;
    color: rgb(33 37 41);
    position: absolute;
}

.DrawerHeading2 {
    font-weight: 600;
    right: 40px;
    top: 5px;
    z-index: 1;
    font-size: 18px;
    color: rgb(33 37 41);
    position: absolute;
}

.DrawerHeader {
    flex: 0 0 83.33333%;
    max-width: 80.33333% !important;
}

.DrawerHeader1 {
    flex: 0 0 83.33333%;
    max-width: 72.33333% !important;
}

.SCContinueShoppingBtn {
    background: rgba(41, 104, 233, 0.15);
    margin-right: 10px;
    border: 1px solid #007bff !important;
    background: #007bff !important;
}

.PDProductInfoContainer {
    width: 48%;
    max-width: 100%;
}

.PDHeader {
    /* padding: 0px 0px 22px 10px;*/
    padding: 0px 30px 22px 0px;
}

.PDProductCategoryDiv {
    margin: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    max-width: 100% !important;
    min-width: 50% !important;
}

.PDAddToCartDiv {
    /* flex: 0 0 78.66667% !important; */
    max-width: 100% !important;
    min-width: 50% !important;
}

.clsViewCartGridView {
    background: red;
    max-width: 100% !important;
    width: 988px;
}

.TemplateContainer {
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 455px !important;
}

/*  .CatalogList .k-dropdownlist {
        width: 394px !important;
    }*/

/*#BlankGridView {
        width: 405px !important;
        height: 50px;*/
/*        background: red;
*/ /*max-width: 100%;
    }*/

#BlankBoxView {
    width: 82px !important;
    height: 50px;
    /*        background: green;
*/ max-width: 100%;
}

.orderlifecyclediv1 {
    padding: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
    border-radius: 20px;
    width: 800px;
    left: 65px !important;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    cursor: pointer;
}

#CMReportTitle {
    text-align: center;
    color: #007bff;
    font-size: x-large;
}

.k-toolbar-item:has(.CMReportTitle) {
    display: block;
    /*   background: green;*/
    width: 44%;
    text-align: center;
}

#CILReportTitle {
    text-align: center;
    color: #007bff;
    font-size: x-large;
}

.k-toolbar-item:has(.CILReportTitle) {
    display: block;
    /*  background: green;*/
    width: 40%;
    text-align: center;
}

#ReportTitle {
    text-align: center;
    color: #007bff;
    font-size: x-large;
}

.k-toolbar-item:has(.ReportTitle) {
    display: block;
    /*  background: green;*/
    width: 47%;
    text-align: center;
}

.featured__filter {
    padding: 0px 10px 0px 10px !important;
    margin: 0 auto;
}

.clsUserName {
    padding-left: 5px !important;
    padding-top: 25px !important;
    margin-top: -9px !important;
    font-weight: 600 !important;
}

.d-filter-pending {
    border-radius: 15px;
    background: #fff;
}

.d-filter-box {
    box-shadow: 0px 5px 20px 4px rgba(0, 0, 0, .1);
}

.d-filter-box {
    padding: 20px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.d-filter-cont {
    display: flex;
}

    .d-filter-cont strong {
        font-size: 22px;
    }

.clsImputBackground {
    background: rgba(41, 104, 233, 0.15) !important;
}

.clsBoxContainer {
    background: #d6dcff;
    border-radius: 15px;
    padding: 20px;
}

.boxShadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.boxShadow2 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
    padding-top: 20px;
}

.boxShadow2Footer {
    padding-top: 20px;
}

.bUnitName {
    background: #8ea7ff;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: white;
}

.clsDotOption2 {
    float: inline-end;
    font-size: 30px;
    color: #007bff;
    bottom: -23px;
    position: absolute;
    left: 60px;
}

.clsSection {
    padding-bottom: 15px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid rgba(0, 0, 0, 0.1) !important;
}

.clsContainerHeading {
    padding-top: 8px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    text-wrap-mode: nowrap;
}

.clsDotOption {
    float: inline-end;
    font-size: 30px;
    color: #007bff;
    font-weight: 800;
}

.more-options {
    float: inline-end;
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
}

.clsBottomBodder {
    border-bottom: 1px solid lightgray;
    padding: 10px;
    /* background: red;*/
    padding-left: 0px;
    left: -20px;
}

.clsBottomOption {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}



.business-unit-card {
    background-color: white;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.unit-name {
    font-weight: bold;
}

.icon {
    margin-right: 4px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}


.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}


.rounded-full {
    border-radius: 5px;
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(28 187 255);
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: #ff8a00;
}

.text-purple-500 {
    --tw-text-opacity: 1;
    color: #5c45db;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
    --tw-text-opacity: 1;
    color: #ff8a00;
}

.justify-between {
    justify-content: space-between;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-disable-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(213 217 224);
}

.bg-testing-new-500 {
    --tw-bg-opacity: 1;
    background-color: #5c45db;
}

.bg-orange-new-500 {
    --tw-bg-opacity: 1;
    background-color: #ffb400 !important;
}

.statusList li.enabledMark:before {
    background: green;
    border-color: green;
}

.bg-enable-500 {
    --tw-bg-opacity: 1;
    background-color: red;
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: #fd7e14;
}

.mr-2 {
    margin-right: 0.5rem;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.containerTSet {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.button-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.buttonTSet {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    color: #212529;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
}

    .buttonTSet.active {
        color: #fff;
        background-color: #007bff;
    }

.section-title {
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}

.remove-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: #f2f2f2;
    color: #555;
    font-size: 14px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .remove-button:hover {
        background-color: #e0e0e0;
        border-color: #999;
    }

    .remove-button .icon {
        font-size: 16px;
    }

.link-button {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

    .link-button:hover {
        text-decoration: underline;
    }

    .link-button .icon {
        font-size: 16px;
    }

.toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .toggle-switch::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        transition: transform 0.3s ease;
    }

    .toggle-switch.active {
        background: #007bff !important;
    }

        .toggle-switch.active::before {
            transform: translateX(20px);
        }

.toggle-label {
    font-size: 14px;
    color: #333;
}

.ContainerHeaderBackground {
    padding: 9px 0px 0px 21px;
    height: 55px;
    background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
    background-repeat: no-repeat;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: contain;
    background-position-x: right;
    background-color: #565656;
}

.custom-modal-width {
    max-width: 690px !important;
    top: 140px;
}

.k-grid .k-grid-header .k-header {
    border-bottom: none;
    background-color: #F4FAFF;
}

.k-svg-icon > svg {
    fill: black;
    flex: 1 1 auto;
}

#filters .container {
    display: flex;
    gap: 90px;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    /* padding: 20px 20px 20px 102px; */
    justify-content: space-around;
    border: 0px solid #dedede;
    background-color: none;
}

#filters .box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    text-align: left;
    width: 232px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#filters .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

#filters .pending .icon {
    background-color: #bbb;
}

#filters .testing .icon {
    background-color: #6836cd;
}

.production .icon {
    background-color: #ffb400;
}

.completed .icon {
    background-color: green;
}

.disable .icon {
    background-color: red;
}


#filters .box.selected {
    color: black;
}

#filters .in-progress .icon {
    background-color: purple;
}

#filters .docowner .icon {
    background-color: #edf2fa;
}

#filters .content {
    display: flex;
    flex-direction: column;
}

#filters .count {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

#filters .label {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.disabled-overlay {
    /*pointer-events: none;*/
    /*opacity: 0.5 !important;*/
    /*background-color: #e9e9e9 !important;*/
    pointer-events: none;
    background-color: #e9e9e9 !important;
    accent-color: black !important; /* Works in modern browsers */
    opacity: 0.6; /* Optional: for visual indication */
}
.disabled-overlay-Radio {
    /*pointer-events: none;*/
    /*opacity: 0.5 !important;*/
    /*background-color: #e9e9e9 !important;*/
    pointer-events: none;
    accent-color: black !important; /* Works in modern browsers */
    opacity: 0.6; /* Optional: for visual indication */
}
.disabled-overlay-Label {
    /*pointer-events: none;*/
    /*opacity: 0.5 !important;*/
    /*background-color: #e9e9e9 !important;*/
    pointer-events: none;
    accent-color: black !important; /* Works in modern browsers */
    opacity: 0.6; /* Optional: for visual indication */
}
.OnbordingCount {
    font-size: 20px;
    font-weight: 600;
    padding-left: 2px;
}

.context-menu {
    position: absolute;
    top: 50px;
    right: 60px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: #007bff;
    font-weight: 800 !important;
}

.NoRecordFound {
    display: flex;
    min-height: 255px;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding-left: 186px;
    padding-top: 0px;
}

.k-svg-icon > svg {
    fill: currentColor;
    flex: 1 1 auto;
}

.k-breadcrumb {
    width: fit-content;
    background: transparent;
    color: black;
}

.k-breadcrumb-item {
    width: fit-content;
    background: transparent;
    color: black;
    font-weight: 800;
}

.k-breadcrumb-link {
    color: black !important;
}

#bottomSection {
    height: 500px;
}

.k-svg-icon.k-icon-xs {
    width: 20px !important;
    height: 20px !important;
}

.allDoucementList {
    border-radius: 20px;
    background: #FFF;
    /* box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12); */
    margin: 10px 0;
    /* padding: 62px 14px 15px 15px; */
    height: 85px;
}

    .allDoucementList .allDoucementLeft {
        display: inline-block;
        width: calc(100% - 9.75vw);
        vertical-align: middle;
        align-items: center;
    }

    .allDoucementList .allDoucementRight {
        display: inline-block;
        vertical-align: middle;
    }

        .allDoucementList .allDoucementRight .dateBox {
            margin: 0 2.2vw 0 0;
            display: inline-block;
            vertical-align: middle;
        }

#AddCorporateAddressModal .k-picker, #section1 .k-picker, #section2 .k-picker, #section3 .k-picker, #AddBulkOnBoardModal .k-picker, #OnBoardingPopupModal .k-picker, #AddNewConnectionProfileModal .k-picker {
    cursor: pointer;
    width: 100% !important;
}


/*No need to override Grid Theme* on 5/12/2025 */
/*same k-picker class using by Grid or dropdown, So we have to use this class which will apply on DD but not in Grid DD Comment-2*/
#AddCorporateAddressModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section1 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section2 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section3 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #AddBulkOnBoardModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #OnBoardingPopupModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #AddNewConnectionProfileModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding-block: 4px;
    padding-inline: 8px;
    color: #007bff !important;
    font-weight: 600;
}


.k-toolbar-item {
    display: contents !important;
}

.k-window-titlebar {
    border-color: inherit;
    color: white !important;
    background-color: #565656 !important;
}

.k-window {
    border-radius: 15px !important;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242 !important;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-window-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #565656;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
    background-repeat: no-repeat;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: contain;
    background-position-x: right;
    background-color: #565656;
}

.k-window .k-window-titlebar-actions .k-svg-icon > svg {
    fill: white !important;
    flex: 1 1 auto;
}

.k-grid-column-menu .k-svg-icon > svg {
    fill: black !important;
}

.clsBoxStatusOverView {
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 130px;
}

.status-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #d6dcff;
        padding: 10px 15px;
        border-radius: 10px;
        width: 80%;*/
    margin: auto;
}

.status-section {
    display: flex;
    align-items: center;
}

    .status-section label {
        font-weight: bold;
        margin-right: 10px;
        margin-top: 5px;
    }

.status-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .status-buttons div {
        padding: 0px 12px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
    }
/* Background colors for each status */
.production {
    background-color: white; /* Light Yellow */
    color: #ffb400;
}

.testing {
    background-color: white; /* Light Blue */
    color: #6836cd;
}

.pending {
    background-color: white; /* Light Grey */
}
/* Disabled styling */
.status-buttons input:disabled + label {
    color: #bbb;
    /* cursor: not-allowed;*/
}

.view-details {
    color: #2d6cdf;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.icon-eye {
    font-weight: 700 !important;
}

.clsPaddingLeftInTSet {
    padding-left: 18px;
}

.more-group {
    position: relative;
}

.k-toolbar {
    overflow: visible !important; /* Ensure toolbar does not clip the dropdown */
}

.clsLeftLabelName-1 {
    padding: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.clsLeftLabelName-2 {
    padding: 0px !important;
}

.clsrightOptins {
    padding-right: 0px !important
}

.flex.items-center.countDisplay {
    display: flow;
}

.k-dialog-actions {
    justify-content: center !important; /* Centers the button */
}

.MessageContainer {
    text-align: center !important;
    font-size: 20px;
    padding: 15px;
}

.MessageContainerInner {
    text-align: center;
    font-size: 15px;
}
/*No need to override Grid Theme* on 5/12/2025 */
/*Apply css on only kendo window button not on grid button*/
.k-window .k-button-solid-base {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.45rem 1.25rem;
    min-width: 90px !important;
    opacity: 1;
    width: 95px !important;
    border: 0px !important;
    border-radius: 40px !important;
    min-height:33px;
    min-width:25% !important;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*Apply css on only kendo window button not on grid button*/
k-window .k-button-solid {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0.45rem 1.25rem;
    min-width: 90px !important;
    opacity: 1;
    width: 95px !important;
}

.bgContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Ensures it appears above everything */
}

.k-dialog {
    z-index: 1051 !important; /* Ensures dialog is above the background */
}

.k-alert {
    z-index: 10006 !important;
}

.k-window {
    z-index: 10006 !important;
}

/*No need to override Grid Theme* on 5/12/2025 */
/*    .k-menu:not(.k-context-menu) > .k-item {
        color: red !important;
    }
*/
/*No need to override Grid Theme* on 5/12/2025 */
/*    span.k-menu-link-text {
        color: #1284ff;
    }
*/
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 2px;
    -moz-osx-font-smoothing: grayscale;
}

.selected-label {
    /*color: #92b2f3;*/ /* Change to the color you want */

    color: #2968e9;
    font-weight: bold;
}

.clsSubTenantList {
    list-style-type: none;
    padding: 5px 0px 5px 24px;
}

.clsTenantList {
    list-style-type: none;
    height: 198px;
    overflow: auto;
}

.clsSubTenantListParent {
    list-style-type: none;
}

.clsECIcon {
    position: relative;
}

.clsTenantListChild {
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.border-red {
    border: 1px solid red !important;
    /*border: 1px solid #2968e9 !important;*/
}

.selected-tenant {
    color: white !important;
    background-color: #007bff !important; /* Blue background */
    padding: 5px;
    border-radius: 4px;
}

.selected-subtenant {
    color: white !important;
    background-color: #007bff !important; /* Blue background */
    padding: 5px;
    border-radius: 4px;
}

.k-window-content .k-button-md.k-icon-button {
    padding: 0px !important;
    border-left: 1px solid #aeb5c1 !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    /* width: 0px; */
}

.k-toolbar .k-toolbar-overflow-button {
    display: none !important;
}

span.k-input-inner {
    white-space: nowrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /* left: 7px !important; */
    /* text-align: -webkit-center; */
}

.k-picker .k-input-button {
    color: inherit;
    background: none;
    border-color: transparent;
    padding: 0px !important;
    border-left: 1px solid #aeb5c1 !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

span.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button {
    width: 45px !important;
    min-width: 0% !important;
}
/*  .k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
        color: #424242 !important;
        background-color: #ececec;
    }*/
.droprightState {
    left: 42px;
}

.droprightState1 {
    left: 63px;
}

.SelectedTPActive {
    /*  border: 2px solid #007BFF;*/
    /*        box-shadow: 0px 10px 20px rgba(0, 123, 255, 0.5);
        border-radius: 6px;
*/
    /*transition: box-shadow 0.3s ease, border 0.3s ease;
*/ background-color: #007bff;
}

    .SelectedTPActive .more-options {
        float: inline-end;
        font-size: 24px;
        color: black;
        cursor: pointer;
    }


.k-filter-menu-container .k-input-inner {
    color: black !important;
    font-weight: inherit !important;
}

a {
    cursor: pointer;
}

.action-buttons ul li:hover {
    background-color: #eef3fd; /* or any color you like */
}

input[type="radio"] {
    cursor: pointer;
}

.context-menu ul li:hover {
    background-color: #eef3fd; /* or any color you like */
    cursor: pointer;
    border-radius: 8px;
}

.k-breadcrumb-item {
    cursor: pointer;
}
#checkout_inner_modal_sm11{
    margin-top:-30px;
}

.toggle-switch.active.force-grey-bg {
    background-color: #e9e9e9 !important;   
}


/*     Styles for 1280x800 */
/*@media screen and (min-width: 1025px) and (max-width: 1280px) {*/
    /*     Styles for 1280x800 */
    /*    .orderOverviewSection .orderOverviewWrap {
        display: block !important;
        margin-bottom: 11px;
    }
       .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
        width: 100% !important;
    }
    .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
        width: 100% !important;
        margin-top: 44px;
    }*/

    /*.VCBoxViewContainer {
        padding-top: 10px;
        padding-left: 15px;
    }

    .headerWd {
        width: 75px !important;
        min-width: 75px !important;
    }

    .selectcatalogheading {
        padding-left: 0px !important;
    }

    .CreateOrderButtonBtn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .filter-parentdiv-1 {
        padding-left: 15px !important;
        max-width: 24.2% !important;
    }

    .PDfilter-parentdiv-1 {
        padding-left: 55px !important
    }

    .cardnew-parent {
        padding-top: 10px !important;
    }

    .cardnewdiv-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .orderOverviewSection .orderOverviewWrap {
        display: block !important;
    }

        .orderOverviewSection .orderOverviewWrap .orderOverviewLeft .invoiceWrap {
            background: #ffffff;
            border-radius: 20px;
            display: flex;
            padding: 24px 0.354vw !important;
            margin-bottom: 24px;
            justify-content: space-between;
        }

    .customTable table tbody tr td {
        background: #ffffff;
        padding: 10px 18px;
        min-width: 140px;
        padding-right: 0px !important;
        padding-left: 6px !important;
    }

    .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
        width: 28% !important;
        min-height: 420px;
    }

    .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
        width: 70% !important;
        min-height: 420px;
        height: 420px;
    }

    .col-form-checkout-label-sm {
        color: #2968e9;
        width: 270px;
    }

    .COExcelController {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .breadcrumbdiv {
        background: #eaeef7;
        padding-left: 40px;
        background: red;*/
        /* width: 51% !important; */
        /* min-width: 10%; */
        /* max-width: 100% !important; */
        /*flex: 0 0 24.66667% !important;
        padding-bottom: 20px;
        padding-left: 30px !important;
    }

    .orderlifecyclediv {
        padding-right: 100px;
        padding-top: 30px;
        background: #eaeef7;
        padding-bottom: 30px;
        flex: 0 0 37.66667%;
        width: 75% !important;
        max-width: 100% !important;
    }


    .tabs-listing-checkout {
        min-width: 368px !important;
    }

    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-between;
    }

    .nav-tabs .nav-link {
        min-width: 181px !important;
        padding: 8px 15px;
    }

    .orderlifecyclediv1 {
        padding: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius: 20px;
        width: 1000px;
        left: 80px !important;
    }

    .DrawerCartDetailCol {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 74% !important;
    }

    .COCownloadController1 {
        flex: 0 0 41.66667%;
        max-width: 55.66667% !important;
    }

    .DrawerFooterDiv1 {
        position: fixed;
        top: 90%;
        width: 39%;
        background: white;
        left: 61%;
    }

    .DrawerFooterDiv2 {
        border-top: 1px solid lightgray;
        padding-top: 12px;
        font-weight: 800;
    }

    .DrawerFooterDiv3 {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }

    .DrawerFooterBtnViewCart {
        right: 47px;
    }

    .COCownloadController2 {
        flex: 0 0 41.66667%;
        max-width: 43.66667% !important;
    }

    .col-form-checkout-label-sm {
        font-size: 12px !important;*/
        /* width: 145%;*/
    /*}

    .tab-content {
        padding: 20px 40px !important;
        margin: 0px 3px 0px 0px;
    }

    .modal-dialog-checkout {
        width: 94% !important;
    }

    .k-dropdownlist {
        cursor: pointer;
        width: 194px !important;
    }

    .cartPside {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .COLocationlabel {
        position: absolute;
        bottom: 38px;
        right: 80px;
        color: #2968e9;
    }

    .DrawerHeading1 {
        font-weight: 600;
        right: 0px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .COModal {
        padding: 0px 0px 0px 0px !important;
        background: #f7f7f7;
    }

    .DrawerHeading2 {
        font-weight: 600;
        right: 0px;
        top: -3px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: relative;
    }

    .DrawerHeader {
        flex: 0 0 83.33333%;
        max-width: 73.33333% !important;
    }

    .DrawerHeader1 {
        flex: 0 0 83.33333%;
        max-width: 67.33333% !important;
    }

    .pageHead-title {
        font-size: 15px !important;
    }*/
    /* .CGBlankRow1 {
        padding-left:88px !important;
    }*/
    /*  .k-toolbar-overflow-button {
        display: none !important;
    }*/
    /*.SCContinueShoppingBtn {
        background: rgba(41, 104, 233, 0.15);
        margin-right: 0px;
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }

    .PDProductInfoContainer {
        width: 34%;
        max-width: 100%;
    }

    .PDHeader {
        padding: 0px 0px 22px 10px;
    }

    .PDProductCategoryDiv {
        margin: 0px;
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 39.66667% !important;
        max-width: 100% !important;
        min-width: 3% !important;
    }

    .PDAddToCartDiv {*/
        /* flex: 0 0 78.66667% !important; */
        /*max-width: 100% !important;
        min-width: 60% !important;
    }

    .clsBoxCol {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 100% !important;
        min-width: 33% !important
    }

    .customTable table tbody tr td {
        min-width: 80px !important;*/
        /* max-width: 115px; */
    /*}



    .clsAddtoCart {
        padding-top: 10px;
        margin-left: 0px;*/
        /*        background: red;
*/
    /*}

    .CatalogList .k-dropdownlist {
        width: 268px !important;
    }

    .CreateOrderButton {
        padding-top: 12px;
        padding-left: 10px;
        right: 0px;*/
        /*        background: pink;
*/ /*max-width: 100% !important;
        width: 161px !important;
        left: 17px !important;
    }

    .SearchContainer {
        padding-top: 10px;
        margin-left: -20px;*/
        /*        background: red;
*/
    /*}

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 404px !important;*/
        /*        background: blue;
*/
    /*}



    #BlankGridView {
        width: 130px !important;
        height: 50px;*/
        /*        background: red;
*/ /*max-width: 100%;
    }

    .tableSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        max-width: 100% !important;
        min-width: 111% !important;
        width: 100% !important;
    }

    #BlankBoxView {
        width: 23px !important;
        height: 50px;*/
        /*        background: green;
*/ /*max-width: 100%;
    }

    #ContractedItemController .k-searchbox {
        width: 100% !important;*/
        /*background: yellow !important;*/
    /*}

    #ContractedItemController .k-toolbar-item:has(#fileUpload) {*/
        /* background: yellow !important;*/
        /*width: 25% !important;
    }

    #ContractedItemController #fileUpload {
        width: 145% !important;
    }

    .k-hidden {
        display: block !important;
    }*/

    /* #mobileMenu {
        display: block;
    }*/

    /*.k-toolbar {
        padding: 0px !important;
    }

    .file-upload-wrapper {
        width: 100% !important
    }

    #CMReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CMReportTitle) {
        display: block;*/
        /*        background: white;
*/ /*width: 20% !important;
        text-align: center;
    }

    #CILReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CILReportTitle) {
        display: block;*/
        /*  background: white;*/
        /*width: 20% !important;
        text-align: center;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.file-upload-wrapper) {
        width: 250px !important;
    }

    .k-toolbar-item:has(.ReportTitle) {
        display: block;*/
        /* background: white;*/
        /*width: 20% !important;
        text-align: center;
    }

    .pageArea .pagebody {
        min-height: calc(100vh - 85px);
        width: 100%;
    }

    .featured__filter {
        padding: 0px 0px 0px 0px !important;
        margin: 0 auto;
    }

    .containerBox {
        padding: 0px 0px 0px 18px !important;
    }

    .updateBox {
        text-align: center;
    }

    .moreDetail {
        text-align: center;
    }

    .actionbuttondiv {
        top: 40%;
        position: absolute;
        left: 22% !important;
    }

    .clsUserName {
        padding-left: 0px !important;
        padding-top: 33px !important;
        margin-top: -9px !important;
        font-weight: 600 !important;
        font-size: 14px !important;
    }
}*/
/*  Styles for 1366x768 */
/*@media screen and (min-width: 1281px) and (max-width: 1366px) {*/
    /*  Styles for 1920x1080 */

    /*.VCBoxViewContainer {
        padding-top: 10px;
        padding-left: 15px;
    }

    .CatalogList .k-dropdownlist {
        min-width: 353px;
    }

    .VCLeftPanel {
        flex: 0 0 63.66667% !important;
    }

    .pageArea {
        padding-left: 255px !important;
    }

    .headerWd {
        width: 266px !important;
        min-width: 266px !important;
    }

    .navECMenu_MenuName {
        display: unset !important;
    }

    .submenu {
        display: block !important;
    }


    .filter-parentdiv-1 {
        padding-left: 15px !important
    }

    .PDfilter-parentdiv-1 {
        padding-left: 65px !important
    }

    .cardnew-parent {
        padding-top: 10px !important;
    }

    .cardnewdiv-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .commanBoddy1 {
        padding: 25px 18px 25px 30px !important;
    }

    .containerBox {
        padding: 0px 0px 0px 25px !important;
    }

    .homeBottomSection {
        padding-right: 18px !important;
        padding-left: 2px !important;
    }

    .carousel {
        position: relative;
        height: 490px;
        padding-right: 6px !important;
    }

    .orderOverviewSection {
        margin-top: 43px;
        padding: 0px 30px 0px 12px !important;
    }

        .orderOverviewSection .orderOverviewWrap {
            display: block !important;
        }

            .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
                width: 36% !important;
                min-height: 420px;
            }

            .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
                width: 62% !important;
                min-height: 420px;
            }

    .DrawerFooterDiv1 {
        position: fixed;
        top: 94%;
        width: 39%;
        background: white;
        left: 61%;
    }

    .DrawerFooterDiv2 {
        border-top: 1px solid lightgray;
        padding: 5px 0px 0px 0px !important;
        font-weight: 800;
    }

    .DrawerFooterDiv3 {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }

    .cartPside {
        padding-left: 65px !important;
        padding-right: 88px !important;
    }

    .COLocationlabel {
        position: relative;
        bottom: 20px;
        color: #2968e9;
    }

    .COLocationSwitchDiv {
        padding: 0px !important;
    }

    .modal-dialog-checkout {
        width: 87% !important;
    }

    .COModal {
        padding: 0px 0px 0px 0px !important;
    }

    .DrawerHeading1 {
        font-weight: 600;
        right: 0px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeading2 {
        font-weight: 600;
        right: 40px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeader {
        flex: 0 0 83.33333%;
        max-width: 80.33333% !important;
    }

    .DrawerHeader1 {
        flex: 0 0 83.33333%;
        max-width: 72.33333% !important;
    }

    .SCContinueShoppingBtn {
        background: rgba(41, 104, 233, 0.15);
        margin-right: 10px;
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }

    .PDProductInfoContainer {
        width: 48%;
        max-width: 100%;
    }

    .PDHeader {*/
        /* padding: 0px 0px 22px 10px;*/
        /*padding: 0px 30px 22px 0px;
    }

    .PDProductCategoryDiv {
        margin: 0px;
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        max-width: 100% !important;
        min-width: 50% !important;
    }

    .PDAddToCartDiv {*/
        /* flex: 0 0 78.66667% !important; */
        /*max-width: 100% !important;
        min-width: 50% !important;
    }

    .clsViewCartGridView {
        background: red;
        max-width: 100% !important;
        width: 988px;
    }

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 455px !important;
    }*/

    /*  .CatalogList .k-dropdownlist {
        width: 394px !important;
    }*/

    /*#BlankGridView {
        width: 405px !important;
        height: 50px;*/
    /*        background: red;
*/ /*max-width: 100%;
    }*/

    /*#BlankBoxView {
        width: 82px !important;
        height: 50px;*/
        /*        background: green;
*/ /*max-width: 100%;
    }

    .orderlifecyclediv1 {
        padding: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius: 20px;
        width: 800px;
        left: 65px !important;
    }

    .file-upload-wrapper {
        position: relative;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        cursor: pointer;
    }

    #CMReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.CMReportTitle) {
        display: block;*/
        /*   background: green;*/
        /*width: 44%;
        text-align: center;
    }

    #CILReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.CILReportTitle) {
        display: block;*/
        /*  background: green;*/
        /*width: 40%;
        text-align: center;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.ReportTitle) {
        display: block;*/
        /*  background: green;*/
        /*width: 47%;
        text-align: center;
    }

    .featured__filter {
        padding: 0px 10px 0px 10px !important;
        margin: 0 auto;
    }

    .clsUserName {
        padding-left: 5px !important;
        padding-top: 25px !important;
        margin-top: -9px !important;
        font-weight: 600 !important;
    }

    .d-filter-pending {
        border-radius: 15px;
        background: #fff;
    }

    .d-filter-box {
        box-shadow: 0px 5px 20px 4px rgba(0, 0, 0, .1);
    }

    .d-filter-box {
        padding: 20px 15px;
        border-radius: 15px;
        cursor: pointer;
    }

    .d-filter-cont {
        display: flex;
    }

        .d-filter-cont strong {
            font-size: 22px;
        }

    .clsImputBackground {
        background: rgba(41, 104, 233, 0.15) !important;
    }

    .clsBoxContainer {
        background: #d6dcff;
        border-radius: 15px;
        padding: 20px;
    }

    .boxShadow {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .boxShadow2 {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 10px;
        margin: 0px 0px 10px 0px;
        padding-top: 20px;
    }

    .boxShadow2Footer {
        padding-top: 20px;
    }

    .bUnitName {
        background: #8ea7ff;
        padding: 5px;
        border-radius: 5px;
        font-size: 10px;
        color: white;
    }

    .clsDotOption2 {
        float: inline-end;
        font-size: 30px;
        color: #007bff;
        bottom: -23px;
        position: absolute;
        left: 60px;
    }

    .clsSection {
        padding-bottom: 15px;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 5px solid rgba(0, 0, 0, 0.1) !important;
    }

    .clsContainerHeading {
        padding-top: 8px;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
        text-wrap-mode: nowrap;
    }

    .clsDotOption {
        float: inline-end;
        font-size: 30px;
        color: #007bff;
        font-weight: 800;
    }

    .more-options {
        float: inline-end;
        font-size: 24px;
        color: #007bff;
        cursor: pointer;
    }

    .clsBottomBodder {
        border-bottom: 1px solid lightgray;
        padding: 10px;*/
        /* background: red;*/
        /*padding-left: 0px;
        left: -20px;
    }

    .clsBottomOption {
        height: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }



    .business-unit-card {
        background-color: white;
        box-shadow: 0 5px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .unit-name {
        font-weight: bold;
    }

    .icon {
        margin-right: 4px;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }

    .text-blue-600 {
        --tw-text-opacity: 1;
        color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    }

    .py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }


    .px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }


    .bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    }


    .rounded-full {
        border-radius: 5px;
    }

    .text-blue-500 {
        --tw-text-opacity: 1;
        color: rgb(28 187 255);
    }

    .text-orange-500 {
        --tw-text-opacity: 1;
        color: #ff8a00;
    }

    .text-purple-500 {
        --tw-text-opacity: 1;
        color: #5c45db;
    }

    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }

    .bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    }

    .bg-orange-500 {
        --tw-text-opacity: 1;
        color: #ff8a00;
    }

    .justify-between {
        justify-content: space-between;
    }

    .bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    }

    .bg-disable-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(213 217 224);
    }

    .bg-testing-new-500 {
        --tw-bg-opacity: 1;
        background-color: #5c45db;
    }

    .bg-orange-new-500 {
        --tw-bg-opacity: 1;
        background-color: #ffb400 !important;
    }

    .statusList li.enabledMark:before {
        background: green;
        border-color: green;
    }

    .bg-enable-500 {
        --tw-bg-opacity: 1;
        background-color: red;
    }

    .bg-orange-500 {
        --tw-bg-opacity: 1;
        background-color: #fd7e14;
    }

    .mr-2 {
        margin-right: 0.5rem;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .containerTSet {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }

    .button-group {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .buttonTSet {
        padding: 5px 15px;
        border-radius: 10px;
        border: 1px solid #f2f2f2;
        color: #212529;
        background-color: #ffffff;
        cursor: pointer;
        text-align: center;
    }

        .buttonTSet.active {
            color: #fff;
            background-color: #007bff;
        }

    .section-title {
        margin: 10px 0;
        font-weight: bold;
        text-align: left;
    }

    .remove-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 25px;
        background-color: #f2f2f2;
        color: #555;
        font-size: 14px;
        font-family: Arial, sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

        .remove-button:hover {
            background-color: #e0e0e0;
            border-color: #999;
        }

        .remove-button .icon {
            font-size: 16px;
        }

    .link-button {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        color: #007bff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

        .link-button:hover {
            text-decoration: underline;
        }

        .link-button .icon {
            font-size: 16px;
        }

    .toggle {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .toggle-switch {
        position: relative;
        width: 40px;
        height: 20px;
        background: #ccc;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .toggle-switch::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            transition: transform 0.3s ease;
        }

        .toggle-switch.active {
            background: #007bff;
        }

            .toggle-switch.active::before {
                transform: translateX(20px);
            }

    .toggle-label {
        font-size: 14px;
        color: #333;
    }

    .ContainerHeaderBackground {
        padding: 9px 0px 0px 21px;
        height: 55px;
        background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
        background-repeat: no-repeat;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-size: contain;
        background-position-x: right;
        background-color: #565656;
    }

    .custom-modal-width {
        max-width: 690px !important;
        top: 140px;
    }

    .k-grid .k-grid-header .k-header {
        border-bottom: none;
        background-color: #F4FAFF;
    }

    .k-svg-icon > svg {
        fill: black;
        flex: 1 1 auto;
    }

    #filters .container {
        display: flex;
        gap: 90px;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;*/
        /* padding: 20px 20px 20px 102px; */
        /*justify-content: space-around;
        border: 0px solid #dedede;
        background-color: none;
    }

    #filters .box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        text-align: left;
        width: 232px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #filters .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        flex-shrink: 0;
    }

    #filters .pending .icon {
        background-color: #bbb;
    }

    #filters .testing .icon {
        background-color: #6836cd;
    }

    .production .icon {
        background-color: #ffb400;
    }

    .completed .icon {
        background-color: green;
    }

    .disable .icon {
        background-color: red;
    }


    #filters .box.selected {
        color: black;
    }

    #filters .in-progress .icon {
        background-color: purple;
    }

    #filters .docowner .icon {
        background-color: #edf2fa;
    }

    #filters .content {
        display: flex;
        flex-direction: column;
    }

    #filters .count {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

    #filters .label {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

    .disabled-overlay {
        pointer-events: none;
        opacity: 0.5;
        background-color: lightgray !important;
    }

    .OnbordingCount {
        font-size: 20px;
        font-weight: 600;
        padding-left: 2px;
    }

    .context-menu {
        position: absolute;
        top: 50px;
        right: 60px;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        color: #007bff;
        font-weight: 800 !important;
    }

    .NoRecordFound {
        display: flex;
        min-height: 255px;
        align-content: space-around;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        padding-left: 186px;
        padding-top: 0px;
    }

    .k-svg-icon > svg {
        fill: currentColor;
        flex: 1 1 auto;
    }

    .k-breadcrumb {
        width: fit-content;
        background: transparent;
        color: black;
    }

    .k-breadcrumb-item {
        width: fit-content;
        background: transparent;
        color: black;
        font-weight: 800;
    }

    .k-breadcrumb-link {
        color: black !important;
    }

    #bottomSection {
        height: 500px;
    }

    .k-svg-icon.k-icon-xs {
        width: 20px !important;
        height: 20px !important;
    }

    .allDoucementList {
        border-radius: 20px;
        background: #FFF;*/
        /* box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12); */
        /*margin: 10px 0;*/
        /* padding: 62px 14px 15px 15px; */
        /*height: 85px;
    }

        .allDoucementList .allDoucementLeft {
            display: inline-block;
            width: calc(100% - 9.75vw);
            vertical-align: middle;
            align-items: center;
        }

        .allDoucementList .allDoucementRight {
            display: inline-block;
            vertical-align: middle;
        }

            .allDoucementList .allDoucementRight .dateBox {
                margin: 0 2.2vw 0 0;
                display: inline-block;
                vertical-align: middle;
            }

    .k-picker {
        cursor: pointer;
        width: 100% !important;
    }

    .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
        padding-block: 4px;
        padding-inline: 8px;
        color: #007bff !important;
        font-weight: 600;
    }

    .k-toolbar-item {
        display: contents !important;
    }

    .k-window-titlebar {
        border-color: inherit;
        color: white !important;
        background-color: #565656 !important;
    }

    .k-window {
        border-radius: 15px !important;
        border-color: rgba(0, 0, 0, 0.08);
        color: #424242 !important;
        background-color: #ffffff;
        box-shadow: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
    }

    .k-window-titlebar {
        border-color: inherit;
        color: #424242;
        background-color: #565656;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
        background-repeat: no-repeat;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-size: contain;
        background-position-x: right;
        background-color: #565656;
    }

    .k-window .k-window-titlebar-actions .k-svg-icon > svg {
        fill: white !important;
        flex: 1 1 auto;
    }

    .k-grid-column-menu .k-svg-icon > svg {
        fill: black !important;
    }

    .clsBoxStatusOverView {
        background: white;
        padding: 10px;
        border-radius: 8px;
        width: 130px;
    }

    .status-container {
        display: flex;
        align-items: center;
        justify-content: space-between;*/
        /* background: #d6dcff;
        padding: 10px 15px;
        border-radius: 10px;
        width: 80%;*/
        /*margin: auto;
    }

    .status-section {
        display: flex;
        align-items: center;
    }

        .status-section label {
            font-weight: bold;
            margin-right: 10px;
            margin-top: 5px;
        }

    .status-buttons {
        display: flex;
        gap: 15px;
        align-items: center;
    }

        .status-buttons div {
            padding: 0px 12px;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }*/
    /* Background colors for each status */
    /*.production {
        background-color: white;*/ /* Light Yellow */
        /*color: #ffb400;
    }

    .testing {
        background-color: white;*/ /* Light Blue */
        /*color: #6836cd;
    }

    .pending {
        background-color: white;*/ /* Light Grey */
    /*}*/
    /* Disabled styling */
    /*.status-buttons input:disabled + label {
        color: #bbb;*/
        /* cursor: not-allowed;*/
    /*}

    .view-details {
        color: #2d6cdf;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .icon-eye {
        font-weight: 700 !important;
    }

    .clsPaddingLeftInTSet {
        padding-left: 18px;
    }

    .more-group {
        position: relative;
    }

    .k-toolbar {
        overflow: visible !important;*/ /* Ensure toolbar does not clip the dropdown */
    /*}

    .clsLeftLabelName-1 {
        padding: 0px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .clsLeftLabelName-2 {
        padding: 0px !important;
    }

    .clsrightOptins {
        padding-right: 0px !important
    }

    .flex.items-center.countDisplay {
        display: flow;
    }

    .k-dialog-actions {
        justify-content: center !important;*/ /* Centers the button */
    /*}

    .MessageContainer {
        text-align: center !important;
        font-size: 20px;
        padding: 15px;
    }

    .MessageContainerInner {
        text-align: center;
        font-size: 15px;
    }

    .k-button-solid-base {
        text-transform: uppercase;
        font-size: 13px;
        padding: 0.45rem 1.25rem;
        min-width: 90px !important;
        opacity: 1;
        width: 95px !important;
        border: 0px !important;
        border-radius: 40px !important;
    }

    .k-button-solid {
        text-transform: uppercase;
        font-size: 13px;
        padding: 0.45rem 1.25rem;
        min-width: 90px !important;
        opacity: 1;
        width: 95px !important;
    }

    .bgContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent black */
        /*display: none;*/ /* Initially hidden */
        /*justify-content: center;
        align-items: center;
        z-index: 1050;*/ /* Ensures it appears above everything */
    /*}

    .k-dialog {
        z-index: 1051 !important;*/ /* Ensures dialog is above the background */
    /*}

    .k-alert {
        z-index: 10006 !important;
    }

    .k-window {
        z-index: 10006 !important;
    }

    .k-menu:not(.k-context-menu) > .k-item {
        color: red !important;
    }*/

    /*No need to override Grid Theme* on 5/12/2025 */
/*    span.k-menu-link-text {
        color: #1284ff;
    }
*/
    /*.bx {
        font-family: boxicons !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 2px;
        -moz-osx-font-smoothing: grayscale;
    }

    .selected-label {*/
        /*color: #92b2f3;*/ /* Change to the color you want */

        /*color: #2968e9;
        font-weight: bold;
    }

    .clsSubTenantList {
        list-style-type: none;
        padding: 5px 0px 5px 24px;
    }

    .clsTenantList {
        list-style-type: none;
        height: 198px;
        overflow: auto;
    }

    .clsSubTenantListParent {
        list-style-type: none;
    }

    .clsECIcon {
        position: relative;
    }

    .clsTenantListChild {
        padding-bottom: 5px;
        border-bottom: 1px solid lightgray;
    }

    .border-red {*/
/*        border: 1px solid red !important;*/

/*border: 1px solid #2968e9 !important;
    }

    .selected-tenant {
        color: white !important;
        background-color: #007bff !important;*/ /* Blue background */
        /*padding: 5px;
        border-radius: 4px;
    }

    .selected-subtenant {
        color: white !important;
        background-color: #007bff !important;*/ /* Blue background */
        /*padding: 5px;
        border-radius: 4px;
    }

    .k-window-content .k-button-md.k-icon-button {
        padding: 0px !important;
        border-left: 1px solid #aeb5c1 !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;*/
        /* width: 0px; */
    /*}

    .k-toolbar .k-toolbar-overflow-button {
        display: none !important;
    }

    span.k-input-inner {
        white-space: nowrap;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;*/
        /* left: 7px !important; */
        /* text-align: -webkit-center; */
    /*}

    .k-picker .k-input-button {
        color: inherit;
        background: none;
        border-color: transparent;
        padding: 0px !important;
        border-left: 1px solid #aeb5c1 !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    span.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button {
        width: 45px !important;
        min-width: 0% !important;
    }
}*/
/*    Styles for 1440x900 */
/*@media screen and (min-width: 1367px) and (max-width: 1440px) {*/
    /*    Styles for 1440x900 */
    /* .k-toolbar-overflow-button {
            display: none !important;
        }*/

    /*.VCBoxViewContainer {
        padding-top: 10px;
        padding-left: 15px;
    }

    .headerWd {
        width: 75px !important;
        min-width: 75px !important;
    }

    .selectcatalogheading {
        padding-left: 0px !important;
    }

    .CreateOrderButtonBtn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .filter-parentdiv-1 {
        padding-left: 15px !important
    }

    .PDfilter-parentdiv-1 {
        padding-left: 70px !important
    }

    .cardnew-parent {
        padding-top: 10px !important;
    }

    .cardnewdiv-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .orderOverviewSection .orderOverviewWrap {
        display: block !important;
    }

    .customTable table tbody tr td {
        background: #ffffff;
        padding: 10px 18px;
        min-width: 111px !important;
        padding-right: 0px !important;
        padding-left: 6px !important;
    }

    .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
        width: 28% !important;
        min-height: 420px;
    }

    .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
        width: 70% !important;
        min-height: 420px;
        height: 418px !important;
    }

    .tabs-listing-checkout {
        min-width: 405px !important;
    }

    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-between;
    }

    .COModalBackColor {
        background: #eaeef7;
    }

    .breadcrumbdiv {
        background: #eaeef7;
        padding-left: 40px;
        background: red;*/
        /* width: 51% !important; */
        /* min-width: 10%; */
        /* max-width: 100% !important; */
        /*flex: 0 0 33.66667% !important;
        padding-bottom: 20px;
    }

    .orderlifecyclediv1 {
        padding: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius: 20px;
        width: 800px;
        left: 93px !important;
    }

    .orderlifecyclediv {
        padding-right: 100px;
        padding-top: 30px;
        background: #eaeef7;
        padding-bottom: 30px;
        flex: 0 0 37.66667%;
        width: 75% !important;
        max-width: 100% !important;
    }

    .col-form-checkout-label-sm {
        color: #2968e9;
        width: 270px;
    }

    .DrawerFooterDiv1 {
        position: fixed;
        top: 90%;
        width: 39%;
        background: white;
        left: 61%;
    }

    .DrawerFooterDiv2 {
        border-top: 1px solid lightgray;
        padding-top: 12px;
        font-weight: 800;
    }

    .DrawerFooterDiv3 {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }

    .DrawerFooterBtnViewCart {
        right: 20px;
    }

    .k-dropdownlist {
        cursor: pointer;
        width: 243px !important;
    }

    .cartPside {
        padding-left: 64px !important;
        padding-right: 30px !important;
    }

    .COLocationlabel {
        position: absolute;
        bottom: 38px;
        right: 90px;
        color: #2968e9;
    }

    .COCownloadController1 {
        flex: 0 0 41.66667%;
        max-width: 56.66667% !important;
    }

    .COCownloadController2 {
        flex: 0 0 41.66667%;
        max-width: 42.66667% !important;
    }

    .COLocationSwitchDiv {
        padding: 0px;
    }

    .modal-dialog-checkout {
        width: 83% !important;
    }

    .COModal {
        padding: 0px 0px 0px 0px !important;
    }

    .COModal {
        padding: 0px 0px 0px 93px;
    }

    .DrawerHeading1 {
        font-weight: 600;
        right: 0px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeading2 {
        font-weight: 600;
        right: 0px;
        top: -3px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: relative;
    }

    .DrawerHeader {
        flex: 0 0 83.33333%;
        max-width: 73.33333% !important;
    }

    .DrawerHeader1 {
        flex: 0 0 83.33333%;
        max-width: 67.33333% !important;
    }

    .SCContinueShoppingBtn {
        background: rgba(41, 104, 233, 0.15);
        margin-right: 10px;
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }

    .PDProductInfoContainer {
        width: 42%;
        max-width: 100%;
    }

    .PDHeader {
        padding: 0px 0px 22px 10px;
    }

    .PDProductCategoryDiv {
        margin: 0px;
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 39.66667% !important;
        max-width: 100% !important;
        min-width: 3% !important;
    }

    .PDAddToCartDiv {*/
        /* flex: 0 0 78.66667% !important; */
        /*max-width: 100% !important;
        min-width: 60% !important;
    }

    .clsBoxCol {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 100% !important;
        min-width: 33% !important
    }



    .clsViewCartGridView {
        background: red;
        flex: 0 0 79.666667% !important;
    }

    .CreateOrderButton {
        padding-top: 12px;
        padding-left: 10px;
        right: 0px;*/
        /*        background: pink;
*/ /*max-width: 100% !important;
        width: 161px !important;
        left: 17px !important;
    }

    .SearchContainer {
        padding-top: 10px;
        margin-left: -20px;*/
        /*        background: red;
*/
    /*}

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 404px !important;*/
        /*        background:blue;
*/
    /*}

    .CatalogList .k-dropdownlist {
        width: 288px !important;
    }

    #BlankGridView {
        width: 155px !important;
        height: 50px;*/
        /*        background: red;
*/ /*max-width: 100%;
    }

    .tableSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        max-width: 100% !important;
        min-width: 111% !important;
        width: 100% !important;
    }

    #BlankBoxView {
        width: 63px !important;
        height: 50px;*/
        /*        background: green;
*/ /*max-width: 100%;
        display: none;
    }

    .CGBlankRow1 {
        display: none !important;
    }

    .k-toolbar-md {
        padding-block: 8px;
        padding-inline: 8px;
        gap: 2px !important;
    }

    #CILReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CILReportTitle) {
        display: block;*/
        /*  background: pink;*/
        /*width: 19% !important;
        text-align: center;
    }

    #CMReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CMReportTitle) {
        display: block;*/
        /*  background: pink;*/
        /*width: 23% !important;
        text-align: center;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.ReportTitle) {
        display: block;*/
        /*  background: pink;*/
        /*width: 28% !important;
        text-align: center;
    }

    .file-upload-wrapper {
        width: 100% !important
    }

    .featured__filter {
        padding: 0px 0px 0px 0px !important;
        margin: 0 auto;
    }

    .containerBox {
        padding: 0px 0px 0px 15px !important;
    }

    .clsUserName {
        padding-left: 5px !important;
        padding-top: 33px !important;
        margin-top: -9px !important;
        font-weight: 600 !important;
    }

    .mr-2 {
        margin-right: 0.5rem;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .containerTSet {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }

    .button-group {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .buttonTSet {
        padding: 5px 15px;
        border-radius: 10px;
        border: 1px solid #f2f2f2;
        color: #212529;
        background-color: #ffffff;
        cursor: pointer;
        text-align: center;
    }

        .buttonTSet.active {
            color: #fff;
            background-color: #007bff;
        }

    .section-title {
        margin: 10px 0;
        font-weight: bold;
        text-align: left;
    }

    .remove-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 25px;
        background-color: #f2f2f2;
        color: #555;
        font-size: 14px;
        font-family: Arial, sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

        .remove-button:hover {
            background-color: #e0e0e0;
            border-color: #999;
        }

        .remove-button .icon {
            font-size: 16px;
        }

    .link-button {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        color: #007bff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

        .link-button:hover {
            text-decoration: underline;
        }

        .link-button .icon {
            font-size: 16px;
        }

    .toggle {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .toggle-switch {
        position: relative;
        width: 40px;
        height: 20px;
        background: #ccc;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .toggle-switch::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            transition: transform 0.3s ease;
        }

        .toggle-switch.active {
            background: #007bff;
        }

            .toggle-switch.active::before {
                transform: translateX(20px);
            }

    .toggle-label {
        font-size: 14px;
        color: #333;
    }

    .ContainerHeaderBackground {
        padding: 9px 0px 0px 21px;
        height: 55px;
        background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
        background-repeat: no-repeat;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-size: contain;
        background-position-x: right;
        background-color: #565656;
    }

    .custom-modal-width {
        max-width: 690px !important;
        top: 140px;
    }

    .k-grid .k-grid-header .k-header {
        border-bottom: none;
        background-color: #F4FAFF;
    }

    .k-svg-icon > svg {
        fill: black;
        flex: 1 1 auto;
    }

    #filters .container {
        display: flex;
        gap: 90px;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;*/
        /* padding: 20px 20px 20px 102px; */
        /*justify-content: space-around;
        border: 0px solid #dedede;
        background-color: none;
    }

    #filters .box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        text-align: left;
        width: 232px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #filters .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        flex-shrink: 0;
    }

    #filters .pending .icon {
        background-color: #bbb;
    }

    #filters .testing .icon {
        background-color: #6836cd;
    }

    .production .icon {
        background-color: #ffb400;
    }

    .completed .icon {
        background-color: green;
    }

    .disable .icon {
        background-color: red;
    }


    #filters .box.selected {
        color: black;
    }

    #filters .in-progress .icon {
        background-color: purple;
    }

    #filters .docowner .icon {
        background-color: #edf2fa;
    }

    #filters .content {
        display: flex;
        flex-direction: column;
    }

    #filters .count {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

    #filters .label {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

    .disabled-overlay {
        pointer-events: none;
        opacity: 0.5;
        background-color: lightgray !important;
    }

    .OnbordingCount {
        font-size: 20px;
        font-weight: 600;
        padding-left: 2px;
    }

    .context-menu {
        position: absolute;
        top: 50px;
        right: 60px;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        color: #007bff;
        font-weight: 800 !important;
    }

    .NoRecordFound {
        display: flex;
        min-height: 255px;
        align-content: space-around;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        padding-left: 186px;
        padding-top: 0px;
    }

    .k-svg-icon > svg {
        fill: currentColor;
        flex: 1 1 auto;
    }

    .k-breadcrumb {
        width: fit-content;
        background: transparent;
        color: black;
    }

    .k-breadcrumb-item {
        width: fit-content;
        background: transparent;
        color: black;
        font-weight: 800;
    }

    .k-breadcrumb-link {
        color: black !important;
    }

    #bottomSection {
        height: 500px;
    }

    .k-svg-icon.k-icon-xs {
        width: 20px !important;
        height: 20px !important;
    }

    .allDoucementList {
        border-radius: 20px;
        background: #FFF;*/
        /* box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12); */
        /*margin: 10px 0;*/
        /* padding: 62px 14px 15px 15px; */
        /*height: 85px;
    }

        .allDoucementList .allDoucementLeft {
            display: inline-block;
            width: calc(100% - 9.75vw);
            vertical-align: middle;
            align-items: center;
        }

        .allDoucementList .allDoucementRight {
            display: inline-block;
            vertical-align: middle;
        }

            .allDoucementList .allDoucementRight .dateBox {
                margin: 0 2.2vw 0 0;
                display: inline-block;
                vertical-align: middle;
            }

    .k-picker {
        cursor: pointer;
        width: 100% !important;
    }

    .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
        padding-block: 4px;
        padding-inline: 8px;
        color: #007bff !important;
        font-weight: 600;
    }
}*/
/* Styles for 1680x1050 */
/*@media screen and (min-width: 1441px) and (max-width: 1680px) {*/
    /* Styles for 1680x1050 */
    /*     .k-toolbar-overflow-button {
            display: none !important;
        }*/

    /*.tableSearch {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        max-width: 300px;
        min-width: 250px;
        width: 51%;
    }

    .clsAddtoCart {
        padding-top: 10px;
        margin-left: 15px !important;
    }

    .TemplateList .k-dropdownlist {
        width: 253px !important;
    }

    .VCBoxViewContainer {
        padding-top: 10px;
        padding-left: 0px !important;
    }

    .CatalogList .k-dropdownlist {
        min-width: 308px;
    }

    .VCLeftPanel {
        flex: 0 0 63.66667% !important;
    }

    .pageArea {
        padding-left: 255px !important;
    }

    .headerWd {
        width: 266px !important;
        min-width: 266px !important;
    }

    .navECMenu_MenuName {
        display: unset !important;
    }

    .submenu {
        display: block !important;
    }

    .selectcatalogheading {
        padding-left: 0px !important;
    }

    .CreateOrderButtonBtn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .filter-parentdiv-1 {
        padding-left: 17px !important;
        max-width: 23.2% !important;
    }

    .PDfilter-parentdiv-1 {
        padding-left: 65px !important
    }

    .cardnew-parent {
        padding-top: 10px !important;
    }

    .cardnewdiv-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .commanBox .commanBoddy {
        padding: 24px 30px;
        padding-right: 23px !important;
    }

    .commanBoddy1 {
        padding: 25px 18px 25px 30px !important;
    }

    .containerBox {
        padding: 0px 0px 0px 25px !important;
    }

    .homeBottomSection {
        padding-right: 18px !important;
        padding-left: 2px !important;
    }

    .carousel {
        position: relative;
        height: 490px;
        padding-right: 6px !important;
    }

    .orderOverviewSection {
        margin-top: 43px;
        padding: 0px 25px 0px 12px !important;
    }

        .orderOverviewSection .orderOverviewWrap {
            display: block !important;
        }

            .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
                width: 28% !important;
                min-height: 420px;
            }

            .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
                width: 70% !important;
                min-height: 420px;
            }

    .orderlifecyclediv1 {
        padding: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius: 20px;
        width: 800px;
        left: 32px !important;
    }

    .cartPside {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    .DrawerFooterDiv1 {
        position: fixed;
        top: 93%;
        width: 39%;
        background: white;
        left: 61%;
    }

    .DrawerFooterDiv2 {
        border-top: 1px solid lightgray;
        padding-top: 12px;
        font-weight: 800;
    }

    .DrawerFooterDiv3 {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }

    .COLocationlabel {
        position: relative;
        bottom: 20px;
        color: #2968e9;
    }

    .COCownloadController1 {
        flex: 0 0 41.66667%;
        max-width: 56.66667% !important;
    }

    .COCownloadController2 {
        flex: 0 0 41.66667%;
        max-width: 42.66667% !important;
    }

    .COLocationSwitchDiv {
        padding: 0px !important;
    }

    .modal-dialog-checkout {
        width: 87% !important;
    }

    .COModal {
        padding: 0px 0px 0px 0px !important;
    }

    .DrawerHeading1 {
        font-weight: 600;
        right: 0px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeading2 {
        font-weight: 600;
        right: 0px;
        top: -3px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: relative;
    }

    .DrawerHeader {
        flex: 0 0 83.33333%;
        max-width: 77.33333% !important;
    }

    .DrawerHeader1 {
        flex: 0 0 83.33333%;
        max-width: 70.33333% !important;
    }

    .PDProductInfoContainer {
        width: 45%;
        max-width: 100%;
    }

    .PDHeader {
        padding: 0px 30px 22px 10px;
    }

    .SCContinueShoppingBtn {
        background: rgba(41, 104, 233, 0.15);
        margin-right: 10px;
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }

    .PDProductCategoryDiv {
        margin: 0px;
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 495px !important;
    }

    .PDAddToCartDiv {
        flex: 0 0 50.66667% !important;
        max-width: 100% !important;
        min-width: 30% !important;
        padding-right: 0px !important;
    }

    .clsViewCartGridView {
        background: red;
        max-width: 100% !important;
        width: 860px;
    }

    .CreateOrderButton {
        padding-top: 12px;
        padding-left: 10px;
        right: 0px;*/
        /*        background: pink;
*/ /*max-width: 100% !important;
        width: 161px !important;
        left: 17px !important;
    }

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 404px !important;*/
        /*        background: blue;
*/
    /*}

    .CatalogList .k-dropdownlist {
        width: 308px !important;
    }

    #BlankGridView {
        width: 233px !important;
        height: 50px;*/
        /*        background: red;
*/ /*max-width: 100%;
    }

    #BlankBoxView {
        width: 62px !important;
        height: 50px;*/
        /*        background: green;
*/ /*max-width: 100%;
    }

    #ContractedItemController .k-searchbox {
        width: 100% !important;*/
        /*  background: yellow !important;*/
    /*}

    #ContractedItemController .k-toolbar-item:has(#fileUpload) {*/
        /*  background: yellow !important;*/
        /*width: 20% !important;
    }

    #ContractedItemController #fileUpload {
        width: 145% !important;
    }

    .k-hidden {
        display: block !important;
    }

    #CMReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CMReportTitle) {
        display: block;*/
        /*  background: red;*/
        /*width: 35% !important;
        text-align: center;
    }

    #CILReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.CILReportTitle) {
        display: block;*/
        /* background: red;*/
        /*width: 39% !important;
        text-align: center;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
        width: 100%;
        display: contents;
    }

    .k-toolbar-item:has(.ReportTitle) {
        display: block;*/
        /*   background: red;*/
        /*width: 39% !important;
        text-align: center;
    }

    .file-upload-wrapper {
        width: 100% !important
    }

    .featured__filter {
        padding: 0px 0px 0px 0px !important;
        margin: 0 auto;
    }

    .clsUserName {
        padding-left: 5px !important;
        padding-top: 33px !important;
        margin-top: -9px !important;
        font-weight: 600 !important;
    }
}*/
/*  Styles for 1920x1080 */
/*@media screen and (min-width: 1681px) and (max-width: 1920px) {*/
    /*  Styles for 1920x1080 */
    /*.excelGrid{
        display:contents;
    }
    .k-grid-content {
        width: 100%;
        min-height: 0;
        overflow: auto;
        overflow-x: auto;
        overflow-y: scroll;
        position: relative;
        height: 500px !important;
        flex: 1;
    }
    .VCBoxViewContainer {
        padding-top: 10px;
        padding-left: 15px;
    }

    .CatalogList .k-dropdownlist {
        min-width: 353px;
    }

    .VCLeftPanel {
        flex: 0 0 63.66667% !important;
    }

    .pageArea {
        padding-left: 255px !important;
    }

    .headerWd {
        width: 266px !important;
        min-width: 266px !important;
    }

    .navECMenu_MenuName {
        display: unset !important;
    }

    .submenu {
        display: block !important;
    }


    .filter-parentdiv-1 {
        padding-left: 15px !important
    }

    .PDfilter-parentdiv-1 {
        padding-left: 65px !important
    }

    .cardnew-parent {
        padding-top: 10px !important;
    }

    .cardnewdiv-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .commanBoddy1 {
        padding: 25px 18px 25px 30px !important;
    }

    .containerBox {
        padding: 0px 0px 0px 25px !important;
    }

    .homeBottomSection {
        padding-right: 18px !important;
        padding-left: 2px !important;
    }

    .carousel {
        position: relative;
        height: 490px;
        padding-right: 6px !important;
    }

    .orderOverviewSection {
        margin-top: 43px;
        padding: 0px 30px 0px 12px !important;
    }

        .orderOverviewSection .orderOverviewWrap {
            display: block !important;
        }

            .orderOverviewSection .orderOverviewWrap .orderOverviewLeft {
                width: 36% !important;
                min-height: 420px;
            }

            .orderOverviewSection .orderOverviewWrap .orderOverviewRight {
                width: 62% !important;
                min-height: 420px;
            }

    .DrawerFooterDiv1 {
        position: fixed;
        top: 94%;
        width: 39%;
        background: white;
        left: 61%;
    }

    .DrawerFooterDiv2 {
        border-top: 1px solid lightgray;
        padding: 5px 0px 0px 0px !important;
        font-weight: 800;
    }

    .DrawerFooterDiv3 {
        text-align: center;
        font-size: 15px;
        font-weight: 800;
    }

    .cartPside {
        padding-left: 65px !important;
        padding-right: 88px !important;
    }

    .COLocationlabel {
        position: relative;
        bottom: 20px;
        color: #2968e9;
    }

    .COLocationSwitchDiv {
        padding: 0px !important;
    }

    .modal-dialog-checkout {
        width: 87% !important;
    }

    .COModal {
        padding: 0px 0px 0px 0px !important;
    }

    .DrawerHeading1 {
        font-weight: 600;
        right: 0px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeading2 {
        font-weight: 600;
        right: 40px;
        top: 5px;
        z-index: 1;
        font-size: 18px;
        color: rgb(33 37 41);
        position: absolute;
    }

    .DrawerHeader {
        flex: 0 0 83.33333%;
        max-width: 80.33333% !important;
    }

    .DrawerHeader1 {
        flex: 0 0 83.33333%;
        max-width: 72.33333% !important;
    }

    .SCContinueShoppingBtn {
        background: rgba(41, 104, 233, 0.15);
        margin-right: 10px;
        border: 1px solid #007bff !important;
        background: #007bff !important;
    }

    .PDProductInfoContainer {
        width: 48%;
        max-width: 100%;
    }

    .PDHeader {*/
        /* padding: 0px 0px 22px 10px;*/
        /*padding: 0px 30px 22px 0px;
    }

    .PDProductCategoryDiv {
        margin: 0px;
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        max-width: 100% !important;
        min-width: 50% !important;
    }

    .PDAddToCartDiv {*/
        /* flex: 0 0 78.66667% !important; */
        /*max-width: 100% !important;
        min-width: 50% !important;
    }

    .clsViewCartGridView {
        background: red;
        max-width: 100% !important;
        width: 988px;
    }

    .TemplateContainer {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 455px !important;
    }*/

    /*  .CatalogList .k-dropdownlist {
        width: 394px !important;
    }*/

    /*#BlankGridView {
        width: 405px !important;
        height: 50px;*/
    /*        background: red;
*/ /*max-width: 100%;
    }*/

    /*#BlankBoxView {
        width: 82px !important;
        height: 50px;*/
        /*        background: green;
*/ /*max-width: 100%;
    }

    .orderlifecyclediv1 {
        padding: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius: 20px;
        width: 800px;
        left: 65px !important;
    }

    .file-upload-wrapper {
        position: relative;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        cursor: pointer;
    }

    #CMReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.CMReportTitle) {
        display: block;*/
        /*   background: green;*/
        /*width: 44%;
        text-align: center;
    }

    #CILReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.CILReportTitle) {
        display: block;*/
        /*  background: green;*/
        /*width: 40%;
        text-align: center;
    }

    #ReportTitle {
        text-align: center;
        color: #007bff;
        font-size: x-large;
    }

    .k-toolbar-item:has(.ReportTitle) {
        display: block;*/
        /*  background: green;*/
        /*width: 47%;
        text-align: center;
    }

    .featured__filter {
        padding: 0px 10px 0px 10px !important;
        margin: 0 auto;
    }

    .clsUserName {
        padding-left: 5px !important;
        padding-top: 25px !important;
        margin-top: -9px !important;
        font-weight: 600 !important;
    }

    .d-filter-pending {
        border-radius: 15px;
        background: #fff;
    }

    .d-filter-box {
        box-shadow: 0px 5px 20px 4px rgba(0, 0, 0, .1);
    }

    .d-filter-box {
        padding: 20px 15px;
        border-radius: 15px;
        cursor: pointer;
    }

    .d-filter-cont {
        display: flex;
    }

        .d-filter-cont strong {
            font-size: 22px;
        }

    .clsImputBackground {
        background: rgba(41, 104, 233, 0.15) !important;
    }

    .clsBoxContainer {
        background: #d6dcff;
        border-radius: 15px;
        padding: 20px;
    }

    .boxShadow {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .boxShadow2 {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 10px;
        margin: 0px 0px 10px 0px;
        padding-top: 20px;
    }

    .boxShadow2Footer {
        padding-top: 20px;
    }

    .bUnitName {
        background: #8ea7ff;
        padding: 5px;
        border-radius: 5px;
        font-size: 10px;
        color: white;
    }

    .clsDotOption2 {
        float: inline-end;
        font-size: 30px;
        color: #007bff;
        bottom: -23px;
        position: absolute;
        left: 60px;
    }

    .clsSection {
        padding-bottom: 15px;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 5px solid rgba(0, 0, 0, 0.1) !important;
    }

    .clsContainerHeading {
        padding-top: 8px;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
        text-wrap-mode: nowrap;
    }

    .clsDotOption {
        float: inline-end;
        font-size: 30px;
        color: #007bff;
        font-weight: 800;
    }

    .more-options {
        float: inline-end;
        font-size: 24px;
        color: #007bff;
        cursor: pointer;
    }

    .clsBottomBodder {
        border-bottom: 1px solid lightgray;
        padding: 10px;*/
        /* background: red;*/
        /*padding-left: 0px;
        left: -20px;
    }

    .clsBottomOption {
        height: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }



    .business-unit-card {
        background-color: white;
        box-shadow: 0 5px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .unit-name {
        font-weight: bold;
    }

    .icon {
        margin-right: 4px;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }

    .text-blue-600 {
        --tw-text-opacity: 1;
        color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    }

    .py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }


    .px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }


    .bg-blue-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    }


    .rounded-full {
        border-radius: 5px;
    }

    .text-blue-500 {
        --tw-text-opacity: 1;
        color: rgb(28 187 255);
    }

    .text-orange-500 {
        --tw-text-opacity: 1;
        color: #ff8a00;
    }

    .text-purple-500 {
        --tw-text-opacity: 1;
        color: #5c45db;
    }

    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }

    .bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    }

    .bg-orange-500 {
        --tw-text-opacity: 1;
        color: #ff8a00;
    }

    .justify-between {
        justify-content: space-between;
    }

    .bg-green-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    }

    .bg-disable-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(213 217 224);
    }

    .bg-testing-new-500 {
        --tw-bg-opacity: 1;
        background-color: #5c45db;
    }

    .bg-orange-new-500 {
        --tw-bg-opacity: 1;
        background-color: #ffb400 !important;
    }

    .statusList li.enabledMark:before {
        background: green;
        border-color: green;
    }

    .bg-enable-500 {
        --tw-bg-opacity: 1;
        background-color: red;
    }
    .bg-orange-500 {
        --tw-bg-opacity: 1;
        background-color: #fd7e14;
    }

    .mr-2 {
        margin-right: 0.5rem;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .containerTSet {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }

    .button-group {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .buttonTSet {
        padding: 5px 15px;
        border-radius: 10px;
        border: 1px solid #f2f2f2;
        color: #212529;
        background-color: #ffffff;
        cursor: pointer;
        text-align: center;
    }

        .buttonTSet.active {
            color: #fff;
            background-color: #007bff;
        }

    .section-title {
        margin: 10px 0;
        font-weight: bold;
        text-align: left;
    }

    .remove-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 25px;
        background-color: #f2f2f2;
        color: #555;
        font-size: 14px;
        font-family: Arial, sans-serif;
        cursor: pointer;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

        .remove-button:hover {
            background-color: #e0e0e0;
            border-color: #999;
        }

        .remove-button .icon {
            font-size: 16px;
        }

    .link-button {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        color: #007bff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

        .link-button:hover {
            text-decoration: underline;
        }

        .link-button .icon {
            font-size: 16px;
        }

    .toggle {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .toggle-switch {
        position: relative;
        width: 40px;
        height: 20px;
        background: #ccc;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .toggle-switch::before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: white;
            border-radius: 50%;
            top: 2px;
            left: 2px;
            transition: transform 0.3s ease;
        }

        .toggle-switch.active {
            background: #007bff !important;
        }

            .toggle-switch.active::before {
                transform: translateX(20px);
            }

    .toggle-label {
        font-size: 14px;
        color: #333;
    }

    .ContainerHeaderBackground {
        padding: 9px 0px 0px 21px;
        height: 55px;
        background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
        background-repeat: no-repeat;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-size: contain;
        background-position-x: right;
        background-color: #565656;
    }

    .custom-modal-width {
        max-width: 690px !important;
        top: 140px;
    }

    .k-grid .k-grid-header .k-header {
        border-bottom: none;
        background-color: #F4FAFF;
    }

    .k-svg-icon > svg {
        fill: black;
        flex: 1 1 auto;
    }

    #filters .container {
        display: flex;
        gap: 90px;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;*/
        /* padding: 20px 20px 20px 102px; */
        /*justify-content: space-around;
        border: 0px solid #dedede;
        background-color: none;
    }

    #filters .box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        text-align: left;
        width: 232px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #filters .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        flex-shrink: 0;
    }

    #filters .pending .icon {
        background-color: #bbb;
    }

    #filters .testing .icon {
        background-color: #6836cd;
    }

    .production .icon {
        background-color: #ffb400;
    }

    .completed .icon {
        background-color: green;
    }

    .disable .icon {
        background-color: red;
    }


    #filters .box.selected {
        color: black;
    }

    #filters .in-progress .icon {
        background-color: purple;
    }

    #filters .docowner .icon {
        background-color: #edf2fa;
    }

    #filters .content {
        display: flex;
        flex-direction: column;
    }

    #filters .count {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

    #filters .label {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

    .disabled-overlay {
        pointer-events: none;
        opacity: 0.5;
        background-color: lightgray !important;
    }

    .OnbordingCount {
        font-size: 20px;
        font-weight: 600;
        padding-left: 2px;
    }

    .context-menu {
        position: absolute;
        top: 50px;
        right: 60px;
        background: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        color: #007bff;
        font-weight: 800 !important;
    }

    .NoRecordFound {
        display: flex;
        min-height: 255px;
        align-content: space-around;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        padding-left: 186px;
        padding-top: 0px;
    }

    .k-svg-icon > svg {
        fill: currentColor;
        flex: 1 1 auto;
    }

    .k-breadcrumb {
        width: fit-content;
        background: transparent;
        color: black;
    }

    .k-breadcrumb-item {
        width: fit-content;
        background: transparent;
        color: black;
        font-weight: 800;
    }

    .k-breadcrumb-link {
        color: black !important;
    }

    #bottomSection {
        height: 500px;
    }

    .k-svg-icon.k-icon-xs {
        width: 20px !important;
        height: 20px !important;
    }

    .allDoucementList {
        border-radius: 20px;
        background: #FFF;*/
        /* box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12); */
        /*margin: 10px 0;*/
        /* padding: 62px 14px 15px 15px; */
        /*height: 85px;
    }

        .allDoucementList .allDoucementLeft {
            display: inline-block;
            width: calc(100% - 9.75vw);
            vertical-align: middle;
            align-items: center;
        }

        .allDoucementList .allDoucementRight {
            display: inline-block;
            vertical-align: middle;
        }

            .allDoucementList .allDoucementRight .dateBox {
                margin: 0 2.2vw 0 0;
                display: inline-block;
                vertical-align: middle;
            }

    #AddCorporateAddressModal .k-picker, #section1 .k-picker, #section2 .k-picker, #section3 .k-picker, #AddBulkOnBoardModal .k-picker, #OnBoardingPopupModal .k-picker, #AddNewConnectionProfileModal .k-picker {
        cursor: pointer;
        width: 100% !important;
    }*/
   

    /*No need to override Grid Theme* on 5/12/2025 */
    /*same k-picker class using by Grid or dropdown, So we have to use this class which will apply on DD but not in Grid DD Comment-2*/
    /*#AddCorporateAddressModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section1 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section2 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #section3 .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #AddBulkOnBoardModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #OnBoardingPopupModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner, #AddNewConnectionProfileModal .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
        padding-block: 4px;
        padding-inline: 8px;
        color: #007bff !important;
        font-weight: 600;
    }


    .k-toolbar-item {
        display: contents !important;
    }

    .k-window-titlebar {
        border-color: inherit;
        color: white !important;
        background-color: #565656 !important;
    }

    .k-window {
        border-radius: 15px !important;
        border-color: rgba(0, 0, 0, 0.08);
        color: #424242 !important;
        background-color: #ffffff;
        box-shadow: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
    }

    .k-window-titlebar {
        border-color: inherit;
        color: #424242;
        background-color: #565656;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
        background-repeat: no-repeat;
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-size: contain;
        background-position-x: right;
        background-color: #565656;
    }

    .k-window .k-window-titlebar-actions .k-svg-icon > svg {
        fill: white !important;
        flex: 1 1 auto;
    }

    .k-grid-column-menu .k-svg-icon > svg {
        fill: black !important;
    }

    .clsBoxStatusOverView {
        background: white;
        padding: 10px;
        border-radius: 8px;
        width: 130px;
    }

    .status-container {
        display: flex;
        align-items: center;
        justify-content: space-between;*/
        /* background: #d6dcff;
        padding: 10px 15px;
        border-radius: 10px;
        width: 80%;*/
        /*margin: auto;
    }

    .status-section {
        display: flex;
        align-items: center;
    }

        .status-section label {
            font-weight: bold;
            margin-right: 10px;
            margin-top: 5px;
        }

    .status-buttons {
        display: flex;
        gap: 15px;
        align-items: center;
    }

        .status-buttons div {
            padding: 0px 12px;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }*/
    /* Background colors for each status */
    /*.production {
        background-color: white;*/ /* Light Yellow */
        /*color: #ffb400;
    }

    .testing {
        background-color: white;*/ /* Light Blue */
        /*color: #6836cd;
    }

    .pending {
        background-color: white;*/ /* Light Grey */
    /*}*/
    /* Disabled styling */
    /*.status-buttons input:disabled + label {
        color: #bbb;*/
        /* cursor: not-allowed;*/
    /*}

    .view-details {
        color: #2d6cdf;
        cursor: pointer;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .icon-eye {
        font-weight: 700 !important;
    }

    .clsPaddingLeftInTSet {
        padding-left: 18px;
    }

    .more-group {
        position: relative;
    }

    .k-toolbar {
        overflow: visible !important;*/ /* Ensure toolbar does not clip the dropdown */
    /*}

    .clsLeftLabelName-1 {
        padding: 0px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .clsLeftLabelName-2 {
        padding: 0px !important;
    }

    .clsrightOptins {
        padding-right: 0px !important
    }

    .flex.items-center.countDisplay {
        display: flow;
    }

    .k-dialog-actions {
        justify-content: center !important;*/ /* Centers the button */
    /*}

    .MessageContainer {
        text-align: center !important;
        font-size: 20px;
        padding: 15px;
    }

    .MessageContainerInner {
        text-align: center;
        font-size: 15px;
    }*/
    /*No need to override Grid Theme* on 5/12/2025 */
    /*Apply css on only kendo window button not on grid button*/
        /*.k-window .k-button-solid-base {
        text-transform: uppercase;
        font-size: 13px;
        padding: 0.45rem 1.25rem;
        min-width: 90px !important;
        opacity: 1;
        width: 95px !important;
        border: 0px !important;
        border-radius: 40px !important;
    }*/

    /*No need to override Grid Theme* on 5/12/2025 */
    /*Apply css on only kendo window button not on grid button*/
        /*k-window .k-button-solid {
        text-transform: uppercase;
        font-size: 13px;
        padding: 0.45rem 1.25rem;
        min-width: 90px !important;
        opacity: 1;
        width: 95px !important;
    }

    .bgContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent black */
        /*display: none;*/ /* Initially hidden */
        /*justify-content: center;
        align-items: center;
        z-index: 1050;*/ /* Ensures it appears above everything */
    /*}

    .k-dialog {
        z-index: 1051 !important;*/ /* Ensures dialog is above the background */
    /*}

    .k-alert {
        z-index: 10006 !important;
    }

    .k-window {
        z-index: 10006 !important;
    }*/

    /*No need to override Grid Theme* on 5/12/2025 */
/*    .k-menu:not(.k-context-menu) > .k-item {
        color: red !important;
    }
*/
    /*No need to override Grid Theme* on 5/12/2025 */
/*    span.k-menu-link-text {
        color: #1284ff;
    }
*/
    /*.bx {
        font-family: boxicons !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 2px;
        -moz-osx-font-smoothing: grayscale;
    }

    .selected-label {*/
        /*color: #92b2f3;*/ /* Change to the color you want */

        /*color: #2968e9;
       font-weight: bold;
    }

    .clsSubTenantList {
        list-style-type: none;
        padding: 5px 0px 5px 24px;
    }

    .clsTenantList {
        list-style-type: none;
        height: 198px;
        overflow: auto;
    }

    .clsSubTenantListParent {
        list-style-type: none;
    }

    .clsECIcon {
        position: relative;
    }
    .clsTenantListChild {
        padding-bottom: 5px;
        border-bottom: 1px solid lightgray;
    }
    .border-red {
        border: 1px solid red !important;*/
        /*border: 1px solid #2968e9 !important;*/
    /*}
    .selected-tenant {
        color: white !important;
        background-color: #007bff !important;*/ /* Blue background */
        /*padding: 5px;
        border-radius: 4px;
    }

    .selected-subtenant {
        color: white !important;
        background-color: #007bff !important;*/ /* Blue background */
        /*padding: 5px;
        border-radius: 4px;
    }
    .k-window-content .k-button-md.k-icon-button {
        padding: 0px !important;
        border-left: 1px solid #aeb5c1 !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;*/
        /* width: 0px; */
    /*}
    .k-toolbar .k-toolbar-overflow-button {
        display: none !important;
    }
    span.k-input-inner {
        white-space: nowrap;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;*/
        /* left: 7px !important; */
        /* text-align: -webkit-center; */
    /*}
    .k-picker .k-input-button {
        color: inherit;
        background: none;
        border-color: transparent;
        padding: 0px !important;
        border-left: 1px solid #aeb5c1 !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    span.k-input-button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button {
        width: 45px !important;
        min-width: 0% !important;
    }*/
  /*  .k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
        color: #424242 !important;
        background-color: #ececec;
    }*/
    /*.droprightState {
        left: 42px;
    }
    .droprightState1 {
        left: 63px;
    }
    .SelectedTPActive {*/
        /*  border: 2px solid #007BFF;*/
        /*        box-shadow: 0px 10px 20px rgba(0, 123, 255, 0.5);
        border-radius: 6px;
*/
        /*transition: box-shadow 0.3s ease, border 0.3s ease;
*/ /*background-color: #007bff;
    }
        .SelectedTPActive .more-options {
            float: inline-end;
            font-size: 24px;
            color: black;
            cursor: pointer;
        }


    .k-filter-menu-container .k-input-inner {
        color: black !important;
        font-weight: inherit !important;
    }
    a {
        cursor: pointer;
    }

    .action-buttons ul li:hover {
        background-color: #eef3fd;*/ /* or any color you like */
    /*}
    input[type="radio"] {
        cursor: pointer;
    }
    .context-menu ul li:hover {
        background-color: #eef3fd;*/ /* or any color you like */
        /*cursor: pointer;
        border-radius: 8px;
    }
    .k-breadcrumb-item {
        cursor: pointer;
    }

}*/

/*Css for SpiceY Added ruby Sandhya s content 09-10-2025 Start*/

.floating-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #F0F0F0;
    border-radius: 15%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

    .floating-btn:hover {
        transform: scale(1.1);
    }

    .floating-btn img {
        width: 30px;
        height: 30px;
    }

.chat-panel {
    font-size: 16px;
    position: fixed;
    bottom: 90px; /* right above the floating icon */
    top: 0;
    right: -720px; /* hidden by default */
    width: 720px;
    height: 92%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -3px 0 10px rgba(0,0,0,0.2);
    transition: right 0.4s ease;
    z-index: 9998;
    display: flex;
    flex-direction: column;
}

    .chat-panel.open {
        right: 13px; /* visible when open */
    }

.chat-header {
    background-image: url(https://i.ibb.co/dLm7VDn/Right-Arrow.png);
    background-repeat: no-repeat;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: contain;
    background-position-x: right;
    background-color: #565656;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.chat-body {
    flex: 1;
    overflow-y: auto;
    background-color: #F0F0F0;
    position: relative;
    z-index: 1000; /* Ensures it's above other content */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.chat-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 5px;
}

    .chat-footer input {
        flex: 1;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .chat-footer button {
        background-color: #4221CE;
        color: white;
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        cursor: pointer;
    }

        .chat-footer button:hover {
            background-color: #4221CE;
        }

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.chat-body {
    flex: 1;
    overflow: hidden;
}

    .chat-body iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*Css for SpiceY Added ruby Sandhya s content 09-10-2025 END*/