/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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;

}

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

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova Th";
    src: url("../fonts/ProximaNova-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Lt";
    src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Rg Italic";
    src: url("../fonts/31286e8905fc9085933637cf0812d7ba.eot");
    /* IE9*/
    src: url("../fonts/31286e8905fc9085933637cf0812d7ba.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/31286e8905fc9085933637cf0812d7ba.woff2") format("woff2"),
        /* chrome、firefox */
        url("../fonts/31286e8905fc9085933637cf0812d7ba.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/31286e8905fc9085933637cf0812d7ba.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../fonts/31286e8905fc9085933637cf0812d7ba.svg#Proxima Nova Rg Italic") format("svg");
    /* iOS 4.1- */
}

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');*/
html>body {
    font-family: 'Open Sans';
}

html {
    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-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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[title],
abbr[data-original-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;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

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

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

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

pre,
code,
kbd,
samp {

    font-size: 1em;
}

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

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

input,
button,
select,
optgroup,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

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: 0.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";
}

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

.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-wrap: 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;
}

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

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

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

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

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

.checkContainer-fluid,
.checkContainer-sm,
.checkContainer-md,
.checkContainer-lg,
.checkContainer-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .checkContainer,
    .checkContainer-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .checkContainer,
    .checkContainer-sm,
    .checkContainer-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .checkContainer,
    .checkContainer-sm,
    .checkContainer-md,
    .checkContainer-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .checkContainer,
    .checkContainer-sm,
    .checkContainer-md,
    .checkContainer-lg,
    .checkContainer-xl {
        max-width: 1140px;
    }
}

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

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

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

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

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

.row {
    display: -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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.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;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.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;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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 th,
.table td {
    font-size: 12px;
    line-height: 17px;
    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 th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

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

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    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>th,
.table-primary>td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    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>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    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>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    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>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    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>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    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>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    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>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    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>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    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>th,
.table-active>td {
    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 th,
.table-dark td,
.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;
    }

    .quick-cart .addcart,
    .quick-cart .quickbuy {
        width: 190px;
    }

    .member_report .mytest.testprfl .table th,
    .member_report .mytest.testprfl .table td {
        min-width: 150px;
    }
}

.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;
    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;
        transition: none;
    }
}

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    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[size],
select.form-control[multiple] {
    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,
.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: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-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' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-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);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' 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);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-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);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

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

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

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-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);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-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: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-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);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-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);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

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

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

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-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);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-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 .input-group,
    .form-inline .custom-select {
        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;
    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;
        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;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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 {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -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;
}

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

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

.btn-sm,
.btn-group-sm>.btn {
    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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

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

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    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^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    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:hover,
.dropdown-item:focus {
    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>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

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

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    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:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

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

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.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:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    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>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

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

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

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

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

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

.input-group>.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-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    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="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    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-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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) {
    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:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    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;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    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,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(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' width='12' height='12' 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;
    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;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.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,
.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: 1.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;
    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;
        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;
    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;
        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;
    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;
        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;
    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;
        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:hover,
.nav-link:focus {
    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:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    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 .checkContainer,
.navbar .checkContainer-fluid,
.navbar .checkContainer-sm,
.navbar .checkContainer-md,
.navbar .checkContainer-lg,
.navbar .checkContainer-xl {
    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:hover,
.navbar-brand:focus {
    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:hover,
.navbar-toggler:focus {
    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>.checkContainer,
    .navbar-expand-sm>.checkContainer-fluid,
    .navbar-expand-sm>.checkContainer-sm,
    .navbar-expand-sm>.checkContainer-md,
    .navbar-expand-sm>.checkContainer-lg,
    .navbar-expand-sm>.checkContainer-xl {
        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>.checkContainer,
    .navbar-expand-sm>.checkContainer-fluid,
    .navbar-expand-sm>.checkContainer-sm,
    .navbar-expand-sm>.checkContainer-md,
    .navbar-expand-sm>.checkContainer-lg,
    .navbar-expand-sm>.checkContainer-xl {
        -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>.checkContainer,
    .navbar-expand-md>.checkContainer-fluid,
    .navbar-expand-md>.checkContainer-sm,
    .navbar-expand-md>.checkContainer-md,
    .navbar-expand-md>.checkContainer-lg,
    .navbar-expand-md>.checkContainer-xl {
        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>.checkContainer,
    .navbar-expand-md>.checkContainer-fluid,
    .navbar-expand-md>.checkContainer-sm,
    .navbar-expand-md>.checkContainer-md,
    .navbar-expand-md>.checkContainer-lg,
    .navbar-expand-md>.checkContainer-xl {
        -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>.checkContainer,
    .navbar-expand-lg>.checkContainer-fluid,
    .navbar-expand-lg>.checkContainer-sm,
    .navbar-expand-lg>.checkContainer-md,
    .navbar-expand-lg>.checkContainer-lg,
    .navbar-expand-lg>.checkContainer-xl {
        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>.checkContainer,
    .navbar-expand-lg>.checkContainer-fluid,
    .navbar-expand-lg>.checkContainer-sm,
    .navbar-expand-lg>.checkContainer-md,
    .navbar-expand-lg>.checkContainer-lg,
    .navbar-expand-lg>.checkContainer-xl {
        -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>.checkContainer,
    .navbar-expand-xl>.checkContainer-fluid,
    .navbar-expand-xl>.checkContainer-sm,
    .navbar-expand-xl>.checkContainer-md,
    .navbar-expand-xl>.checkContainer-lg,
    .navbar-expand-xl>.checkContainer-xl {
        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>.checkContainer,
    .navbar-expand-xl>.checkContainer-fluid,
    .navbar-expand-xl>.checkContainer-sm,
    .navbar-expand-xl>.checkContainer-md,
    .navbar-expand-xl>.checkContainer-lg,
    .navbar-expand-xl>.checkContainer-xl {
        -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>.checkContainer,
.navbar-expand>.checkContainer-fluid,
.navbar-expand>.checkContainer-sm,
.navbar-expand>.checkContainer-md,
.navbar-expand>.checkContainer-lg,
.navbar-expand>.checkContainer-xl {
    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>.checkContainer,
.navbar-expand>.checkContainer-fluid,
.navbar-expand>.checkContainer-sm,
.navbar-expand>.checkContainer-md,
.navbar-expand>.checkContainer-lg,
.navbar-expand>.checkContainer-xl {
    -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:hover,
.navbar-light .navbar-brand:focus {
    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:hover,
.navbar-light .navbar-nav .nav-link:focus {
    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 .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    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 .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:hover,
.navbar-dark .navbar-text a:focus {
    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 {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    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,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

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

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        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;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        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;
    }

    .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-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        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-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        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(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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: 3;
    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: 3;
    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;
    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;
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    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:hover,
a.badge-primary:focus {
    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:hover,
a.badge-secondary:focus {
    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:hover,
a.badge-success:focus {
    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:hover,
a.badge-info:focus {
    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:hover,
a.badge-warning:focus {
    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:hover,
a.badge-danger:focus {
    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:hover,
a.badge-light:focus {
    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:hover,
a.badge-dark:focus {
    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 {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    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;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 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: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.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-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@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:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@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:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@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:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@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:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    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:hover,
.list-group-item-secondary.list-group-item-action:focus {
    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:hover,
.list-group-item-success.list-group-item-action:focus {
    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:hover,
.list-group-item-info.list-group-item-action:focus {
    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:hover,
.list-group-item-warning.list-group-item-action:focus {
    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:hover,
.list-group-item-danger.list-group-item-action:focus {
    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:hover,
.list-group-item-light.list-group-item-action:focus {
    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:hover,
.list-group-item-dark.list-group-item-action:focus {
    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: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-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);
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.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-header,
.modal-dialog-scrollable .modal-footer {
    -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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    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: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 768px) {

    .modal-md {
        max-width: 630px;
    }
}

@media (min-width: 992px) {

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-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-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

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

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

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

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

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

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

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

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

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

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="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-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::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

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

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

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

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

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

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

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="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-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

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

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

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

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="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-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

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

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="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-left>.arrow::after,
.bs-popover-auto[x-placement^="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;
    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;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    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;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.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;
        -webkit-transform: none;
        transform: none;
    }
}

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

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.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 0.75s linear infinite;
    animation: spinner-grow 0.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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 iframe,
.embed-responsive embed,
.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;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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;
    margin: -1px;
    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;
}

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

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


.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

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

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

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

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

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

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

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

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    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-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    *::before,
    *::after {
        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;
    }

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .checkContainer {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

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

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

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 52px;
    color: #000000;
}

h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #2c2c2c;
}

h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

.black {
    color: #444242;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* opacity: 0.7; */
}

.grey {
    color: #b4b4b4;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* opacity: 0.7; */
}

.btn-custom {
    background: #363636;
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 100%;
    height: 48px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-sound {
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}

.btn-start-test {
    background: #363636;
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
}

.btn-start-test:disabled {
    background: rgba(54, 54, 54, 0.5);
    pointer-events: none;
}

.btn-prenex {
    background: #bebebe;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 0px;
    min-width: 156px;   /*FOR SCROLL FIX*/
}

.btn-prenex.btn-mark {
    background-color: rgba(190, 190, 190, 0.2);
    color: #8e8e8e;
    width: 172px;
    margin: 0 20px;
}

.btn-prenex.btn-mark img {
    opacity: 0.7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    vertical-align: middle;
}

.qnumber ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.qnumber ul li {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(47, 41, 41, 0.4);
}

.qnumber ul li:first-child {
    color: #2f2929;
}

.qnumber h6 {
    color: rgba(47, 41, 41, 0.4);
    margin: 0;
    text-align: right;
    line-height: 24px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 15px;
        line-height: 20px;
    }

    h6 {
        font-size: 13px;
        line-height: 15px;
    }

    p {
        font-size: 13px;
    }

    .btn-prenex {
        float: right;
        width: 100%;
        font-size: 14px;
    }

    .btn-prenex.btn-mark {
        width: 100%;
        margin: 10px 0;
    }
}

.bodySection {
    padding: 0;
}

.noScroll {
    overflow: hidden;
    z-index: -1;
}

.header-demographic {
    padding: 17px 15px 8px;
}

.header-demographic .headwrapper {
    padding: 0 30px;
}

.header-demographic .headwrapper h6 {
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
}

/* .header-demographic .headwrapper .testrun {
    color: black;
}

.header-demographic .headwrapper .testrun span {
    font-weight: bold;
} */



.header-demographic h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}

.header-demographic h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #707070;
    text-align: right;
    margin: 0;
}

.header-demographic h5 img {
    margin-right: 5px;
}

.header-demographic .qaheaderright {
    text-align: right;
}

.header-demographic .qaheaderright h5 {
    display: inline-block;
    margin: 0 15px;
}

.header-demographic .qaheaderright .btn-finish-test {
    background: #8f8f8f;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    border-color: #8f8f8f;
}

.header-demographic .qaheaderright .btn-finish-test:active {
    background: #8f8f8f;
}

/* 
.header-demographic .qaheaderright .btn-finish-test:disabled {
    background: rgba(143, 143, 143, 0.1);
    color: rgba(40, 40, 40, 0.2);
    border-color: rgba(143, 143, 143, 0.1);
}

.header-demographic .qaheaderright .btn-finish-test:disabled img {
    opacity: 0.1;
} */

.header-demographic .play_pause {
    width: auto;
    float: left;
}

.header-demographic .play_pause .btn {
    padding: 0;
    margin-right: 5px;
}

.header-demographic .play_pause .btn:focus {
    outline: none;
}

.header-demographic .play_pause h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #707070;
    position: relative;
    display: flex;
    align-items: center;
}

.header-demographic .play_pause .testProgressBar,
.Question_bank_list .question_wrapper.tab_section {
    width: 100%;
    float: left;
}

.temppass {
    width: auto;
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #333333;
    border-radius: 6px;
    padding: 10px 25px;
    z-index: 9999;
}

.temppass h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

#testAlert.temppass {
    width: 300px;
    height: 40px;
    text-align: center;
    bottom: initial;
    top: 70px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;

}

.Question_bank_list .question_wrapper.tab_section .question_details {
    width: 100%;
}

.Question_bank_list .question_wrapper.tab_section .tab-content .nonPassage {
    padding-top: 40px;
    
    /*TO ADD SCROLL FOR INSTRUCTION*/
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.Question_bank_list .question_wrapper .tab_column_section {
    width: 100%;
    float: left;
}

.Question_bank_list .question_wrapper .tab_column_section .question_details {
    width: 680px;
}

.Question_bank_list .question_wrapper.tab_section .tab-content .nonPassage .ques-opt-wrapper,
.Question_bank .Question_bank_list .question_wrapper.tab_section .question_details .nonPassage .ques-opt-wrapper {
    overflow-x: auto;
}

.Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
}

.Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #3e3c3c;
    background-color: rgba(196, 196, 196, 0.1);
    border-color: #dbdbdb;
    width: 275px;
    padding: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link.active {
    border-color: #dbdbdb #dbdbdb #fff;
    background-color: white;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link {
        width: auto;
        padding: 13px 30px;
    }
}

@media (max-width: 575.98px) {
    .Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs {
        display: block;
    }

    .Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link {
        padding: 13px 10px;
    }

    .Question_bank_list .question_wrapper.tab_section .question_details .tab-content {
        margin-top: 20px;
    }
}

.Question_bank {
    width: 100%;
    float: left;
    height: 100vh;
}

.Question_bank_toggle {
    width: 64px;
    float: left;
    background-color: #fafafa;
    position: fixed;
    height: calc(100% - 64px);
    top: 64px;
    z-index: 999;
    padding-top: 25px;
}

.Question_bank_toggle .btn-toggle .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
    margin: 0 auto;
}

.Question_bank_toggle .btn-toggle .rotate.show {
    display: block;
    float: right;
}

.Question_bank_toggle .btn-toggle .norotate {
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
}

.Question_bank_toggle .btn-toggle .norotate.hide {
    transform: rotate(180deg);
}

.Question_bank_toggle .qaAttempt {
    width: 100%;
    float: left;
    padding: 25px 14px;
}

.Question_bank_toggle .qaAttempt .hideTQ {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7d7d7d;
}

.Question_bank_toggle .qaAttempt .hideTQ.showTQ {
    display: inline-block;
    line-height: 36px;
}

.Question_bank_toggle .qaAttempt ul,
ul.qaList {
    list-style: none;
    text-align: center;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

.Question_bank_toggle .qaAttempt ul li,
ul.qaList li {
    padding: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    display: table;
    width: 100%;
}

.Question_bank_toggle .qaAttempt ul li h6,
ul.qaList li h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #3e3c3c;
    float: left;
    margin: 0 0 0 15px;
}

.Question_bank_toggle .qaAttempt ul li a,
ul.qaList li a {
    color: #ffffff;
}

.Question_bank_toggle .qaAttempt ul li .unanwsered,
.Question_bank_toggle .qaAttempt ul li .anwsered,
.Question_bank_toggle .qaAttempt ul li .skipped,
ul.qaList li .unanwsered,
ul.qaList li .anwsered,
ul.qaList li .skipped {
    width: 28px;
    height: 32px;
    background-color: rgba(6, 6, 6, 0.2);
    float: left;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;

    color: #FFFFFF;
}

.Question_bank_toggle .qaAttempt ul li .anwsered,
ul.qaList li .anwsered {
    background-color: rgba(6, 6, 6, 0.4);
}

.Question_bank_toggle .qaAttempt ul li .mletter,
ul.qaList li .mletter {
    width: 28px;
    height: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background-color: rgba(6, 6, 6, 0.6);
    float: left;
    border-radius: 4px 4px 0 0;
}

.Question_bank_toggle .qaAttempt ul li .mletter:after,
ul.qaList li .mletter:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fafafa;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.Question_bank_toggle .qaAttempt ul li .noswap,
ul.qaList li .noswap {
    display: none;
}

.Question_bank_toggle .qaAttempt ul li .noswap.swap,
ul.qaList li .noswap.swap {
    display: block;
}

.Question_bank_toggle .question_numbers {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.Question_bank_toggle .question_numbers ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: auto;
    display: block;
    margin: 0;
}

.Question_bank_toggle .question_numbers ul li {
    width: 100%;
    display: block;
    height: 72px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 1px;
    float: left;
}

.Question_bank_toggle .question_numbers ul li a {
    width: 100%;
    color: rgba(88, 88, 88, 0.6);
    cursor: pointer;
    border: 1px solid rgba(105, 105, 105, 0.1);
    background: rgba(201, 201, 201, 0.1);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.Question_bank_toggle .question_numbers ul li a.active {
    background: #e4e4e4;
    border: 2px solid #b6b6b6;
    color: #222222;
}

.Question_bank_toggle .question_numbers ul li a:hover {
    background: #e4e4e4;
}

.Question_bank_toggle .question_numbers ul li h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #979797;
    float: left;
    margin: 0;
    width: calc(100% - 79px);
    float: left;
    text-align: left;
    height: 55px;
    display: inline-flex;
    align-items: center;
}

.Question_bank_toggle .question_numbers ul li h6 img {
    margin-right: 15px;
    vertical-align: sub;
}

.Question_bank_toggle .question_numbers ul li .numbring {
    line-height: 71px;
    width: 64px;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.Question_bank_toggle .question_numbers ul li .hideno {
    display: none;
}

.Question_bank_toggle .question_numbers ul li .hideno.showno {
    display: inline-flex;
}

.Question_bank_toggle .question_numbers ul.bxslider .slide {
    width: 100% !important;
}

.Question_bank_toggle .showAll {
    width: 100%;
    float: left;
    padding: 0px 15px;
    display: none;
}

.Question_bank_toggle .showAll.showfilter {
    display: block;
}

.Question_bank_toggle .showAll ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
    margin: 0;
}

.Question_bank_toggle .showAll ul li {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7d7d7d;
}

.Question_bank_toggle .showAll ul li.dropdown {
    float: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3e3c3c;
}

.Question_bank_toggle .showAll ul li.dropdown a {
    padding: 0;
    color: #000;
}

.Question_bank_toggle .showAll ul li.dropdown a.dropdown-toggle:after {
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    background-image: url("/assets/images/Vector 31.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 16px;
    height: 10px;
    vertical-align: middle;
}

.Question_bank_toggle .showAll ul li.dropdown .dropdown-menu {
    z-index: 99999;
}



.bx-wrapper {
    position: relative;
    padding: 0;
    /* *zoom: 1; */
    zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: 0px;
    outline: 0;
    width: 100%;
    height: 20px;
    text-indent: -9999px;
    z-index: 9999;
}



.expanded .bx-wrapper .bx-controls-direction .bx-next {
    top: calc(100% - 20px) !important;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: center center;
}


@media (min-width: 1200px) {
    .checkContainer-xl {
        max-width: 1440px;
    }
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer,
section,
header {
    width: 100%;
    float: left;
}

footer {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: calc(100% - 240px);
}

footer.test_footer {
    width: calc(100% - 0px);
}

footer .footwrapper {
    padding: 0 30px 0 90px;
}

footer .mark_popup {
    position: absolute;
    left: 50%;
    bottom: 100%;
    background: rgba(51, 48, 48, 0.8);
    border-radius: 4px;
    padding: 16px 30px;
    text-align: center;
    min-width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

footer .mark_popup p {
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 575.98px) {
    footer footer {
        margin-top: 20px;
    }
}

.wrapper {
    width: 100%;
    min-height: 100%;
    padding: 0 120px;
    background-color: #ffffff;
    float: left;
}

.rptpad {
    padding: 0 45px 20px;
    width: 100%;
    float: left;
}

.wrapper .demographi_main_area {
    margin-top: 85px;
    margin-bottom: 70px;
}

.wrapper .demographi_main_area p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.wrapper .demographi_main_area .form-group {
    position: relative;
}

/* .wrapper .demographi_main_area .form-group:after {
    content: "";
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    right: 77px;
    bottom: 16px;
    position: absolute;
    pointer-events: none;
} */

.wrapper .demographi_main_area .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    opacity: 0.7;
}

.wrapper .demographi_main_area .form-group select {
    width: 100%;
    background: rgba(245, 245, 245, 0.57);
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 48px;
    padding: 10px;
}

.wrapper .demographi_main_area .form-row [class*="col-"] {
    padding-right: 40px;
    margin-bottom: 20px;
    padding-left: 0;
}

.wrapper .introduction {
    width: 100%;
    margin-top: 70px;
}

.wrapper .introduction .timer {
    width: 100%;
}

.wrapper .introduction .timer h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #272727;
}

.wrapper .introduction .timer h6 span {
    vertical-align: middle;
}

.wrapper .introduction .timer h6 span span {
    font-weight: normal;
}

.wrapper .introduction .paperdetails,
.paperdetails {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.wrapper .introduction .paperdetails li,
.paperdetails li {
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.32);
}

.wrapper .introduction .paperdetails li:first-child,
.paperdetails li:first-child {
    padding-left: 0;
    border-left: 0;
}

.wrapper .introduction_voluntary {
    width: 100%;
    margin: 20px 0 0;
}

.introduction_voluntary ol {
    padding: 0 0 0 20px;
}

.introduction_voluntary p {
    line-height: 21px;
}

.wrapper .introduction_voluntary ol li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #161616;

}

.wrapper .introduction_voluntary ol li p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    opacity: 1;
    margin: 0 0 10px;
}

.wrapper .introduction_voluntary h6 {
    color: #525050;
}

.wrapper .introduction_voluntary .form-control {
    height: 40px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.wrapper .introduction_voluntary .btn-start-test {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 220px;
}

.Videowrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-y: auto;
    display: none;
    z-index: 9999999999;
}

.Videowrapper .videoclose {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.Videowrapper_main {
    max-width: 1200px;
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 60px 0 70px;
}

.Videowrapper_main .video {
    width: 100%;
    height: 500px;
    background: #c4c4c4;
    /* opacity: 0.5; */
    position: relative;
}

.Videowrapper_main .video_playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Videowrapper_main .videodescription {
    width: 100%;
    padding: 30px 0 0;
}

.Videowrapper_main .videodescription .descriptionlist {
    width: 100%;
    float: left;
}

.Videowrapper_main .videodescription .descriptionlist ul {
    list-style: none;
    padding: 0;
}

.Videowrapper_main .videodescription .descriptionlist ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #111010;
    opacity: 0.7;
    padding-bottom: 20px;
}

.Videowrapper_main .videodescription .descriptionlist ul li span {
    color: #388af7;
    opacity: 0.7;
    margin-right: 10px;
}

.Videowrapper .sampletest {
    width: 100%;
    float: left;
    padding: 10px 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #efefef;
    background-color: #ffffff;
}

.Videowrapper .sampletest .btn-start-test {
    color: #fff;
    width: auto;
    height: 40px;
    opacity: 1;
    float: right;
}

.Question_bank {
    width: 100%;
    float: left;
}

.Question_bank_list {
    width: calc(100% - 64px);
    float: left;
    margin-left: 64px;
    height: calc(100% - 64px);
}

.Question_bank_list.overlay {
    position: relative;
    pointer-events: none;
    height: calc(100% - 65px);
}

.Question_bank_list.overlay:after {
    content: "";
    width: calc(100% + 64px);
    height: calc(100% + 65px);
    position: absolute;
    top: -65px;
    right: 0;
    background-color: rgba(19, 19, 19, 0.4);
    z-index: 99;
    pointer-events: none;
}

.Question_bank_list .question_wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0px 45px 20px;
}

.Question_bank_list .question_wrapper .fontSize {
    margin: 15px 0 40px;
}

.Question_bank_list .question_wrapper .fontSize ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.Question_bank_list .question_wrapper .fontSize ul li {
    float: left;
}

/* 
.Question_bank_list .question_wrapper .fontSize ul li:last-child button {
    border-right: 1px solid #c6c6c6;
} */

.Question_bank_list .question_wrapper .fontSize .btn {
    background: #fdfdfd;
    border: 1px solid #c6c6c6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #5a5858;
    border-right: 0;
    border-radius: 0;
}

.Question_bank_list .question_wrapper .fontSize .btn.fontMedium {
    font-size: 20px;
}

.Question_bank_list .question_wrapper .fontSize .btn.fontLarge {
    font-size: 24px;
}

.Question_bank_list .question_wrapper .fontSize .btn.active {
    background: #f4f4f4;
}

.Question_bank_list .question_wrapper .fontSize .btn:hover {
    background: #f4f4f4;
}

.Question_bank_list .question_wrapper .question_details {
    width: 680px;
    display: table;
    margin: 0 auto;
}

.Question_bank_list .question_wrapper .question_details h3,
.Question_bank_list .question_wrapper .question_details h3 p,
.Question_bank_list .question_wrapper .question_details .headingText p,
.Question_bank_list .question_wrapper .question_details.passage .passage_right .headingText p,
.Question_bank_list .question_wrapper .passage .passage_right .headingText p {
    color: black;
    display: table;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #2c2c2c;
    opacity: 0.7;
}

.Question_bank_list .question_wrapper .question_details .playsound,
.Question_bank_list .question_wrapper .question_details .headingText {
    display: table-cell;
}

.Question_bank_list .question_wrapper .question_details .playsound {
    width: 50px;
}

.Question_bank_list .question_wrapper .question_details .headingText {
    padding-right: 20px;
}

.Question_bank_list .question_wrapper .question_details .clearQuestion {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.Question_bank_list .question_wrapper .question_details .clearQuestion p,
.Question_bank_list .question_wrapper .ques-opt-wrapper .clearQuestion p,
.Question_bank_list .question_wrapper .clearQuestion p,
.Question_bank_list .ques-opt-wrapper .form-group label {
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    display: inline-block;
}

.Question_bank_list .ques-opt-wrapper .form-group .form-control::-webkit-input-placeholder,
.Question_bank_list .ques-opt-wrapper .form-group .form-control:-ms-input-placeholder,
.Question_bank_list .ques-opt-wrapper .form-group .form-control:-moz-placeholder,
.Question_bank_list .ques-opt-wrapper .form-group .form-control::-moz-placeholder {
    color: #7d7d7d;
    font-weight: 500;
}

.Question_bank_list .question_wrapper .question_details .clearQuestion a,
.Question_bank_list .question_wrapper .ques-opt-wrapper .clearQuestion a,
.Question_bank_list .question_wrapper .clearQuestion a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #736f6f;
    float: right;
}

.Question_bank_list .question_wrapper .question_details .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
}

.Question_bank_list .question_wrapper .question_details .form-group textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: rgba(17, 16, 16, 0.3);
    background: #ffffff;
    border: 1px solid rgba(3, 3, 3, 0.1);
    border-radius: 4px;
    height: 186px;
}

.Question_bank_list .question_wrapper .question_details .form-group textarea.form-control::-webkit-input-placeholder {
    color: rgba(17, 16, 16, 0.3);
}

.Question_bank_list .question_wrapper .question_details .form-group textarea.form-control:-ms-input-placeholder {
    color: rgba(17, 16, 16, 0.3);
}

.Question_bank_list .question_wrapper .question_details .form-group textarea.form-control::-ms-input-placeholder {
    color: rgba(17, 16, 16, 0.3);
}

.Question_bank_list .question_wrapper .question_details .form-group textarea.form-control::placeholder {
    color: rgba(17, 16, 16, 0.3);
}

.Question_bank_list .question_wrapper .question_details.passage,
.Question_bank_list .question_wrapper .passage {
    width: 100%;
    padding: 20px 0 0px;
    margin-bottom: 20px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left,
.Question_bank_list .question_wrapper .passage .passage_left {
    overflow-y: auto;
    max-height: 450px;
    padding-right: 15px;
    scrollbar-color: #c4bfbf #fff;
    scrollbar-width: thin;
}

.Question_bank_list .question_wrapper .passage .passage_left .readpasg,
.Question_bank_list .question_wrapper .passage .passage_left p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    text-align: justify;
}

.Question_bank_list .question_wrapper .passage .passage_left p {
    font-size: 16px;
    color: #161616;
    line-height: 22px;
    text-align: justify;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left h3,
.Question_bank_list .question_wrapper .question_details.passage .passage_left h3 p,
.Question_bank_list .question_wrapper .passage .passage_left h3,
.Question_bank_list .question_wrapper .passage .passage_left h3 p {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 5px;
    text-align: justify;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left h5,
.Question_bank_list .question_wrapper .question_details.passage .passage_left h5 p .Question_bank_list .question_wrapper .passage .passage_left h5,
.Question_bank_list .question_wrapper .passage .passage_left h5 p {
    font-style: italic;
    line-height: 26px;
    color: #111010;
    margin: 0 0 20px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left::-webkit-scrollbar,
.qstAnsWrap::-webkit-scrollbar,
.ques-opt-wrapper::-webkit-scrollbar,
.Question_bank_list .question_wrapper .passage .passage_left::-webkit-scrollbar {
    width: 10px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left::-webkit-scrollbar:horizontal,
.qstAnsWrap::-webkit-scrollbar:horizontal,
.ques-opt-wrapper::-webkit-scrollbar:horizontal,
.Question_bank_list .question_wrapper .passage .passage_left::-webkit-scrollbar:horizontal {
    height: 10px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left::-webkit-scrollbar-track,
.qstAnsWrap::-webkit-scrollbar-track,
.ques-opt-wrapper::-webkit-scrollbar-track,
.Question_bank_list .question_wrapper .passage .passage_left::-webkit-scrollbar-track {
    border-radius: 10px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_left::-webkit-scrollbar-thumb,
.qstAnsWrap::-webkit-scrollbar-thumb,
.ques-opt-wrapper::-webkit-scrollbar-thumb,
.Question_bank_list .question_wrapper .passage .passage_left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #c4bfbf;
    box-shadow: inset 0 0 10px #c4bfbf;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right,
.Question_bank_list .question_wrapper .passage .passage_right {
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-color: #c4bfbf #fff;
    scrollbar-width: thin;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right p,
.Question_bank_list .question_wrapper .passage .passage_right p {
    color: #7d7d7d;
    margin: 40px 0 0;
    font-weight: normal;
    opacity: 1;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right::-webkit-scrollbar,
.Question_bank_list .question_wrapper .passage .passage_right::-webkit-scrollbar {
    width: 10px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right::-webkit-scrollbar-track,
.Question_bank_list .question_wrapper .passage .passage_right::-webkit-scrollbar-track {
    border-radius: 10px;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right::-webkit-scrollbar-thumb,
.Question_bank_list .question_wrapper .passage .passage_right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #c4bfbf;
    box-shadow: inset 0 0 10px #c4bfbf;
}

.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
}

.red-tooltip~.tooltip>.tooltip-inner {
    background-color: blue;
}

@media (max-width: 767px) {
    .Question_bank_list .question_wrapper .question_details {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .Question_bank_list .question_wrapper .question_details .headingText {
        padding-right: 5px;
    }

    .Question_bank_list .question_wrapper .question_details .clearQuestion {
        margin: 10px 0 0 0;
    }

    .Question_bank_list .question_wrapper .question_details .clearQuestion a {
        font-size: 13px;
        line-height: 16px;
    }

    .Question_bank_list .question_wrapper .question_details .inputGroup label {
        padding: 10px 28px 10px 10px;
    }

    .Question_bank_list .question_wrapper .question_details .inputGroup label:after {
        right: 10px;
    }

    .Question_bank_list .question_wrapper .question_details .inputGroup input {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .Question_bank_list {
        padding: 0 15px;
    }

    .Question_bank_list .question_wrapper {
        padding: 5px 0 0;
    }
}

.inputGroup {
    background-color: transparent;
    display: block;
    width: 100%;
    margin: 10px 0;
    position: relative;
    border: 1px solid rgba(3, 3, 3, 0.1);
    border-radius: 0;
    overflow: hidden;
}

.inputGroup label {
    padding: 14px 45px 14px 20px;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: rgba(17, 16, 16, 0.7);
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin: 0;
    display: block;
    align-items: center;
}

.Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5,
.Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5 p,
.Question_bank_list .question_wrapper .passage .passage_right .inputGroup label h5,
.Question_bank_list .question_wrapper .passage .passage_right .inputGroup label h5 p,
.inputGroup label h5,
.inputGroup label h5 p {
    width: calc(100% - 42px);
    display: inline-block;
    line-height: 21px;
    margin: 0;
    font-size: 16px;
    padding: 2px 0;
}

.otp-container {
    width: 100%;
    float: left;
}

.inputGroup label:before {
    width: 13px;
    height: 10px;
    border-radius: 50%;
    content: "";
    /* background: rgba(235, 235, 235, 0.4); */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.inputGroup label .qoption {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: rgba(196, 196, 196, 0.2);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: rgba(17, 16, 16, 0.7);
    float: left;
    text-align: center;
    margin-right: 10px;
}

.inputGroup input:checked~label {
    font-weight: 600;
    border-color: transparent;
}

.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(96, 96, 1);
    transform: translate(-50%, -50%) scale3d(96, 96, 1);
    opacity: 1;
}

.inputGroup input:checked~label h5 p {
    color: #fff;
}

.inputGroup input:checked~label:after {
    background-color: #fff;
    background-image: url("/assets/images/Ellipse 13.svg");
    background-repeat: no-repeat;
    background-position: 0.24rem 0.24rem;
}

.passage_right .inputGroup input:checked~label:after {
    background-position: 0.24rem 0.24rem;
}

.inputGroup input:checked~label .qoption {
    background-color: rgba(155, 155, 155, 0.2);
}

.inputGroup input {
    width: 20px;
    height: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.inputGroup.inputGroupCheck label:after {
    width: 24px;
    height: 24px;
    background: #ffffff;
    opacity: 0.3;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.inputGroup.inputGroupCheck label .qoption {
    background-color: rgba(196, 196, 196, 0.2);
    border-radius: 4px;
}

.inputGroup.inputGroupCheck input:checked~label {
    font-weight: 600;
}

.inputGroup.inputGroupCheck input:checked~label:after {
    background-color: #fff;
    background-image: url("/assets/images/vector-check.svg");
    background-repeat: no-repeat;
    background-position: 3px 4px;
    opacity: 0.8;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.inputGroup.inputGroupCheck input:checked~label .qoption {
    background-color: rgba(155, 155, 155, 0.2);
}

.question_number {
    display: block;
    width: 270px;
    height: auto;
    z-index: 9;
    float: left;
    margin: 0 0 40px;
}

.question_number .vs-slides {
    position: relative;
}

.question_number .vs-slides .vs-slides-inner {
    height: 420px;
    overflow: hidden;
}

.question_number .vs-slides .vs-slides-inner .vs-products-outer {
    height: 100%;
    position: relative;
}

.question_number .vs-products {
    height: 100%;
    width: 100%;
}

.question_number .vs-products a.vs-product {
    display: block;
    height: 33.33333%;
    width: 100%;
}

.question_number .vs-products a.vs-product:hover {
    background-color: rgba(172, 172, 172, 0.1);
}

.question_number .vs-products a.vs-product .vs-image {
    width: 33.33333%;
    float: left;
    height: 100%;
    position: relative;
}

.question_number .vs-products a.vs-product .vs-image img {
    padding: 19px 10px;
    max-height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.question_number .vs-products a.vs-product .vs-title {
    width: 66.66667%;
    position: relative;
    float: right;
    height: 100%;
}

.question_number .vs-products a.vs-product .vs-title h4 {
    font-size: rem(22px);
    line-height: rem(30px);
    letter-spacing: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
}

#finishTest {
    display: none;
}

.finishTest {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    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;
    background-color: rgba(19, 19, 19, 0.4);
    z-index: 99999999;
}

.finishTest_wrapper {
    width: 900px;
    height: auto;
    position: relative;
    background-color: #fff;
    padding: 30px 35px 20px;
}
.finishTest_wrapper.final_test{
    max-width: 500px;
}

.finishTest_wrapper h3 {
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}

.finishTest_wrapper h6 {
    font-weight: normal;
    color: rgba(17, 16, 16, 0.7);
    margin-bottom: 15px;
}

.finishTest_wrapper p {
    color: rgba(17, 16, 16, 0.7);
}

.finishTest .finishTest_wrapper .passage_left .disabledLayer {
    max-height: 500px;
}

#parentPassageText .finishTest_wrapper {
    width: 900px;
}

#parentPassageText .finishTest_wrapper .passage_left {
    max-height: auto;
}

.finishTest_wrapper .btnwrp {
    width: 100%;
}

.finishTest_wrapper .btnwrp .btn-prenex {
    font-weight: normal;
}

.finishTest_wrapper .qaAttempt {
    width: 100%;
    float: left;
    padding: 0px;
}

.finishTest_wrapper .qaAttempt ul {
    list-style: none;
    text-align: center;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

.finishTest_wrapper .qaAttempt ul li {
    padding: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    display: table;
    width: 100%;
}

.finishTest_wrapper .qaAttempt ul li h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #3e3c3c;
    float: left;
    margin: 0 0 0 15px;
}

.finishTest_wrapper .qaAttempt ul li a {
    color: #ffffff;
}

.finishTest_wrapper .qaAttempt ul li .unanwsered,
.finishTest_wrapper .qaAttempt ul li .anwsered,
.finishTest_wrapper .qaAttempt ul li .skipped {
    width: 32px;
    height: 32px;
    background-color: rgba(6, 6, 6, 0.2);
    float: left;
}

.finishTest_wrapper .qaAttempt ul li .anwsered {
    background-color: rgba(6, 6, 6, 0.4);
}

.finishTest_wrapper .qaAttempt ul li .mletter {
    width: 32px;
    height: 34px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background-color: rgba(6, 6, 6, 0.6);
    float: left;
}

.finishTest_wrapper .qaAttempt ul li .mletter:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fafafa;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.finishTest_wrapper .timer {
    width: 100%;
}

.finishTest_wrapper .timer h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #272727;
    margin: 0;
}

.finishTest_wrapper .timer h6 span {
    vertical-align: top;
    padding-top: 3px;
    display: inline-block;
}

.finishTest_wrapper .timer h6 span span {
    font-weight: normal;
    margin-top: -2px;
}

.finishTest_wrapper .info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 16, 16, 0.4);
    opacity: 1;
    margin: 15px 0;
}

.finishTest_wrapper .info span {
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background-color: rgba(196, 196, 196, 0.2);
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 23px;
}

.finishTest_wrapper .canceltest {
    position: absolute;
    top: 10px;
    right: 15px;
}

.englarge_question {
    overflow: auto;
    max-height: 700px;
    padding: 10px 20px 20px 10px
}

/* .englarge_question h3 img,
.englarge_question h3 p img{
    width: initial;
    height: initial;
} */
.passage .englarge_question {
    text-align: center;
}

.englarge_question::-webkit-scrollbar {
    width: 10px;
}

.englarge_question::-webkit-scrollbar:horizontal {
    height: 10px;
}

.englarge_question::-webkit-scrollbar-track {
    border-radius: 10px;
}

.englarge_question::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #c4bfbf;
    box-shadow: inset 0 0 10px #c4bfbf;
}

.selection {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.selection_group {
    width: 100%;
    margin: 30px 0 0;
}

.selection_group .inputGroup input {
    right: initial;
    left: 20px;
}

.selection_group .inputGroup label {
    padding: 14px 45px 14px 70px;
}

.selection_group .inputGroup label.theme_label {
    padding: 20px 20px 20px 70px;
}

.selection_group .inputGroup label:after {
    right: initial;
    left: 20px;
}

.selection_group .section_details {
    line-height: 24px;
    width: calc(100% - 100px);
    display: inline-block;
}

.selection_group .section_details p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 16, 16, 0.7);
    opacity: 0.7;
    margin-bottom: 10px;
}

.selection_group .section_details h6 {
    color: rgba(17, 16, 16, 0.7);
    margin-bottom: 10px;
}

.selection_group .section_details h6:last-child {
    font-weight: normal;
}

.selection_group span {
    float: right;
    width: 100px;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selection_group .theme_color {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: #979797;
    border-radius: 8px;
    vertical-align: top;
    margin-right: 5px;
}

.selection_group .theme_section_details {
    line-height: 24px;
    width: calc(100% - 210px);
    display: inline-block;
}

.selection_group span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    background-color: rgba(3, 3, 3, 0.1);
    left: -15px;
}

.selection_group span h6 {
    display: inline-block;
    margin: 0;
    color: rgba(17, 16, 16, 0.7);
    font-weight: normal;
    min-width: 70px;
    text-align: center;
}

.selection_group .btn-start-test,
.test-pre-section .btn-custom {
    background-color: #5f5f5f;
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    padding: 10px 40px;
}

.selection_group .btn-start-test:hover,
.test-pre-section .btn-custom:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.selection_group .btn-start-test:disabled,
.test-pre-section .btn-custom:disabled {
    background-color: rgba(54, 54, 54, 0.5);
    pointer-events: none;
}

.pausetest {
    width: 100%;
    float: left;
    margin-top: 35px;
    padding-bottom: 20px;
}

.pausetest h5 {
    line-height: 24px;
    color: rgba(17, 16, 16, 0.7);
    margin: 18px 0;
}

.pausetest ul {
    padding: 10px 25px 0 5px;
    list-style: none;
}

.pausetest ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: rgba(17, 16, 16, 0.7);
    margin-bottom: 10px;
}

.pausetest .btn-mark {
    background-color: #8e8e8e;
    color: #fff;
    margin: 30px 0 0;
}

.pausetest .btn-mark img {
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */

/* 06-04-2020 */
.Question_bank_toggle .question_numbers {
    display: none;
}

.question_numbers .bx-wrapper .bx-viewport {
    height: calc(100vh - 313px) !important;
}

#sidebar.expanded .question_numbers .bx-wrapper .bx-viewport {
    height: calc(100vh - 370px) !important;
}

.Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_left,
.Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_right,
.Question_bank .Question_bank_list .question_wrapper .passage .passage_left,
.Question_bank .Question_bank_list .question_wrapper .passage .passage_right {
    height: calc(100vh - 350px);
    max-height: 100%;
    margin-top: 15px;
}

.Question_bank .Question_bank_list .question_wrapper.tab_section .question_details .nonPassage .ques-opt-wrapper {
    height: calc(100vh - 365px)
}

.Question_bank .Question_bank_list .question_wrapper .tab-content.question_details .question_details.passage .passage_left,
.Question_bank .Question_bank_list .question_wrapper .tab-content.question_details .question_details.passage .passage_right,
.Question_bank .Question_bank_list .question_wrapper .tab-content.question_details .passage .passage_left,
.Question_bank .Question_bank_list .question_wrapper .tab-content.question_details .passage .passage_right {
    height: calc(100vh - 425px);
    max-height: 100%;
    margin-top: 15px;
}

.Question_bank .Question_bank_list .question_wrapper.tab_section .question_details .tab-content.question_details .nonPassage .ques-opt-wrapper {
    height: calc(100vh - 425px)
}

.qstAnsWrap,
.ques-opt-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    scrollbar-color: #c4bfbf #fff;
    scrollbar-width: thin;
}

/*FOR SIMPLE TEXT AREA*/
.qnumber-wrapper {
    padding-left: 5px;
}

.textbox-left-padding {
    padding-left: 5px;
}

textarea#textarea1 {
    color: #495057 !important;
}

/* .ques-opt-wrapper h3 img,
.ques-opt-wrapper h3 p img{
    width: 50%;
    height: auto;
} */
.qstAnsWrap {
    height: calc(100vh - 370px) !important;
}

.ques-opt-wrapper {
    height: calc(100vh - 300px);
}

.question_wrapper .nonPassage .ques-opt-wrapper {
    height: calc(100vh - 300px);
    overflow-x: auto !important;
}

.showAll .dropdown-menu {
    background-color: #c4c4c4;
}

.showAll .dropdown-menu .custom-control {
    padding-left: 1.5rem;
    padding-right: 0;
    line-height: 1.8;
    margin: 5px 0;
}

.showAll .dropdown-menu .custom-control-label::before {
    left: -1.5rem;
}

.showAll .dropdown-menu .custom-control-label::after {
    left: -1.255rem;
    top: 8px;
    width: 8px;
    height: 8px;
    background-image: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.showAll .dropdown-menu .custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: #101010;
}

.showAll .dropdown-menu .custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.showAll .dropdown-menu label.custom-control-label {
    font-size: 0.9em;
    display: block;
}

header .checkContainer-xl,
footer .checkContainer-xl,
.question_wrapper>.checkContainer-xl {
    max-width: 100%;
}

.checkContainer-fluid footer {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 160px);
    position: absolute;
    right: 80px;
    left: 80px;
    bottom: 0;
    background: #ffffff;
    z-index: 5;
}

.footwrapper span.ribbon,
.ribbon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/ribbon/ribbon.svg");
}

.qaAttempt span.ribbon.filled {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}

.qaAttempt span.ribbon.light {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/ribbon/ribbon-light.svg");
}

.qaAttempt span.ribbon.filled-light {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/ribbon/ribbon-fill-light.svg");
}

.Question_bank_toggle .question_numbers ul li a span.ribbon {
    position: absolute;
    top: -2px;
    right: 0px;
    z-index: 99;
}

.ribbon.filled {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ribbon {
    background-image: url("../images/ribbon/ribbon.svg");
}

.ribbon.filled {
    background-image: url("../images/ribbon/mark-letter.png");
}

.footwrapper span.ribbon.mark-later-ribbon-filled,
.qnumber span.ribbon.mark-later-ribbon-filled {
    background-image: url("../images/ribbon/mark-letter.png");
}

.Question_bank_toggle .showAll.showfilter .dropdown-menu.show {
    transform: unset !important;
    top: 28px !important;
    right: 0 !important;
    left: initial !important;
}

.disabledLayer,
.inputGroup label h5,
span.headingText {
    position: relative;
}


.inputGroup label h5,
span.headingText p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
}

.disabledLayer {
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    margin: 10px 0;
    text-align: justify;
    float: left;
    width: auto;
    padding: 0 10px 0 0;
}


#taxview .toggle img {
    transform: rotate(180deg);
}

.disabledLayer::after,
.inputGroup label h5::after,
span.headingText::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

h6 .d-inline-block {
    vertical-align: middle;
}

.modal .btn-prenex {
    background-color: #8e8e8e;
    color: #ffffff;
}

.modal .btn-link {
    color: #424242;
}

.modal .btn-link:hover,
.modal .btn-link:focus {
    color: #000000;
    text-decoration: none;
}

.modal-lg .modal-body,
.modal-lg .modal-footer {
    padding: 1.5rem 2rem;
    border: 0;
}

p.maxW80 {
    max-width: 80%;
}

.modal h2 {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    opacity: 0.7;
}

.modal .modal-body {
    line-height: 1.5;
    color: rgba(17, 16, 16, 0.7);
    font-size: 18px;
}

#uploadSheetModalCenter.modal .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

#uploadSheetModalCenter.modal .modal-body .regularClass {
    margin: 0;
}

.modal .modal-body p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    opacity: 1;
}


@media (min-width: 992px) {
    .header-demographic .col-lg-5 h6.testrun:first-child {
        padding-top: 6px;
    }
}

/* 06-19-2020 */

.ddBox {
    position: relative;
}

.ddBox:after {
    content: "";
    background-image: url(../images/vector-2.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    right: 12px;
    top: 20px;
    position: absolute;
    pointer-events: none;
}

.formWrap .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    opacity: 0.7;
}

.upload_sheet .formWrap .form-group label {
    color: #000;
}

.ddBox select {
    width: 100%;
    background: rgba(245, 245, 245, 0.57);
    border: 1px solid rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 48px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #424242;
    opacity: 0.7;
    line-height: 18px;
    font-style: normal;
    font-family: 'Poppins';
}

.pausetest .btn-custom {
    background: #4E4E4E;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
}

.pausetest .btn-custom:active {
    background-color: #4E4E4E;
    border: 0;
}

.pausetest .btn-custom:hover {
    background: #333333;
}

.formWrap textarea {
    width: 100%;
    background: rgba(245, 245, 245, 0.57);
    border: 1px solid rgba(0, 0, 0, 0.18);
    resize: none;
    border-radius: 4px;
    padding: 12px;
    height: 180px;
}

.btn-custom.wAuto {
    width: auto;
    min-width: 180px;
}

/* == added on 07-08-2020 == */

/* .Question_bank_list .question_wrapper .question_details.fw{width:100%;} */
.Question_bank_list .question_wrapper .col-xl-10 .tab-content .checkContainer-xl.nonPassage {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.Question_bank_list .question_wrapper .col-xl-10 .tab-content .nonPassage {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.Question_bank_list .question_wrapper .col-xl-10 .tab-content .question_details.passage {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.page-checkContainer a:not(.btn),
.tab-pane .inputGroup h5,
.Question_bank_list .question_wrapper .question_details h3 p,
ol li p {
    color: inherit;
    opacity: 1;
}

.inputGroup label img {
    display: block;
    margin: 5px 0;
    max-width: 100%;
}

#showarea.introduction {
    padding-bottom: 50px;
}

ol li {
    color: #212529;
}

ul.chooseSecTemp {
    list-style: none;
    margin: 2.2rem 0;
    padding: 0;
    counter-reset: section-counter;
    position: relative;
    width: 82%;
}

ul.chooseSecTemp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 76%;
    background-color: #8e8e8e;
}

ul.chooseSecTemp li {
    padding: 0 0 0 100px;
    margin: 0 0 35px;
    counter-increment: section-counter;
    position: relative;
}

ul.chooseSecTemp li::before {
    content: counter(section-counter);
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 2px #b1b1b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529;
    font-weight: bold;
}

ul.chooseSecTemp li h5,
ul.chooseSecTemp li p {
    opacity: 1;
    margin: 0 0 9px;
}

ul.chooseSecTemp li.active::before {
    background-color: #e9e9e9;
}

.pausetest ul.chooseSecTemp li h5 {
    color: #212529;
    font-weight: bold;
}

.pausetest.fl0,
section.fl0 {
    float: none;
}

ul.chooseSecTemp li.done::after {
    content: "";
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 2px #b1b1b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-image: url("../images/done-black.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #101010;
    border-color: #101010;
}

span.testTimer {
    position: absolute;
    top: 10px;
    left: 40px;
}

.play_pause img {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 12px;
    height: 12px;
}

span.clearanswer {
    position: absolute;
    right: 18px;
    top: 2px;
    z-index: 5;
}

.question_details_testlets {
    width: 680px;
    display: table;
    padding-top: 50px;
}

/* Tataras D */
/* The checkContainer */
.formWrap .form-control {
    font-size: 0.9rem !important;
}

.formWrap .form-control {
    width: calc(100% - 22px);
    display: inline-block;
}

.formWrap .btnHldr {
    padding-right: 20px;
}

.main-heading {
    font-size: 36px;
    line-height: 44px;
}

.enter-otp {
    font-size: 16px;
    line-height: 19px;
    color: #ACACAC;
}

.enter-otp span {
    color: rgba(0, 0, 0, 1);
}

.pb-24 {
    padding-bottom: 22px;
}

.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkContainer input[type="radio"],
.checkContainer input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #afaeae;
    box-sizing: border-box;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkContainer:hover input~.checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkContainer input[type="radio"]:checked~.checkmark:after,
.checkContainer input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.headNav {
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    background-color: #ffffff;
    z-index: 99;
    padding: 12px 30px 5px;
}

.headNav ul {
    padding: 0;
    margin: 0;
}

.headNav ul li {
    display: inline-block;
    vertical-align: middle;
}

.headNav ul li .hlogo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-right: 15px;
}

.headNav ul li .hlogo img {
    width: 100%;
    height: 100%;
}

.headNav .notuser {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.headNav .notuser h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
    text-align: right;
    margin: 0;
}

.headNav .notuser h6 a {
    color: #3167EB;
    font-weight: bold;
    margin-left: 5px;
}

.header-search-form {
    position: relative;
    width: 70%;
    float: right;
    padding: 0 10px;
}

.header-search-form input {
    width: calc(100% - 50px);
    height: 44px;
    border: 1px solid #E3E3E3;
    ;
    padding: 0 15px;
    background: rgba(234, 234, 234, 0.7);
    border-radius: 4px 0 0 4px;
    position: relative;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
}


.header-search-form input::-webkit-input-placeholder,
.header-search-form input:-ms-input-placeholder,
.header-search-form input:-moz-placeholder,
.header-search-form input::-moz-placeholder {
    color: rgba(74, 74, 74, 0.5);
}

/* .header-search-form:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    background-image: url("../images/search.svg");
    background-position: center;
    width: 16.67px;
    height: 18.37px;
    background-repeat: no-repeat;
    z-index: 99;
} */

.header-search-form .btn-search {
    position: absolute;
    right: 1px;
    width: 50px;
    height: 44px;
}

.search-form {
    display: none;
}

.user-panel {
    width: 320px;
    box-sizing: border-box;
    text-align: right;
    float: right;
}

.user-panel .up-item {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.user-panel .up-item:first-child {
    margin-right: 20px;
}

.user-panel .up-item:nth-child(2) {
    margin-right: 35px;
}

.user-panel .up-item .notice,
.user-panel .up-item .cart {
    width: 48px;
    height: 48px;
    background: #F4F6FC;
    border-radius: 48px;
    text-align: center;
    display: block;
    padding: 15px 3px;
    position: relative;
}

.user-panel .up-item .noticeno {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #c4c4c4;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.5;
    text-align: center;
}

.user-panel .up-item.active {
    border: 1px solid #EB50AD;
    box-sizing: border-box;
    padding: 10px 13px 5px;
}

.user-panel .up-item .cart-account {
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
    text-align: left;
}

.user-panel .up-item .cart-account span.title {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.98;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75px;
}

.user-panel .up-item .cart-account span.sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75px;
    display: block;
}

.user-dropdown {
    width: 266px;
    background-color: #ffffff;
}

.user-panel .up-item .dropdown-menu.user-dropdown.show {
    top: 10px !important;
    border: none;
    z-index: 99;
    border-radius: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: -7px 7px 7px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header {
    padding: 0;
    margin: 20px 32px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header .profile-image {
    display: table-cell;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header .profile-image figure {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #c4c4c4;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
}

.img-xs {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #c4c4c4;
    position: relative;
    overflow: hidden;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header .text-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header .text-wrapper .profile-name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.98;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 125px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .dropdown-header .text-wrapper .designation {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.98;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.98;
    margin: 20px 32px 5px 32px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type {
    background: rgba(196, 196, 196, 0.2);
    padding: 0;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type a {
    text-decoration: none;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type {
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding: 12px 32px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .profile-image {
    display: table-cell;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .profile-image figure {
    width: 40px;
    height: 40px;
    background: rgba(196, 196, 196, 0.5);
    border-radius: 7px;
    margin: 0 15px 0 0;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .text-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .text-wrapper p {
    padding: 0;
    margin: 0;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .text-wrapper .profile-name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.98;
}

.user-panel .up-item .dropdown-menu.user-dropdown .switch-account .account-type .user-type .text-wrapper .designation {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.5;
}

.user-panel .up-item .dropdown-menu.user-dropdown .add-account-type {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.286667px;
    color: #4a4a4a;
    opacity: 0.8;
    margin: 20px 38px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 16px;
}

.user-panel .up-item .dropdown-menu.user-dropdown .logout {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.286667px;
    color: #4a4a4a;
    opacity: 0.3;
    margin: 20px 38px;
    display: block;
    text-decoration: none;
}

.user-panel .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: url("../images/arrowbtm.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 7.5px;
    position: absolute;
    right: 2px;
    top: 15px;
}

.btn-secondary {
    background: #595959;
    border: 1px solid #afaeae;
    box-sizing: border-box;
    border-radius: 5px;
}

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

#report_issue_finish {
    margin-top: 34px;
}

.footer-wrapper .save-change {
    width: 100%;
    float: left;
    text-align: right;
    padding: 0 30px;
}

.footer-wrapper .save-change .btn-save {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 45px;
}

.loginWrap {
    position: relative;
    min-height: calc(100vh - 55px);
}

.loginWrap .alertMsg {
    position: absolute;
    width: 100%;
    background: #595959;
    opacity: 0.7;
    border: 1px solid #afaeae;
    border-radius: 5px;
    bottom: 35px;
    left: 50%;
    max-width: 470px;
    transform: translate(-50%, -0%);
    color: #ffffff;
    padding: 7px 24px;
    margin-top: 10px;
}

.loginWrap .alertMsg span {
    position: relative;
    background-image: url("../images/cross.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 4px;
    margin-right: -10px;
    cursor: pointer;
}

.loginWrap .alertMsg span:before {
    content: "";
    width: 1px;
    background: #ffffff;
    position: absolute;
    left: -13px;
    height: 40px;
    top: -11px;
    opacity: 0.4;
}

.login-wrapper {
    /* position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); */
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    background: #f9f9f9;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    padding: 30px 60px;
    margin: 100px auto;
}

.loginTab {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
}

.loginTab li {
    display: inline-block;
}

.loginTab li a {
    font-size: 24px;
    color: #4a4a4a;
    line-height: 28px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    opacity: 0.5;
}

.loginTab li a.active {
    border-bottom: 2px solid #4a4a4a;
    padding-bottom: 4px;
    opacity: 1;
}

.loginTab li:first-child {
    padding-right: 30px;
}

.loginTab h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #4a4a4a;
    line-height: 28px;
    position: relative;
    opacity: 0.9;
    margin-bottom: 0;
}

.loginTab h1 .btn-back {
    position: absolute;
    top: -1px;
    left: -40px;
    padding: 0;
}

.forgot-password {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4A4A4A;
}

.forgot-password:hover {
    text-decoration: none;
    color: #5a6268;
    border-bottom: 1px solid rgba(74, 74, 74, 0.7);
}

.csslForm label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4a4a4a;
    opacity: 0.7;
}

.csslForm .notice {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #4a4a4a;
}

.csslForm .form-group {
    margin-bottom: 0.8rem;
}

.commonWrapper {
    margin: 100px auto;
}

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

.chooseSelection {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    counter-reset: section-counter;
}

.chooseSelection li::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 48px;
    width: 96px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.chooseSelection li:last-child::after {
    content: none;
}

ul.chooseSelection li.active::before {
    background-color: #c4c4c4;
}

.chooseSelection li {
    display: inline-block;
    position: relative;
    margin-right: 110px;
    z-index: 9;
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    color: rgba(74, 74, 74, 0.7);
    text-align: center;
    width: 42px;
    height: 42px;
    border: 2px solid #999999;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.chooseSelection li:last-child {
    margin: 0;
}

.chooseSelection.assign_group li {
    width: 28px;
    height: 28px;
    line-height: 24px;
}

.chooseSelection.assign_group li::after {
    top: 13px;
    left: 40px;
    width: 80px;
}

.chooseSelection.assign_group li.done:before {
    width: 28px;
    height: 28px;
    top: -2px;
    left: -2px;
    background-color: #A2B8EE;
    border-color: #A2B8EE;
}

.question_wrapper .choose_sec {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.question_wrapper .nonPassage {
    width: 100%;
    float: left;
}

.selectaccount {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.user-type {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin-bottom: 25px;
}

.FooterBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 50px;
    z-index: 999;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

/* .user-type input {
    display: none;
} */


.dob {
    display: flex;
}

.dob select {
    width: 33.2%;
    margin-right: 6px;
    padding: 0.375rem 0.5rem;
}

.subheading {
    font-size: 16px;
    color: #acacac;
    line-height: 19px;
}

.otpVerification input {
    width: 48px;
    height: 48px;
    background: #fafafa;
    border: 1px solid #898282;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.resentOtp {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #616161;
}

.notiFication {
    height: 40px;
    background: #737373;
    opacity: 0.7;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 73px;
    left: 0;
    display: table;
    z-index: 9;
}

.notiFication p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    z-index: 99;
}

.notiFication p a {
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

.product-wrapper {
    margin-top: 70px;
    padding: 0 0px;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
}

.side-navbar {
    width: 240px;
    float: left;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 72px;
    left: 0;
    padding-bottom: 100px;
}

.side-navbar::-webkit-scrollbar {
    width: 10px;
}

.side-navbar::-webkit-scrollbar-track {
    border-radius: 10px;
}

.side-navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #c4bfbf;
    box-shadow: inset 0 0 10px #c4bfbf;
}

.main-content {
    width: calc(100% - 240px);
    height: 100%;
    float: left;
    padding: 40px 75px 55px;
    margin-left: 240px;
}

.side-navbar .top-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-navbar .top-nav li {
    margin-bottom: 12px;
}

.side-navbar .top-nav li .navigation-wrapper {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 8px 14px;
}

.side-navbar .top-nav li .navigation-wrapper figure {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

.side-navbar .top-nav li .navigation-wrapper figure img {
    vertical-align: top;
}

.side-navbar .top-nav li .menu-name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.286667px;
    color: #4a4a4a;
    width: calc(100% - 25px);
}

.side-navbar .top-nav li .nav-notification {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #8BAEDD;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.286667px;
    color: #FFFFFF;
    text-align: center;
}

.side-navbar .top-nav li .navigation-wrapper.active {
    background: rgba(235, 240, 247, 0.6);
    border-radius: 8px;
}

.side-navbar .top-nav li .navigation-wrapper:hover {
    background: rgba(235, 240, 247, 0.6);
    border-radius: 8px;
}

.secondary-navigation h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.286667px;
    color: #4a4a4a;
    opacity: 0.4;
    margin-bottom: 16px;
    margin-left: 12px;
}

.productBox {
    width: 100%;
    float: left;
    margin-bottom: 45px;
    padding: 0;
}

.productBox h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #4a4a4a;
    padding-left: 16px;
}

.single-product-item,
.single-category {
    padding: 16px;
}

.productBoxwrp {
    width: 100%;
    float: left;
}

.productBoxCol {
    padding: 0 50px 0 50px;
    width: 31.5%;
    float: left;
    margin-bottom: 30px;
}

.productBoxCol:nth-child(3n + 3) {
    padding-right: 0;
}

.productBoxCol:nth-child(3n + 1) {
    padding-left: 0;
}

.productBoxCol:nth-child(3n + 2) {
    width: calc(37% + 0px);
}

.productBoxCol .single-product-item {
    padding: 0px;
}

.productBoxCol .single-product-item figure a {
    max-width: none;
}

.productBoxCol .single-product-item .product-text {
    max-width: none;
    width: 100%;
}

.single-product-item figure a,
.single-category figure a {
    width: 100%;
    max-width: 240px;
    height: 165px;
    background: #becde3;
    opacity: 0.3;
    border-radius: 8px;
    display: block;
}

.single-product-item .product-text {
    max-width: 240px;
}

.single-product-item .product-text h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #4a4a4a;
    display: inline-block;
}

.single-product-item .product-text h6 a {
    color: #4a4a4a;
}

.single-product-item .product-text .product-item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.single-product-item .product-text .product-lang {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.single-product-item button {
    width: 73px;
    height: 40px;
    background: #cdddf5;
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.single-category .product-text {
    position: relative;
}

.single-category .product-text a {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    word-break: break-word;
    max-width: 235px;
    display: block;
    padding-right: 24px;
}

.single-category .product-text span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* .single-category .product-text:after{
    content: "";
    position: absolute;
    right: 24px;
    top:2px;
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
} */

#updatePassword .modal-content {
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-50%, 40%);
}

#updatePassword .pwrapper p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #161616;
    opacity: 0.9;
}

#updatePassword .media-body {
    position: relative;
}

#updatePassword .pwrapper {
    padding: 30px;
}

#updatePassword .pwrapper a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    text-decoration: none;
}



.report_issue {
    margin-top: 30px;
}

/* For update password */
.update-password-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
    padding: 30px 60px;
}

.update-password-wrapper h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #4a4a4a;
    padding-bottom: 16px;
}

.update-password-wrapper.merge-account {
    position: initial;
    left: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
    overflow: auto;
    max-width: initial;
    width: 500px;
    display: table;
    margin: 150px auto 0;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    padding: 50px 80px;
}

.update-password-wrapper.merge-account h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: #0C295C;
    margin: 0 0 20px;
    opacity: 1;
}

.update-password-wrapper.merge-account .csslForm label {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #637188;
    opacity: 0.7;
}

.update-password-wrapper.merge-account .csslForm .form-control {
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #637188;
    height: 40px;
}

.update-password-wrapper.merge-account.confirm-password .csslForm .form-control.editEmail {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1B2F51;
    background-color: transparent;
    border: 0;
    cursor: default;
}

.update-password-wrapper.merge-account.confirm-password .csslForm .form-control.pass {
    letter-spacing: 3px;
    font-size: 24px;
    height: 40px;
}

.update-password-wrapper.merge-account .btn-addpass {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 0;
    margin: 20px 0 0;
}

.update-password-wrapper.merge-account .pact {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;

    color: #4A4A4A;
    padding: 0 15px 0 15px;
    margin: 0;
}

.update-password-wrapper.merge-account .or {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.update-password-wrapper.merge-account .or h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
    background-color: #fff;
    padding: 0 35px;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.update-password-wrapper.merge-account .or:after {
    content: '';
    height: 1px;
    width: 120%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 14px;
    left: -10%;
}

.update-password-wrapper.merge-account .btn-facebook,
.update-password-wrapper.merge-account .btn-google {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #454545;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    width: calc(50% - 11px);
    padding: 11px 0;
}

.update-password-wrapper.merge-account .btn-facebook {
    margin-right: 8px;
}

.update-password-wrapper.merge-account .btn-google {
    margin-left: 8px;
}

.update-password-wrapper.merge-account .btn-facebook img,
.update-password-wrapper.merge-account .btn-google img {
    padding-right: 20px;
}

/* For category page*/
.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(74, 74, 74, 0.6);
    margin-left: -5px;
    padding-right: 25px;
}

.breadcrumbs ul li a {
    color: rgba(74, 74, 74, 0.6);
    text-decoration-line: underline;
    position: relative;
}

.breadcrumbs ul li:not(:last-child) a::after {
    content: '>';
    position: absolute;
    top: 1px;
    right: -15px;
}

.breadcrumbs ul li.active a {
    font-weight: normal;
    text-decoration-line: none;
}

.breadcrumbs ul.rightArrow {
    position: relative;
}

.breadcrumbs ul.rightArrow:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 1px;
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    width: 17.5px;
    height: 16.5px;
    cursor: pointer;
}

.category-desc p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    opacity: 0.5;
    margin-right: 18%;
    margin-bottom: 15px;
}

.category-filter h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #4a4a4a;
    margin-bottom: 28px;
}

.category-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.category-filter ul li {
    display: inline;
    margin-right: 24px;
}

.category-filter ul li select {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4a4a4a;
    opacity: 0.7;
    background-color: transparent;
}

.category-filter ul li select:focus,
.category-filter ul li select:active {
    border: none;
}

.common-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #4a4a4a;
    opacity: 1;
}

.product-desc h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #4a4a4a;
}

.product-desc .expiry-time {
    color: #4a4a4a;
    opacity: 0.7;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin-bottom: 1rem;
    font-family: "Proxima Nova Rg Italic";
}

.product-desc .product-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    opacity: 0.5;
}

.product-property .desc {
    padding: 16px;
}

.product-property .desc h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    opacity: 0.7;
}

.product-property .desc p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    opacity: 0.5;
    margin-bottom: 0;
}

.pl-16 {
    padding-left: 16px;
}

.testimonial-wrapper .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.testimonial-wrapper .card .card-body {
    padding: 1rem 1rem;
}

.testimonial-wrapper .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.testimonial-wrapper p {
    flex: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    opacity: 0.5;
}

.testimonial-wrapper .profile {
    margin-top: 16px;
    margin-left: 24px;
}

.testimonial-wrapper .profile-pic {
    width: 58px;
}

.testimonial-wrapper .cust-name {
    font-size: 18px;
    line-height: 0.2;
}

.testimonial-wrapper .cust-profession {
    font-size: 14px;
}

.testimonial-wrapper .items {
    width: 100%;
    margin: 0px auto;
    margin-top: 24px;
    margin-bottom: 75px;
}

.testimonial-wrapper .items .slick-slide {
    margin: 10px;
}


.quick-cart {
    display: table;
    width: 100%;
}

.quick-cart ul {
    display: inline-block;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
}

.quick-cart ul li {
    display: inline-block;
}

.quick-cart ul li:first-child {
    margin-right: 5px;
}

.quick-cart ul li:last-child {
    margin-left: 5px;
}

.quick-cart ul li button {
    padding: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: #f4f4f4;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
}

.quick-cart ul li button img {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.quick-cart ul li input {
    width: 44px;
    height: 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    color: #19191a;
    opacity: 0.7;
}

.quick-cart .addcart {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: rgba(49, 107, 189, 0.3);
    border-radius: 4px;
    padding: 18px 15px;
    text-align: center;
    color: #4a4a4a;
    display: inline-block;
    margin-right: 24px;
    text-decoration: none;
}

.quick-cart .quickbuy {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: rgba(49, 107, 189, 0.1);
    border-radius: 4px;
    padding: 18px 15px;
    text-align: center;
    color: #4a4a4a;
    display: inline-block;
    text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.recommendation {
    background: #e9e9e9;
    margin: 0 auto;
}

.recommended-product-wrapper {
    padding: 0 50px;
    margin-top: 30px;
    margin-bottom: 45px;
}

/* for myaccount page */
.mb-8 {
    margin-bottom: 3rem;
}

.bb-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.form-wrapper label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.4;
    display: inline-block;
    padding-left: 0;
}

.form-wrapper label.alladmin {
    opacity: 1;
}

.form-wrapper .custom-radio-button.alladmin span {
    line-height: 24px;
    opacity: 1;
    vertical-align: top;
    padding-left: 22px;
}

.confirmation .table td p {
    line-height: 24px;
}

.form-control-plaintext {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #444242;
    opacity: 0.6;
}

.form-control-plaintext:focus {
    border: none;
    outline: none;
}

.form-wrapper .change {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #444242;
    text-decoration: none;
    border-bottom: 1px solid #444242;
    padding-bottom: 0px;
    display: inline-block;
    padding-top: 14px;
    margin-right: 15px;
}

.form-wrapper select {
    max-width: 210px;
}

.tabHeading {
    background: #eee;
    border-radius: 2px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4a4a4a;
    opacity: 0.7;
    padding: 10px 19px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.form-wrapper .imagebox img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #c4c4c4;
    display: inline-block;
}

.Question_bank_list .question_wrapper.choose-sec-container {
    padding-top: 70px;
}

@media (min-width: 1200px) {
    .common-container {
        padding: 0px 120px;
    }

    .quick-cart .addcart,
    .quick-cart .quickbuy {
        width: 220px;
    }
}

.user-home-group {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.user-home-group h1 {
    padding-bottom: 10px;
    position: relative;
}

.user-home-group h1 .btn-profl-back {
    position: absolute;
    top: 0px;
    left: -45px;
    padding: 0;
}

.user-home-group h5 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

.user-home-group h6 {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #627088;
}

.user-home-group h6 span {
    width: 16px;
    height: 16px;
    border: 1px solid #627088;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
}

.user-home-group h6 span img {
    vertical-align: top;
    padding-top: 3px;
}

.form-wrapper .custom-radio-button span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    opacity: 0.7;
}

/* Hide the browser's default radio button */
.custom-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: #fbfbfb;
    border: 1px solid #959595;
    box-sizing: border-box;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-button:hover input~.custom-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-button input:checked~.custom-checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-button input:checked~.custom-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-button .custom-checkmark:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #433f3f;
}

.repeat-account-wrapper {
    position: relative;
}

.repeat-account-wrapper .addMore {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #444242;
    text-decoration: none;
}

.delete-account {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #4a4a4a;
    padding-bottom: 2px;
    border-bottom: 1px solid #4a4a4a;
    opacity: 0.7;
}

.delete-account:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

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


.editEmail {
    border: none;
    padding-left: 0;
    pointer-events: none;
    margin-bottom: 0;
}

#primaryAccount .modal-content {
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 40%);
    -webkit-transform: translate(-50%, 40%);
}

#primaryAccount .pwrapper {
    padding: 20px 16px 0px 16px;
}

#primaryAccount .pwrapper .heading {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #161616;
    opacity: 0.9;
}

#primaryAccount .pwrapper .textMsg {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #161616;
    opacity: 0.9;
    margin-bottom: 36px;
}

#primaryAccount .pwrapper button {
    text-align: left;
    line-height: 19px;
}

.user-home-group-lst {
    width: 100%;
    display: table;
    border-top: 1px solid rgb(0 0 0 / 0.1);
}

.user-home-group-lst .group-lst-row {
    display: flex;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    padding: 25px 0;
}

.user-home-group-lst .group-lst-row:last-child {
    border-bottom: 0;
}

.user-home-group-lst .group-lst-row .group-lst-col {
    flex: 1 1 auto;
    width: 60%;
    align-items: center;
    display: flex;
}

.user-home-group-lst .group-lst-row .group-lst-col .ellipse {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    background-color: #FAEAE7;
    float: left;
}

.user-home-group-lst .group-lst-row .group-lst-col .ellipse h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    color: #D22424;
    margin: 0;
    text-align: center;
    display: block;
}

.user-home-group-lst .group-lst-row .group-lst-col .group-txt {
    align-items: center;
    padding-left: 25px;
}

.user-home-group-lst .group-lst-row .group-lst-col .group-txt h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #0C295C;
    opacity: 0.9;
    margin: 0;
}

.user-home-group-lst .group-lst-row .group-lst-col .group-txt p {
    font-size: 14px;
    line-height: 20px;
    color: #627088;
    text-decoration: none;
}

.user-home-group-lst .group-lst-row .group-lst-col:last-child {
    width: 40%;
}

.user-home-group-lst .group-lst-row .group-lst-col h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    opacity: 0.7;
    margin: 0 0 5px;
}

.user-home-group-lst .group-lst-row .group-lst-col p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #4A4A4A;
    opacity: 0.9;
}

.btn-ternary {
    background: rgba(128, 153, 189, 0.7);
    border: 1px solid #a6b8d2;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    padding: 7px 32px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.btn-ternary.btn-reject {
    background: rgba(128, 153, 189, 0.3);
    border: 1px solid #d9e0eb;
}

.my-group p {
    font-size: 16px;
    line-height: 22px;
    color: #354153;
    opacity: 0.8;
    margin-bottom: 15px;
}

.my-group h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    display: table;
    margin-bottom: 0px;
    opacity: 0.7;
}

.my-group .btn-show {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #4A4A4A;
    opacity: 0.7;
    padding: 3px 0 0 0;
    margin-right: 25px;
}

.my-group figure {
    width: 62px;
    height: 62px;
    background: #ebf0f7;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 8px;
}

.my-group h5 span {
    float: left;
    padding: 12px 0;
}

.my-group .btnBox {
    height: 62px;
    line-height: 62px;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
}

.my-group .invcancel {
    width: 30px;
    display: inline-block;
    padding: 14px 0 0 8px;
}

.my-group .btn-invreject {
    padding: 0;
    opacity: 1;
}

.my-group .btnBox button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.my-group .btnBox .btn-link {
    text-decoration: none;
    color: #4A4A4A;
    opacity: 0.7;
    border-bottom: 1px solid #4a4a4a;
    padding: 0;
    border-radius: 0;
    margin-left: 32px;
}

.my-group .expired-time {
    height: 62px;
    display: table;
    vertical-align: middle;
    float: right;
}

.my-group .expired-time p {
    display: table-cell;
    vertical-align: middle;
}

.my-group h4 {
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    opacity: 0.7;
}

.my-group .card {
    padding: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 250px;
}

.my-group .card .card-top {
    width: 100%;
    float: left;
    padding: 0;
}

.my-group .card .card-top figure {
    width: 37px;
    height: 37px;
    border-radius: 37px;
    overflow: hidden;
}

.my-group .card .card-top figure img {
    width: 100%;
    height: 100%;
}

.my-group .card .card-body {
    padding: 0.75rem 1.5rem 0 0;
    min-height: initial;
}

.my-group .card .card-body .card-group {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2F3D60;

}

.my-group .card .card-body .card-group span {
    color: #2F3D60;
    opacity: 0.4;
}

.my-group .card .card-body .card-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #19243E;
    margin: 5px 0;
}

.my-group .card .card-footer {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.my-group .card .btn-accept,
.my-group .card .btn-reject,
.my-group .card .btn-blck,
.my-group .card .btn-expire {
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 76px;
    padding: 10px 0;
}

.my-group .card .btn-expire {
    font-weight: 600;
    color: #605F5D;
    opacity: 0.8;
    margin: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
}

.my-group .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.my-group .owl-carousel .owl-nav .owl-prev,
.my-group .owl-carousel .owl-nav .owl-next {
    font-size: 60px;
    line-height: 25px;
    position: relative;
}

.my-group .owl-carousel .owl-nav .owl-next {
    right: -22px;
    float: right;
}

.my-group .owl-carousel .owl-nav .owl-prev {
    left: -22px;
    float: left;
}

.my-group .owl-carousel .owl-nav [class*=owl-]:hover {
    color: #19243E;
    background-color: transparent;
}

.my-group .owl-carousel .owl-nav [class*=owl-]:focus {
    outline: none;
    box-shadow: none;
}

.my-group .card .btn-reject {
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    color: #605F5D;
    margin-left: 15px;
}

.my-group .card .btn-blck {
    color: #605F5D;
    opacity: 0.4;
    border: 0;
    background: transparent;
    margin-left: 15px;
}

.my-group .card .btn-cardclose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    padding: 0;
    color: #C4C3C3;
}

.my-group .group-member {
    margin: 15px 0;
}

.showBlock {
    border-radius: 0;
    padding: 40px;
}

.showBlock .modal-header {
    padding: 0;
    border: 0;
}

.showBlock .modal-header .modal-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
    margin-bottom: 25px;
}

.showBlock.grplst {
    padding: 40px 0;
}

.showBlock.grplst tbody {
    max-height: 350px;
    overflow-y: auto;
    display: block;
}

.showBlock.grplst tbody::-webkit-scrollbar {
    width: 10px;
}

.showBlock.grplst tbody::-webkit-scrollbar-track {
    border-radius: 10px;
}

.showBlock.grplst tbody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #c4bfbf;
    box-shadow: inset 0 0 10px #c4bfbf;
}

.showBlock.grplst .modal-header,
.showBlock.grplst .modal-body {
    padding: 0 40px;
}

.showBlock .modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    font-weight: 100;
}

.showBlock .modal-header .close:focus {
    outline: none;
    box-shadow: none;
}

.showBlock .modal-header p {
    font-size: 18px;
    line-height: 21px;
    color: #161616;
    opacity: 0.9;
    float: right;
}

.showBlock .modal-body {
    padding: 0;
}

.showBlock .modal-body .table {
    margin: 0;
}

.showBlock .modal-body .table td {
    vertical-align: middle;
    padding: 10px 0;
    border: 0;
}

.showBlock .modal-body .table td:first-child {
    width: 60px;
}

.showBlock .modal-body .table td h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    margin: 0;
}

.showBlock .modal-body .table td p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #07246C;

}

.showBlock .modal-body .table td figure {
    background: rgba(190, 205, 227, 0.3);
    border-radius: 8px;
    width: 44px;
    height: 44px;
    border-radius: 48px;
    margin: 0;
    overflow: hidden;
    display: table-cell;
}

.showBlock .modal-body .table td .btn-rstore {
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #605F5D;
    float: right;
    padding: 9px 28px;
}

.showBlock .modal-body .grouplist td h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    opacity: 0.9;
    margin: 0;
    padding-left: 20px;
}

.showBlock .modal-body .grouplist .ellipse {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    background-color: #FAEAE7;
    display: table-cell;
}

.showBlock .modal-body .grouplist .ellipse h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    color: #D22424;
    margin: 0;
    text-align: center;
    display: block;
}

.showBlock .modal-body .grouplist .ellipse.clr1 {
    background: #FAEAE7;
}

.showBlock .modal-body .grouplist .ellipse.clr1 h5 {
    color: #D22424;
}

.showBlock .modal-body .grouplist .ellipse.clr2 {
    background: #FAEFDD;
    ;
}

.showBlock .modal-body .grouplist .ellipse.clr2 h5 {
    color: #ECAC4C;
}

.showBlock .modal-body .grouplist .ellipse.clr3 {
    background: #EFF8E1;
}

.showBlock .modal-body .grouplist .ellipse.clr3 h5 {
    color: #90D420;
}

.showBlock .modal-body .grouplist td p {
    font-size: 14px;
    line-height: 19px;
    color: #A6A6A6;
    text-align: right;
}

.showBlock .modal-body .grouplist td:first-child {
    width: 80%;
}

.showBlock .modal-body .grouplist .grouplist-name {
    width: calc(100% - 60px);
    display: table-cell;
}

.showBlock .view-test {
    width: 100%;
    float: left;
    border-top: 0.5px solid #ECEFF2;
    padding: 15px 40px 0;
    margin-top: 10px;
}

.showBlock .view-test figure {
    width: 48px;
    height: 48px;
    background: #EDF5FA;
    border-radius: 23px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

.showBlock .view-test .grouplist-name {
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
}

.showBlock .view-test h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    opacity: 0.9;
}

.showBlock .view-test .btn-gotest {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    vertical-align: top;
    padding: 10px 20px;
    float: right;
    margin-top: 8px;

}

.user-home-group-lst .group-lst-row .group-lst-col h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    opacity: 0.9;
    text-align: right;
    width: 100%;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    opacity: 0.9;
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 32px;
    width: 150px;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw:hover {
    background: #EBF0F7;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw.dactivt {
    background: #EDF5FA;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #395B8D;
    padding: 10px 0;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw.dactivt img {
    vertical-align: bottom;
    margin-right: 8px;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw.dactivt.bdr-0 {
    border: 0;
}

.user-home-group-lst .group-lst-row .group-lst-col .btn-viw.dactivt:hover {
    background-color: #EBF0F7;
}

.user-home-group .home-group-tabs,
.member_report .home-group-tabs {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}

.member_report .home-group-tabs {
    margin: 30px 0 0;
}

.user-home-group .home-group-tabs .nav-link,
.member_report .home-group-tabs .nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.286667px;
    color: #4A4A4A;
    background-color: transparent;
    border-radius: 0;
    padding: 2px 0;
    margin: 0 25px 0 0;
}

.user-home-group .home-group-tabs .nav-link.active,
.member_report .home-group-tabs .nav-link.active {
    border-bottom: 3px solid #757272;
}

.user-home-group .home-group-tabs .tab-content ul,
.member_report .home-group-tabs .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
}

.user-home-group .home-group-tabs .tab-content ul:last-child,
.member_report .home-group-tabs .tab-content ul:last-child {
    border-bottom: 0;
}

.user-home-group .home-group-tabs .tab-content ul li,
.member_report .home-group-tabs .tab-content ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.4;
    display: inline-block;
    width: 130px;
}

.user-home-group .home-group-tabs .tab-content ul li:last-child,
.member_report .home-group-tabs .tab-content ul li:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #444242;
    opacity: 0.9;
    width: calc(100% - 140px);
    display: inline-block;
}



.home-group {
    max-width: 515px;
    width: 100%;
    display: table;
}

.home-group h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #0C295C;
    margin-bottom: 15px;
}

.home-group p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #302E31;
    opacity: 0.8;
    padding-bottom: 20px;
}

.home-group h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5px;
    color: #9d9a9e;
    opacity: 0.7;
}

.home-group h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4a4a4a;
    opacity: 0.7;
    padding-top: 15px;
}

.home-group h4 a {
    text-decoration: none;
    background: #ebf0f7;
    border-radius: 8px;
    padding: 20px 24px;
    display: inline-block;
    margin-right: 15px;
}

.home-group .btn-hmgroup {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 20px;
}

.home-group-layer {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.home-group-layer:after {
    content: '';
    width: 320px;
    height: 361px;
    position: fixed;
    bottom: 84px;
    right: 0px;
    background-image: url('../images/Vector-home.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.user-home-group h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
    padding-bottom: 5px;
    opacity: 1;

}

.home-group-info .form-control {
    width: 400px;
}

.home-group-info .fa-check {
    font-size: 20px;
}

.user-home-group h1 .hgtitlebdr {
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
}

.user-home-group h1 span .fa-pencil {
    font-size: 18px;
    border-bottom: 0;
}

.user-home-group h1 p {
    font-size: 22px;
    line-height: 31px;
    font-weight: normal;
    padding-bottom: 7px;
    display: inline-block;
}

.user-home-group h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #395B8D;
    /* background: #EDF5FA; */
    border-radius: 4px;
    display: inline-block;
}

#step2,
#step3 {
    display: none;
}

.user-home-group h4 a {
    color: #395B8D;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #EDF5FA;
    border-radius: 4px;
    ;
}

.user-home-group h4 span {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 6px;
}

.user-home-group p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #627088;
    padding: 0 0 20px;
}

.user-home-group .crow {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 0.5px solid #DEEAF8;
}

.user-home-group .crow .ccol-l {
    flex: 60%;
}

.user-home-group .crow .ccol-r {
    flex: 40%;
    text-align: right;
}

.user-home-group .crow .ccol-r h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #A6A6A6;
    text-align: right;
}

.user-home-group .crow .ccol-r .btn-resend {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #979797;
    background-color: transparent;
    border: 0;
}

.user-home-group .crow .ccol-r .btn-resend.remove-member-action .fa {
    font-size: 18px;
    color: #000;
}

.user-home-group .crow .ccol-r .btn-cancel {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;

    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    width: 140px;
    padding: 10px 0;
}

.user-home-group .crow .ccol-r .btn-profile {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    width: 140px;
    padding: 10px 0;

    text-align: center;

    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
}

.user-home-group .crow .ccol-r .btn-expire:disabled {
    pointer-events: none;
}

.user-home-group .crow figure {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    display: inline-block;
}

.user-home-group .crow figure img {
    width: 100%;
    height: 100%;
}

.user-home-group .crow figure h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin: 0;
}

.user-home-group .crow .groupdetail {
    width: calc(100% - 65px);
    display: inline-block;
}

.user-home-group .crow .groupdetail h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #161616;

    opacity: 0.9;
    margin: 0px;
}

.user-home-group .crow .groupdetail p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #627088;
    padding: 0;
    border: 0;
}

.user-home-group .resend {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    padding: 15px 0 0;
    text-align: left;
}

.user-home-group .resend a {
    background: rgb(196 196 196 / 34%);
    color: #000000;
    border-radius: 4px;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

.user-home-group figure {
    width: 62px;
    height: 62px;
    background: #ebf0f7;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 8px;
}

.user-home-group figure.plusbtn {
    padding: 20px 0;
}

.user-home-group h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #242424;
    opacity: 0.9;
    letter-spacing: normal;
}

.user-home-group .btn-cn-invite {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    float: right;
    opacity: 0.9;
    padding: 0;
    margin: 27px 0;
}

.user-home-group .btn-cn-invite img {
    vertical-align: middle;
    margin-right: 5px;
}

.modal-open .modal.addMember {
    background: rgb(75 69 69 / 80%);
}

.modal.addMember .modal-dialog {
    max-width: 636px;
}

.modal.addMember .modal-content {
    border-radius: 0;
}

.modal.addMember .modal-content .modal-body {
    padding: 30px;
}

.modal.addMember .modal-content h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5px;
    color: #9d9a9e;
    opacity: 0.7;
    padding-bottom: 30px;
}

.modal.addMember .modal-content .btn-next {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 35px;
    float: right;
}

.modal.addMember .modal-content .close {
    font-size: 26px;
    line-height: 26px;
    color: rgb(0 0 0 / 54%);
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99;
}

.modal.addMember .modal-content .close:focus {
    box-shadow: none;
    outline: none;
}

.modal.addMember .modal-content .close:hover {
    background-color: transparent;
}

.modal.addMember .modal-box {
    width: 100%;
    float: left;
}

.modal.addMember .modal-box h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
    padding-bottom: 20px;
}

.modal.addMember .modal-box .invite {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 125px 20px 20px;
    margin-bottom: 15px;
}

.modal.addMember .container-checkbox {
    vertical-align: top;
}

.modal.addMember .container-checkbox .check-mark {
    border-radius: 20px;
}

.modal.addMember .container-checkbox input:checked~.check-mark {
    background-color: #fff;
}

.modal.addMember .container-checkbox .check-mark:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 4px;
    left: 4px;
    background-color: #3167EB;
    border-color: transparent;
    border-width: 0;
}

.modal.addMember .invite-desc {
    width: calc(100% - 25px);
    display: inline-block;
    padding-left: 15px;
}

.modal.addMember .invite-desc h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #343F52;
    margin: 0;
}

.modal.addMember .invite-desc p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
    opacity: 0.9;
}

.modal.addMember .modal-content .want-cancel h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #161616;
    opacity: 0.9;
}

.modal.addMember .modal-content .want-cancel p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;

    color: #161616;

    opacity: 0.9;
}

.modal.addMember .modal-content .want-cancel-btn {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: right;
}

.modal.addMember .modal-content .btn-keep {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3167EB;
}

.modal.addMember .modal-content .btn-keep:hover {
    background-color: transparent;
}

.modal.addMember .modal-content .btn-cinvt {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
}

/* 
.modal.addMember .modal-box .invite input {
    display: none;
}

.modal.addMember .modal-box .invite label {
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
}

.modal.addMember .modal-box .invite label h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #161616;
    padding: 15px 0 0 0;
    margin: 0;
    opacity: 0.9;
}

.modal.addMember .modal-box .invite label span {
    position: relative;
}

.modal.addMember .modal-box .invite label span:before,
.modal.addMember .modal-box .invite label span:after {
    content: "";
}

.modal.addMember .modal-box .invite label span:before {
    background: #c4c4c4;
    opacity: 0.5;
    width: 100%;
    height: 177px;
    display: block;
}

.modal.addMember .modal-box .invite label span:after {
    background: #c4c4c4;
    width: 100%;
    height: 177px;
    transition: 300ms;
    display: none;
}

.modal.addMember .modal-box .invite label input:checked+span:after {
    display: block;
}

.modal.addMember .modal-box .invite label input:checked+span:before {
    display: none;
} */

#step2,
#step3 {
    display: none;
}

.invite-member {
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 30px;
}

.invite-member h1 {

    position: relative;
    margin-bottom: 15px;
}

.invite-member h1 .btn-back {
    position: absolute;
    top: 3px;
    left: -40px;
    padding: 0;
}

.invite-member label,
.modal .primary-ac-dialog .modal-content .invite-member label {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;

    color: #637188;

    opacity: 0.7;
}

.invite-member .form-control,
.modal .primary-ac-dialog .modal-content .invite-member .form-control {
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    opacity: 1;
}

.invite-member .form-control:focus,
.modal .primary-ac-dialog .modal-content .invite-member .form-control:focus {
    border: 0.5px solid #3167EB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.modal .primary-ac-dialog .modal-content .invite-member {
    padding: 0 0 35px 0;
}

.invite-member .form-control::-webkit-input-placeholder,
.invite-member .form-control:-moz-placeholder,
.invite-member .form-control::-moz-placeholder,
.invite-member .form-control:-ms-input-placeholder,
.invite-member .form-control::-ms-input-placeholder,
.invite-member .form-control::placeholder {
    color: #000000;
    opacity: 1;
}

.invite-member h6 {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
    opacity: 0.8;
    margin: 0;
}

.invite-member h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    display: inline-block;
    margin: 0;
}

.invite-member h4 a {
    color: #395B8D;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.invite-member h4 span {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 6px;
}

.invite-member .recid {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
    opacity: 0.8;
    padding-top: 30px;
}

.invite-member .memb-button {
    width: 100%;
    float: left;
    border-top: 0.5px solid #ECEFF2;
    padding-top: 15px;
    text-align: right;
}

.invite-member .gnrtid {
    border-top: 0.5px solid #ECEFF2;
}

.invite-member .gnrtid .memb-button {
    border: 0;
}

.invite-member .memb-button .btn-invite {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 25px
}

.invite-member .gender {
    width: 100%;
    display: table;
}

.invite-member .gender label {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4a4a4a;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 40px;
}

.invite-member .gender label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

.invite-member .gender .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    opacity: 0.4;
    border: 1px solid #000000;
}

.invite-member .gender label input:checked~.checkmark {
    background-color: #fff;
}

.invite-member .gender .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.invite-member .gender label input:checked~.checkmark:after {
    display: block;
}

.invite-member .gender .checkmark:after {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b0b0b0;
}

.invite-member select {
    background: #ffffff;
    border: 1px solid #afaeae;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4a4a4a;
    padding: 9px 10px;
    margin-right: 10px;
}

.invite-member .date,
.invite-member .month,
.invite-member .year {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(74, 74, 74, 0.9);
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 9px 2px;
    margin-right: 2px;
}

.resend-popup {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(89 89 89 / 70%);
    border: 1px solid #AFAEAE;
    border-radius: 5px;

}

.resend-popup h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 70px;
    margin: 0;
}

.resend-popup .btn-resend {
    border-left: 1px solid rgb(255 255 255 / 40%);
    background-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
}

.mytest {
    width: 100%;
    float: left;
    position: relative;
}

.mytest h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
    opacity: 1;
}

.mytest p {
    font-size: 16px;
    line-height: 22px;
    color: #354153;

    opacity: 0.8;
    margin-bottom: 15px;
}

.mytest .mytest_search {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.mytest .mytest_search label {
    position: relative;
    margin: 0;
    padding: 0;
}

.mytest .mytest_search label .form-control {
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(196, 166, 80, 0.04));
    border-radius: 4px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    height: 44px;

}

.mytest .mytest_search label .form-control::-webkit-input-placeholder,
.mytest .mytest_search label .form-control:-moz-placeholder,
.mytest .mytest_search label .form-control::-moz-placeholder,
.mytest .mytest_search label .form-control:-ms-input-placeholder,
.mytest .mytest_search label .form-control::-ms-input-placeholder,
.mytest .mytest_search label .form-control::placeholder {
    opacity: 0.4;
}

.mytest .mytest_search label img {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 9;
}

.mytest .request_alert {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #333333;
    border-radius: 6px;
    padding: 10px 30px;
}

.mytest .request_alert p {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.mytest .btn-filter {
    background: #F0EFEF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    opacity: 0.98;
    padding: 15px 20px;
}

.mytest .table {
    margin: 0;
}

.mytest .table th {
    background: #F0F3F6;
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    white-space: nowrap;
}

.mytest .table th h6,
.mytest .table th span {
    display: inline-block;
}

.mytest .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.mytest .table th h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;
    margin: 0;
}

.mytest .table th:first-child h6 {
    padding-left: 16px;
}

.mytest .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.mytest .table th .btn-sort img {
    vertical-align: top;
}

.mytest .table td h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    opacity: 0.4;
    text-align: left;
    margin: 0;
}

.mytest .table td:first-child,
.mytest .table th:first-child {
    max-width: 200px;
}

.mytest .table tr:last-of-type td {
    padding: 0;
    border-left: 0;
    border-right: 0;
}

.mytest .table tr:last-of-type td .btn-vmore {
    margin-top: 20px;
}

.mytest .table td h5 span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #061F5C;
}

.mytest .table td h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    margin: 0;
}

.mytest .table td:first-child,
.mytest .table th:first-child {
    border-left: 1px solid #DFDFDF;
}

.mytest .table td:last-child,
.mytest .table th:last-child {
    border-right: 1px solid #DFDFDF;
    min-width: 170px;
}

.mytest .table td .btn-finished,
.mytest .table td .btn-mised,
.mytest .table td .btn-todo,
.mytest .table td .btn-inprogress {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #90D420;
    border-radius: 16px;
    background: rgba(232, 245, 212, 0.7);
    width: 140px;
    border-color: transparent;
}

.mytest .table td .btn-mised {
    color: #ECAC4C;
    background: rgba(248, 232, 207, 0.7);
}

.mytest .table td .btn-todo {
    color: #E31A1A;
    background: rgba(248, 225, 221, 0.7);
}

.mytest .table td .btn-vmore {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;

    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    padding: 10px 55px;
}

.mytest .table td .btn-inprogress {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #ECAC4C;
    background: rgba(248, 232, 207, 0.7);
}

.mytest .table-responsive {
    background: #FFFFFF;
    box-sizing: border-box;
}

.mytest .table .finished td h5,
.mytest .table .finished td p {
    opacity: 0.4;
}

.mytest .table td .btn-cmn {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 116px;
    color: #FFFFFF;
    padding: 10px 0px;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
}

.mytest .table td .btn-cmn.btn-req {
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
}

.mytest .table td .btn-cmn.btn-cmpt {
    color: #9E9E9E;
    background: rgba(210, 210, 210, 0.3);
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
}

.mytest.myreport .btn-more {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #888585;
    border: 1px solid #B0B0B0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 117px;
    margin-top: 30px;
}


.mytest .table th .btn-sort,
.TestStatus .table th .btn-sort,
.AssignTest .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.mytest .table th .btn-sort img,
.TestStatus .table th .btn-sort img,
.AssignTest .table th .btn-sort img {
    vertical-align: top;
}

.TestStatus .table th .info {
    width: 14px;
    height: 13px;
    border-radius: 14px;
    background: #C4C4C4;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: RGBA(74, 74, 74, 0.9);
    float: none;
    display: inline-block;
}

.TestStatus.memberTabs {
    padding: 5px 0 80px;
}

.TestStatus .table th:nth-child(2),
.TestStatus.memberTabs .table th:nth-child(4) {
    min-width: 250px;
}

.TestStatus.memberTabs .table th:nth-child(2) {
    min-width: initial;
}

.TestStatus.memberTabs .table th span {
    vertical-align: middle;
}

.TestStatus.memberTabs .table th p span {
    font-weight: normal;
    vertical-align: text-top;
}

.TestStatus .table th,
.AssignTest .table th {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #637188;

}

.TestStatus .table th p {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #637188;
    margin: 0;
}

.TestStatus .table th .container-checkbox {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.TestStatus .table th .container-checkbox input:checked~.check-mark {
    background-color: #E8E8E9;
    margin: 0;
}

.TestStatus .table th .container-checkbox .check-mark:after {
    border: 0;
}

.TestStatus .table th .container-checkbox.cnf-assgn input:checked~.check-mark {
    background-color: #3167EB;
}

.TestStatus .table th .container-checkbox.cnf-assgn input:checked~.check-mark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

.TestStatus.reviewsht .table .btn-selected {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #3167EB;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.TestStatus.reviewsht .table .btn-nassigned {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #021C59;
    opacity: 0.4;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.TestStatus.reviewsht .table tr:nth-child(even) td {
    background-color: transparent;
}

.mytest .table th,
.mytest .table td {
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
}

.mytest .table tr:first-child td {
    border-top: 0;
}

.mytest .table tr:last-child td {
    border-left: 0;
    border-right: 0;
}

.mytest .table td h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    opacity: 0.9;
    width: calc(100% - 17px);
    float: left;
}

.mytest .table td h5 img {
    margin-left: 8px;
    text-align: justify;
}

.mytest .table td h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #19191A;
    opacity: 0.7;
    margin: 0;
}

.mytest .table td h6 span {
    display: block;
}

.mytest .table td p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: #4A4A4A;
    margin: 0;
    opacity: 0.7;
}

.mytest .table th:nth-child(3),
.mytest .table td:nth-child(3) {
    max-width: 150px;
}

.mytest.testprfl .table td,
.mytest.testprfl .table th {
    min-width: auto;
}

.mytest.testprfl .table td h6,
.mytest.testprfl .table th h6 {
    text-align: left;
}

.mytest .table td .take-test {
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    opacity: 0.9;
    padding: 15px;
    display: inline-block;
}

.mytest .table td .take-test:hover {
    background-color: #989898;
    color: #fff;
    text-decoration: none;
}

.mytest .table td .btn-cmplt {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #19191A;
    opacity: 0.7;
    background: rgb(196 196 196 / 0.3);
    border-radius: 15px;
}

.mytest .table .active_test {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #3167EB;
    margin-right: 10px;
    float: left;
    margin-top: 7px;
}

.mytest .table .act_ina_test {
    width: 16px;
    height: 20px;
    float: left;
}

.AssignTestWrapp h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
}

.AssignTestWrapp p {
    font-size: 16px;
    line-height: 22px;
    color: #354153;

    opacity: 0.8;
    margin-bottom: 15px;
}

.AssignTestWrapp .mytest_search {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.AssignTestWrapp .mytest_search label {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.AssignTestWrapp .mytest_search label .form-control {
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(196, 166, 80, 0.04));
    border-radius: 4px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    height: 44px;

}

.AssignTestWrapp .mytest_search label .form-control.supra_search {
    height: 40px;
}

.AssignTestWrapp .mytest_search label .form-control::-webkit-input-placeholder,
.AssignTestWrapp .mytest_search label .form-control:-moz-placeholder,
.AssignTestWrapp .mytest_search label .form-control::-moz-placeholder,
.AssignTestWrapp .mytest_search label .form-control:-ms-input-placeholder,
.AssignTestWrapp .mytest_search label .form-control::-ms-input-placeholder,
.AssignTestWrapp .mytest_search label .form-control::placeholder {
    opacity: 0.4;
}

.AssignTestWrapp .mytest_search label img {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 9;
}

.AssignTestWrapp .qmark {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.AssignTest .table {
    margin: 0;
}

.AssignTest .table th {
    background: #F0F3F6;
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    white-space: nowrap;
    padding: 0.75rem;
}

.AssignTest .table th h6,
.AssignTest .table th span {
    display: inline-block;
}

.AssignTest .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.AssignTest .table th h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;
    margin: 0;
}

.AssignTest .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.AssignTest .table th .btn-sort img {
    vertical-align: top;
}

.AssignTest .table td h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    opacity: 0.4;
    text-align: left;
    margin: 0;
}

.AssignTest .table td:first-child,
.AssignTest .table th:first-child {
    max-width: 200px;
}

.AssignTest .table th:first-child {
    padding-left: 45px;
}

.AssignTest .table#purchasedTestsTable th:first-child {
    padding-left: 48;
    min-width: 250px;
}

.AssignTest .table#purchasedTestsTable td:first-child {
    min-width: 250px;
}

.AssignTest .table#purchasedTestsTable td .btn-sheet {
    width: 125px;
}

.AssignTest .table#purchasedTestsTable th,
.AssignTest .table#purchasedTestsTable td {
    text-align: center;
    vertical-align: top;
}

.AssignTest .table#purchasedTestsTable th span {
    vertical-align: top;
}

.AssignTest .table#purchasedTestsTable td h5 {
    text-align: left;
}

.AssignTest .table td h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #061F5C;
    margin: 0;
    width: calc(100% - 28px);
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}

.AssignTest .table td {
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    padding: 1.5rem 0.75rem;
    vertical-align: middle;
}

.AssignTest .table th:nth-child(3),
.AssignTest .table th:nth-child(4),
.AssignTest .table th:nth-child(5),
.AssignTest .table th:nth-child(6),
.AssignTest .table td:nth-child(3),
.AssignTest .table td:nth-child(4),
.AssignTest .table td:nth-child(5),
.AssignTest .table td:nth-child(6) {
    text-align: center;
}

.AssignTest .table td:first-child,
.AssignTest .table th:first-child {
    border-left: 1px solid #DFDFDF;
}

.AssignTest .table td:last-child,
.AssignTest .table th:last-child {
    border-right: 1px solid #DFDFDF;
    width: 170px;
    text-align: left;
}

.AssignTest .table th:last-child h6 {
    display: block;
    text-align: left;
}

.AssignTest .table tr:last-child td {
    border-left: 0;
    border-right: 0;
}

.AssignTest .btn-sheet {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 20px;
}

.AssignTest .btn-sheet.btn-vtsheet {
    opacity: 0.3;
}

.AssignTest .container-checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    top: -6px;
}

.AssignTest #purchasedTestsContent .container-checkbox {
    top: 0px;
}

.AssignTest .btn-vmore {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;

    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    padding: 10px 55px;
}

.AssignTest .btn-vtest-sheet {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 12px 13px;
}

.AssignTest .table.invoice td:first-child,
.AssignTest .table.invoice th:first-child {
    padding-left: 1rem;
}

.AssignTest .table.invoice td,
.AssignTest .table.invoice th {
    text-align: left;
    padding: 0.75rem 1rem;
}

.AssignTest .table.invoice td h5 {
    padding: 0;
}

.AssignTest .table.invoice td p {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #4a4a4a
}

.assign_alert {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #333333;
    border-radius: 6px;
    padding: 10px 40px;
}

.assign_alert h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0;
}

.assign_alert h6 a {
    font-weight: bold;
    margin-left: 50px;
    color: #fff;
}

.TestStatus {
    width: 100%;
    float: left;
    margin: 70px 0 80px;
}

.TestStatus .TestStatusWrapp {
    margin-bottom: 40px;
}

.TestStatus .TestStatusWrapp h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
    margin: 0;
}

.TestStatus .TestStatusWrapp.assignt_sht .downloadStatus {
    width: auto;
    display: inline-block;
    float: none;
    margin: 10px 0 0;
    vertical-align: top;
}

.TestStatus .TestStatusWrapp.assignt_sht .allSchools {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.TestStatus .TestStatusWrapp.assignt_sht .allSchools .downlod_formate {
    width: auto;
    height: 44px;
    line-height: 40px;
}

.TestStatus .TestStatusWrapp.assignt_sht.supra_other .allSchools.supra_slot {
    width: 273px;
}

.TestStatus .TestStatusWrapp.assignt_sht.supra_other .allSchools .downlod_formate {
    width: 100%;
}

.TestStatus .TestStatusWrapp.assignt_sht.supra_other .allSchools .downloadGroupTestSheetBtn {
    height: 39px;
    padding: 5px 15px;
}

.TestStatus .TestStatusWrapp.assignt_sht .allSchools .downlod_formate::after {
    padding: 1.5em;
    height: 42px;
}

.TestStatus .cteck {
    display: inline-block;
    margin: 0;
    padding: 4px 32px 4px 0;
}

.TestStatus .cteck a {
    text-decoration: none;
}

.TestStatus .cteck h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    display: inline-block;
    margin: 0;
}

.TestStatus .cteck .ex_mark {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #605F5D;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 4px 0;
}

.TestStatus .cteck .ex_mark img {
    vertical-align: top;
}

.TestStatus .downloadStatus {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: right;
}

.TestStatus .downloadStatus .btn-dwnld {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    float: right;
    padding: 9px 25px;
}

.TestStatus .downloadStatus select {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: RGBA(74, 74, 74, 0.9);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/Vector\ 152.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 33px;
    border: 0;
}

.TestStatus .downloadStatus select:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.TestStatus .statusHead {
    width: 100%;
    float: left;
}

.TestStatus .statusHead ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.TestStatus .statusHead ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: RGBA(74, 74, 74, 0.9);
    border-right: 1px solid RGBA(74, 74, 74, 0.9);
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    cursor: default;
}

.TestStatus .statusHead ul li:last-child {
    border: 0;
}

.TestStatus .table {
    margin: 0;
}

.TestStatus .table th {
    background: #fff;
    border: 0;
    padding: 1.5rem 0.75rem;
    white-space: nowrap;
}

.TestStatus .table th .asnTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.TestStatus .table.asn_test td:last-child {
    width: 150px;
}

.TestStatus .table.asn_test .tool-tip .tooltiptext {
    width: 175px;
    top: 100%;
    white-space: normal;
}

.TestStatus .table.asn_test .tool-tip {
    border-bottom: 0;
}

.TestStatus .table th h6,
.TestStatus .table th span {
    display: inline-block;
}

.TestStatus .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.TestStatus .txtwrp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.TestStatus .table th h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;
    margin: 0;
}

.TestStatus .table th span.check-mark {
    margin: 0;
}

.TestStatus .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.TestStatus .table th .btn-sort img {
    vertical-align: top;
}

.TestStatus .table td {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #021C59;
    vertical-align: middle;
    border: 0;
}

.TestStatus .table td p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #637188;
    margin: 0;
    text-align: center;
}

.TestStatus .table tr:nth-child(even) td {
    background: rgba(49, 103, 235, 0.03);
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.TestStatus .table td h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #021C59;
    opacity: 0.4;
    margin: 0;
}

.TestStatus .table td .cmplted {
    opacity: 0.3;
}

.TestStatus .table .btn-unassign,
.TestStatus .table .btn-selected,
.TestStatus .table .btn-select {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #393739;
    width: 104px;
    padding: 10px 0;
}

.TestStatus .table .btn-unassign {
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.3;
    border: 1px solid #DEDEDE;
}

.TestStatus .table .btn-selected {
    background: #3167EB;
    border-radius: 6px;
    color: #fff;
}

.TestStatus .table .btn-select:hover {
    background: #F5F7FE;
    border: 1px solid #3167EB;
}

.TestStatus .tooltips {
    position: absolute;
    z-index: 20;
    padding: 1rem;
    border: 1px solid black;
    width: 199px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    display: none;
}

.TestStatus .tooltips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.TestStatus .tooltips ul li {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.43px;
    color: #393739;
    font-weight: normal;
    opacity: 0.98;
    padding: 5px 0;
    text-align: left;
}

.TestStatus .tooltips ul li p {
    display: inline-block;
    margin: 0;
    opacity: 1;
    font-weight: bold;
}

.TestStatus .tooltips ul li span {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
}

.TestStatus .tooltips .cteck {
    padding: 0;
    margin-right: 8px;
}

.AssignTest {
    width: 100%;
    float: left;
}

.assignFooter {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 50px;
    padding: 10px 0 0;
}

.AssignTest .checkContainer {
    margin-bottom: 25px;
}

.AssignTest .checkmark {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.AssignTest .checkContainer:hover input~.checkmark {
    background-color: transparent;
}

.AssignTest .checkContainer .checkmark:after {
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    border: solid #959292;
    border-width: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #F3F3F3;
    border-radius: 4px;
}

.cart_wrapper {
    width: 100%;
    float: left;
    margin: 130px 0 3.5rem;
}

.cart_wrapper .table th {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #7F7A81;
    padding: 0.75rem 0rem 1.5rem;
    border: 0;
}

.cart_wrapper .table td {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #19191A;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
}

.cart_wrapper .table th:nth-child(2),
.cart_wrapper .table td:nth-child(2) {
    width: 150px;
}

.cart_wrapper .table th:nth-child(3),
.cart_wrapper .table td:nth-child(3) {
    width: 250px;
}

.cart_wrapper .table tr:last-child td {
    border-bottom: 0;
}

.cart_wrapper .table td h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    opacity: 0.9;
}

.cart_wrapper .table td p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    opacity: 0.7;
    padding: 0 0 5px;
}

.cart_wrapper .table td h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #4A4A4A;
    opacity: 0.9;
}

.cart_wrapper .table td h5 span {
    color: #242424;
}

.cart_wrapper .table td ul {
    list-style: none;
    padding: 5px 0 0;
    margin: 0;
}

.cart_wrapper .table td ul li {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #19191A;
    opacity: 0.7;
}

.cart_wrapper .table td ul li.dot {
    background: #C4C4C4;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin: 0 10px;
}

/* 
.cart_wrapper .quantity {
    display: table;
    width: 100%;
}

.cart_wrapper .quantity button {
    background: #F4F4F4;
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    position: relative;
    display: inline-block;
    padding: 0;
}

.cart_wrapper .quantity .btn-minus {
    margin-right: 10px;
}

.cart_wrapper .quantity .btn-minus:after {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #b8b8b8;
    position: absolute;
    top: 7px;
    left: 4px;
}

.cart_wrapper .quantity .btn-plus:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b8b8b8;
    position: absolute;
    top: 7px;
    left: 3px;
}

.cart_wrapper .quantity .btn-plus:before {
    content: '';
    width: 2px;
    height: 10px;
    background-color: #b8b8b8;
    position: absolute;
    top: 3px;
    left: 7px;
}

.cart_wrapper .quantity .btn-plus {
    margin-left: 10px;
}

.cart_wrapper .quantity input[type="number"] {
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    width: 44px;
    font-size: 16px;
    line-height: 19px;
    color: #19191A;
    opacity: 0.7;
    text-align: center;
    height: 36px;
}

.cart_wrapper .quantity input::-webkit-input-placeholder {
    color: #19191A;
    opacity: 0.7;
}

.cart_wrapper .quantity input:-moz-placeholder {
    color: #19191A;
    opacity: 0.7;
}

.cart_wrapper .quantity input::-moz-placeholder {
    color: #19191A;
    opacity: 0.7;
}

.cart_wrapper .quantity input:-ms-input-placeholder {
    color: #19191A;
    opacity: 0.7;
} */
.cartproceed {
    width: 100%;
    float: left;
    padding: 0 40px;
    text-align: right;
}

.cartproceed .btn-proceed {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #595959;
    border: 1px solid #AFAEAE;
    border-radius: 5px;
    padding: 12px 43px;
}

.cartproceed .btn-payment {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 25px;
    float: right;
}

.cartproceed .btn-payment:disabled {
    background: #D7D7D7;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
}

.cartproceed .btn-draft {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #3167EB;
    margin: 5px 20px 0 0;
}

.cartproceed .btn-previous {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #3167EB;
    float: left;
}

.cartproceed .btn-unassign {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #3167EB;
    background: #EDF5FA;
    border-radius: 4px;
    width: 180px;
    padding: 12px 0;
    margin-right: 20px;
}

.cartproceed .btn-assign {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    width: 180px;
    padding: 12px 0;
}

.confirmation {
    width: 92%;
    float: left;
    background: #EEEEEE;
    display: flex;
    padding: 40px;
    align-items: center;
}

.confirmation .confirmlft,
.confirmation .confirmrgt {
    flex: 1 auto;
}

.confirmation .confirmlft {
    width: 75%;
    padding-right: 150px;
}

.confirmation .confirmrgt {
    width: 25%;
    text-align: center;
}

.confirmation .confirmlft h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 145.19%;
    letter-spacing: 0.286667px;
    color: #4A4A4A;
    margin-top: 15px;
}

.confirmation .confirmlft h6 a {
    color: #4A4A4A;
    text-decoration: underline;
}

.confirmation .confirmrgt a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #595959;
    background: #FFFFFF;
    border: 1px solid #AFAEAE;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 23px;
}

.member_report {
    width: 100%;
    float: left;
    margin: 0 0 60px;
}

.member_report p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #302E31;
    opacity: 0.7;
    margin-bottom: 15px;
}

.member_report .btn-filter {
    background: #F0EFEF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #242424;
    opacity: 0.98;
    padding: 15px 20px;
}

.member_report .mytest .table-responsive {
    padding-top: 0px;
}

.member_report .home-group-tabs .nav-pills {
    padding: 0 10px;
}

.member_report .mytest .table th,
.member_report .mytest .table td {
    padding: 10px
}

.member_report .mytest .reportAlign {
    width: calc(100% - 30px);
    float: right;
    padding-left: 15px;
}

.container-checkbox {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input[type="checkbox"],
.container-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 999;
}

.container-checkbox .check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 0.5px solid #AFAFAF;
    box-sizing: border-box;
    border-radius: 4px;
}

.container-checkbox input:checked~.check-mark {
    background-color: #3167EB;
}

.container-checkbox .check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.check-mark:after {
    display: block;
}

.container-checkbox .check-mark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-container {
    display: inline-block;
    padding: 1px 15px 5px 20px;
    margin-right: 25px;
}

.radio-container span {
    vertical-align: text-bottom;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: rgba(92, 101, 117, 0.5);
}

.radio-container .container-checkbox {
    border-radius: 24px;
    margin: 0;
}

.radio-container .container-checkbox .check-mark {
    border-radius: 25px;
    background: #FFFFFF;
    border: 1px solid #BDC1C8;
    box-sizing: border-box;
}

.radio-container .container-checkbox .check-mark:after {
    left: 7px;
    top: 6px;
    width: 10.29px;
    height: 10.29px;
    border: none;
    border-width: 0;
    background-color: #546685;
    border-radius: 10.29px;
}

.radio-container.activecheck {
    background: #EDF5FA;
    border-radius: 4px;
}

.radio-container.activecheck span {
    color: #395B8D;
}

.generateAccount {
    width: 100%;
    float: left;
}

.generateAccount h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    opacity: 0.7;
    margin: 30px 0 30px;
}

.generateAccount .AClist {
    display: block;
}

.generateAccount .AClist .AClist_fg {
    width: 62px;
    float: left;
}

.generateAccount .AClist .AClist_fg figure {
    width: 62px;
    height: 62px;
    background: #EBF0F7;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.generateAccount .AClist .AClist_fg figure img {
    width: 100%;
    height: 100%;
}

.generateAccount .AClist .AClist_nm {
    width: calc(100% - 62px);
    float: left;
    padding: 0 0 0 20px;
}

.generateAccount .AClist .AClist_nm h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    opacity: 0.7;
    margin: 0 0 5px;
}

.generateAccount .AClist .AClist_nm p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A;
    opacity: 0.7;

}

.generateAccount .mngAccount {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(36, 36, 36, 0.9);
    border: 1px solid #989898;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 11px 24px;
    display: inline-block;
}

.generateAccount .mngAccount:hover {
    background-color: #989898;
    text-decoration: none;
    color: #fff;
}

.home-group-tabs .tab-content .member_account {
    width: 100%;
    float: left;
}

.home-group-tabs .tab-content .member_account .acInfo {
    width: 100%;
    float: left;
}

.home-group-tabs .tab-content .member_account .acInfo ul {
    margin: 0;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home-group-tabs .tab-content .member_account .acInfo ul:last-child {
    border-bottom: 0;
}

.home-group-tabs .tab-content .member_account .acInfo ul li {
    font-size: 18px;
    line-height: 21px;
    color: #444242;
    opacity: 0.9;
    display: inline-block;
    width: calc(100% - 170px);
}

.home-group-tabs .tab-content .member_account .acInfo ul li:first-child {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.4;
    width: 160px;
}

.home-group-tabs .tab-content .member_account.acdetail {
    padding: 30px 0 100px;
}

.home-group-tabs .tab-content .member_account.acdetail h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #4A4A4A;
    opacity: 0.7;
    background: rgba(238, 238, 238, 0.45);
    border-radius: 2px;
    text-align: left;
    padding: 11px 15px;
}

.home-group-tabs .tab-content .member_account.acdetail .chPass {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #444242;
    margin-top: 20px;
    display: inline-block;
}

.home-group-tabs .tab-content .member_account.mergeAC h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #4A4A4A;
    opacity: 0.7;
    background: rgba(238, 238, 238, 0.45);
    border-radius: 2px;
    text-align: left;
    padding: 11px 15px;
}

.home-group-tabs .tab-content .member_account .aclist ul {
    margin: 0;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home-group-tabs .tab-content .member_account .aclist ul:last-child {
    border-bottom: 0;
}

.home-group-tabs .tab-content .member_account .aclist ul li {
    font-size: 20px;
    line-height: 24px;
    color: #444242;
    letter-spacing: normal;
    opacity: 1;
    display: inline-block;
    width: calc(100% - 205px);
}

.home-group-tabs .tab-content .member_account .aclist ul li:first-child {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.43px;
    color: #393739;
    opacity: 0.4;
    width: 130px;
}

.home-group-tabs .tab-content .member_account .aclist ul li:last-child {
    width: 60px;
}

.home-group-tabs .tab-content .member_account .aclist .btn-remove {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #444242;
    padding: 0;
}

.home-group-tabs .tab-content .member_account .addAccount {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #444242;
    display: inline-block;
    padding: 0;
    margin: 15px 0 0;
}

.home-group-tabs .tab-content .btn-delete-ac {
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #4A4A4A;
    opacity: 0.7;
    margin: 60px 0;
    padding: 0;
}

.home-group-tabs .tab-content .member_account .requestmerge {
    width: 106%;
    position: relative;
    background: rgba(196, 196, 196, 0.2);
    padding: 15px;
    left: -3%;
}

.home-group-tabs .tab-content .member_account .requestmerge h4 {
    font-weight: bold;
    margin: 0;
    padding: 10px 0 0;
}

.home-group-tabs .tab-content .member_account .requestmerge .btn-acceptmrg,
.home-group-tabs .tab-content .member_account .requestmerge .btn-discardmrg {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    background-color: rgba(128, 153, 189, 0.7);
    color: #FFFFFF;
    border-radius: 4px;
    padding: 11px 45px;
}

.home-group-tabs .tab-content .member_account .requestmerge .btn-discardmrg {
    background-color: rgba(128, 153, 189, 0.3);
}

.group-member {
    width: 100%;
    float: left;
    margin: 60px 0;
}

.group-member .group-member-invitation {
    width: 100%;
    float: left;
}

.group-member .group-member-invitation h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    opacity: 0.7;
}

.group-member .group-member-invitation .btn-show {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #4A4A4A;
    opacity: 0.7;
    margin-right: 25px;
}

.group-member .group-member-invitation .invitationlist {
    width: 100%;
    float: left;
}

.group-member .group-member-invitation .invitationlist .listname {
    width: calc(100% - 80px);
    float: left;
    padding: 8px 0;
}

.group-member .group-member-invitation .invitationlist .listname h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
    opacity: 0.7;
}

.group-member .group-member-invitation .invitationlist .listname p {
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
    opacity: 0.7;
}

.group-member .group-member-invitation .row {
    border: 0;
}

.group-member .group-member-invitation .btn-invacpt {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: rgba(128, 153, 189, 0.7);
    border-radius: 4px;
    padding: 10px 45px;
    margin-top: 10px;
}

.group-member .group-member-invitation .btn-invacpt.btn-invrjct {
    background: rgba(128, 153, 189, 0.3);
    margin-left: 10px;
}

.group-member .group-member-invitation .inv-expir {
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A;
    opacity: 0.45;
    margin-top: 15px;
    display: inline-block;
}

.group-member .group-member-invitation .btn-invblok {
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #4A4A4A;
    opacity: 0.7;
    padding: 0;
    width: 137px;
    margin-top: 7px;
}

.group-member .group-member-invitation .invcancel {
    width: 30px;
    display: inline-block;
}

.group-member .group-member-invitation .btn-invreject {
    padding: 0;
    opacity: 1;
}

.group-member .mygroup-member {
    width: 100%;
    float: left;
}

.group-member .mygroup-member .row {
    border: 0;
}

.group-member .mygroup-member .table th,
.group-member .mygroup-member .table td {
    font-size: 12px;
    line-height: 17px;
    vertical-align: text-top;
}

.group-member .mygroup-member .table th {
    background: #F0F3F6;
    border: 0;
    border-top: 1px solid #DFDFDF;
}

.group-member .mygroup-member .table th h6,
.group-member .mygroup-member .table th span {
    display: inline-block;
}

.group-member .mygroup-member .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.group-member .mygroup-member .table th h6 {
    font-size: 12px;
    line-height: 17px;
    color: #637188;
    font-weight: bold;
    margin: 0;
}

.group-member .mygroup-member .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.group-member .mygroup-member .table {
    width: 99.9%;
}

.group-member .mygroup-member .table td:first-child,
.group-member .mygroup-member .table th:first-child {
    border-left: 1px solid #DFDFDF;
}

.group-member .mygroup-member .table td:last-child,
.group-member .mygroup-member .table th:last-child {
    border-right: 1px solid #DFDFDF;
}

.group-member .mygroup-member .table tr:last-child td {
    border-left: 0;
    border-right: 0;
}

.group-member .mygroup-member .table th .btn-sort img {
    vertical-align: top;
}

.group-member .mygroup-member .table td h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #90D420;
}

.group-member .mygroup-member .table td .inactive {
    color: #BDBBBB;
}

.group-member .mygroup-member .table td h5 {
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    opacity: 1;
    font-weight: normal;
}

.group-member .mygroup-member .table td p {
    font-size: 12px;
    line-height: 16px;
    opacity: 1;
    color: #07246C;

}

.group-member .mygroup-member .table td span {
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    opacity: 1;
}

.group-member .mygroup-member .table td h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
    opacity: 0.7;
}

.group-member .mygroup-member .btn-view {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 20px;
}

.group-member .mygroup-member .table-responsive {
    background: #FFFFFF;
    /* border: 1px solid #DFDFDF; */
    box-sizing: border-box;
    border-radius: 6px;
}

.group-member .mygroup-member .view-more {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 0;
}

.group-member .mygroup-member .view-more .btn-vmore {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;

    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    padding: 10px 57px;
}

.notifications {
    width: 100%;
    /*float: left;*/
    margin: 130px 0 60px;
}

.notificationTab {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.notificationTab .rquract {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
    text-align: right;
    padding-top: 30px;
}

.notificationTab .container-checkbox .check-mark {
    background: #FAFAFA;
    border: 1px solid #898282;
    box-sizing: border-box;
    border-radius: 4px;
}

.notificationTab .container-checkbox input:checked~.check-mark {
    background: #FAFAFA;
}

.notificationTab .nav-pills .nav-link {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.286667px;
    color: #4A4A4A;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 23px;
    padding: 13px 26px;
    margin-right: 15px;
}

.notificationTab .nav-pills .nav-link.active {
    background: #E2EAF5;
    border-radius: 25px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.286667px;
    color: #504F4F;
    border: 1px solid #E2EAF5;
}

.notificationTab .nav-pills .nav-link span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: rgba(74, 74, 74, 0.3);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.43px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
}

.group-member.notifiList .group-member-invitation figure {
    width: 62px;
    height: 62px;
    background: #ebf0f7;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 8px;
}

.group-member.notifiList .group-member-invitation .invitationlist .listname {
    padding: 12px 20px;
}

.group-member.notifiList .group-member-invitation .invitationlist .listname h4,
.group-member.notifiList .group-member-invitation .invitationlist .listname p {
    display: inline-block;
    margin: 0;
}

.group-member.notifiList .group-member-invitation .invitationlist .listname h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #161616;
    opacity: 0.9;
}

.group-member.notifiList .group-member-invitation .invitationlist .listname p {
    font-weight: normal;
}

.group-member.notifiList .group-member-invitation .invitationlist .inv-expir {
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;
    opacity: 0.9;
}

.user-home-group .membertabs {
    width: 100%;
    float: left;
    position: sticky;
    top: 72px;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.memberTabs {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.memberTabs nav {
    margin: 0;
    border-bottom: 0.5px solid #DEEAF8;
    list-style: none;
    margin: 0;
    padding: 0;
}

.memberTabs nav a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #627088;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
}

.memberTabs.fixed {
    position: fixed;
    top: 70px;
    background-color: #fff;
}

.memberTabs nav a.active {
    font-weight: 600;
    color: #0C295C;
    border-bottom: 2px solid #272C35;
}

.TestStatus.memberTabs .table th {
    padding: 0.3rem 0.75rem;
    vertical-align: middle;
}

.TestStatus.supra_view_group .table tbody tr:last-child .tooltips {
    top: initial !important;
    bottom: 45px;
}

#account,
#merge,
#tests,
#groups,
#notifications {
    width: 100%;
    float: left;
}

.user-home-group .profile,
.user-home-group .account,
.user-home-group .merge,
.user-home-group .tests,
.user-home-group .groups,
.user-home-group .notifications {
    width: 100%;
    float: left;
    display: block;
    padding: 20px 0 50px;
    border-bottom: 0.5px solid #DEEAF8;
    box-sizing: border-box;
}

.user-home-group .ac-deactivate {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.user-home-group .ac-deactivate .btn-deacitvate {
    font-size: 14px;
    line-height: 20px;
    color: #354153;
    opacity: 0.4;
    padding: 0;
}

.user-home-group .ac-deactivate .btn-deacitvate span {
    font-size: 18px;
    padding-right: 5px;
}

.user-home-group .profile .details,
.user-home-group .account .details,
.user-home-group .merge .details,
.user-home-group .tests .details,
.user-home-group .groups .details,
.user-home-group .notifications .details {
    width: 100%;
    float: left;
    padding: 0.75rem 100px 0.75rem 0;

}

.user-home-group .profile .table td,
.user-home-group .account .table td,
.user-home-group .merge .table td {
    vertical-align: middle;
}

.user-home-group .profile .table td {
    padding-left: 0;
    padding-right: 0;
}

.user-home-group .merge .table {
    white-space: nowrap;
}

.user-home-group .profile .btn-edit,
.user-home-group .account .btn-edit,
.user-home-group .merge .btn-edit {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 22px;
    float: right;
}

.user-home-group .profile label,
.user-home-group .account label,
.user-home-group .merge label {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.1px;
    color: #637188;
    opacity: 0.7;
}

.user-home-group .profile .form-control,
.user-home-group .account .form-control,
.user-home-group .merge .form-control {
    font-size: 16px;
    line-height: 22px;
    color: #354153;
}

.user-home-group .profile .form-control {
    box-sizing: border-box;
    border-radius: 2px;
}

.user-home-group .profile .form-control:disabled {
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    border-radius: 2px;

}

.user-home-group .account .form-control:disabled {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}

.user-home-group .profile .profileimg {
    width: 100%;
    float: left;
}

.user-home-group .profile .profileimg figure {
    width: 96px;
    height: 96px;
    border-radius: 96px;
    display: inline-block;
    overflow: hidden;
}

.user-home-group .profile .profileimg figure img {
    width: 100%;
    height: 100%;
}

.user-home-group .profile .details h5,
.user-home-group .account .details h5,
.user-home-group .merge .details h5,
.user-home-group .tests .details h5,
.user-home-group .groups .details h5,
.user-home-group .notifications .details h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0C295C;
    margin: 0;
    padding-bottom: 10px;
    display: block;
}

.user-home-group .profile .ex-mark {
    width: 18px;
    height: 18px;
    left: 1140px;
    top: 749px;
    border: 1px solid #D73838;
    border-radius: 18px;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.286667px;
    color: #EB4F4F;
}

.user-home-group .notifications .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    height: 2.5rem;
    width: 4.5rem;
    color: #6b7381;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 20px;
}

.user-home-group .notifications .btn-toggle:focus,
.user-home-group .notifications .btn-toggle.focus,
.user-home-group .notifications .btn-toggle:focus.active,
.user-home-group .notifications .btn-toggle.focus.active {
    outline: none;
    background: transparent;
    box-shadow: none;
}

.user-home-group .notifications .btn-toggle:before,
.user-home-group .notifications .btn-toggle:after {
    width: 4rem;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 7px;
    transition: opacity .25s;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}

.user-home-group .notifications .btn-toggle:before {
    content: 'Off';
    left: -4rem;
    opacity: .5;
}

.user-home-group .notifications .btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5;
}

.user-home-group .notifications .btn-toggle>.handle {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    transition: left .25s;
    background: #C4CAD4;

}

.user-home-group .notifications .btn-toggle.active,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    transition: background-color 0.25s;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 20px;
}

.user-home-group .notifications .btn-toggle.active>.handle {
    left: 38px;
    transition: left .25s;
    background: #546685;
}

.user-home-group .notifications .btn-toggle.active:before {
    opacity: .5;
}

.user-home-group .notifications .btn-toggle.active:after {
    opacity: 1;
}

.user-home-group .notifications .btn-toggle.btn-secondary:before,
.user-home-group .notifications .btn-toggle.btn-secondary:after {
    color: #5C6575;
}

.user-home-group .profile .details p,
.user-home-group .account .details p,
.user-home-group .merge .details p,
.user-home-group .notifications .details p {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #4B5C79;
    opacity: 1;
}

.user-home-group .profile .table td,
.user-home-group .account .table td,
.user-home-group .merge .table td {
    border: 0;
}

.user-home-group .profile .table h6,
.user-home-group .account .table h6,
.user-home-group .merge .table h6,
.user-home-group .notifications .table td {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #354153;
    text-align: left;
}

.user-home-group .profile .table h6.text-success {
    display: inline-block;
    margin: 0 0 0 30px;
    line-height: 30px;
    vertical-align: text-top;
}

.user-home-group .profile .table h5.dlfile {
    margin-left: 20px;
}

.user-home-group .notifications .table td {
    vertical-align: middle;
    border: 0;
    padding: 15px 0;
}

.user-home-group .notifications {
    padding: 20px 0 0;
    margin: 0;
    border: 0;
}

.user-home-group .profile .table p,
.user-home-group .account .table p,
.user-home-group .merge .table p {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #637188;
    opacity: 0.7;
}

.user-home-group .profile .table .btn-cpass,
.user-home-group .account .table .btn-cpass,
.user-home-group .merge .table .btn-addac {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #605F5D;
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 42px;
}

.user-home-group.supra-profile .profile .cert_wrp {
    width: 30%;
    float: left;
}

.user-home-group.supra-profile .profile .cert_type {
    width: 70%;
    float: left;
}

.user-home-group.supra-profile .profile .cert_type.supra_certi {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

.user-home-group.supra-profile .profile .cert_type h6 {
    display: inline-block;
    padding: 32px 0 0;
}

.user-home-group.supra-profile .profile .form-control {
    border: 0;
    box-shadow: none;
    outline: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 0;
}

.user-home-group.supra-profile .notifications .btn-toggle {
    pointer-events: none;
}

.mergeaccept {
    display: flex;
    flex: 1 1 0;
    background: #FEFCF5;
    border: 1px solid #EDCB74;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px;
    margin: 0 10px;
}

.mergeacceptlft {
    flex: 60%;
}

.mergeacceptrgt {
    flex: 40%;
    text-align: right;
}

.mergeacceptlft figure {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-right: 6px;
    background: #EDCB74;
    border: 1px solid #EDCB74;
    box-sizing: border-box;
    float: left;
}

.mergeacceptlft figure h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.286667px;
    text-align: center;
    color: #FFFFFF;
}

.mergeacceptlft .mergeac {
    width: calc(100% - 30px);
    display: inline-block;
}

.mergeacceptlft .mergeac p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
    opacity: 0.8;
}

.mergeacceptlft .mergeac p span {
    display: block;
    font-weight: bold;
}

.mergeacceptrgt .btn-acpt,
.mergeacceptrgt .btn-rjct {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 15px;
}

.mergeacceptrgt .btn-rjct {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    color: #605F5D;
    margin-left: 15px;
}

.user-home-group .tests .table th {
    background: #F0F3F6;
    border: 0;
    white-space: nowrap;
}

.tooltip-inner {
    background-color: #000000 !important;
    color: #fff;
    padding: 10px 15px;
}

.tooltip-inner ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tooltip-inner ul li {
    padding: 5px 0;
    display: block;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}

.user-home-group .tests .table th h6,
.user-home-group .tests .table th span {
    display: inline-block;
}

.user-home-group .tests .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.user-home-group .tests .table th h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;

}

.user-home-group .tests .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.user-home-group .tests .table th .btn-sort img {
    vertical-align: top;
}

.user-home-group .tests .table td h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    opacity: 0.4;
    text-align: left;
}

.user-home-group .tests .table td:first-child,
.user-home-group .tests .table th:first-child {
    max-width: 200px;
    padding-right: 50px;
}

.user-home-group .tests .table td h5 span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #061F5C;
}

.user-home-group .tests .table td h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    margin: 0;
}

.user-home-group .tests .table td .btn-finished,
.user-home-group .tests .table td .btn-mised,
.user-home-group .tests .table td .btn-todo {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #90D420;
    border-radius: 16px;
    background: rgba(232, 245, 212, 0.7);
    width: 130px;
}

.user-home-group .tests .table td .btn-mised {
    color: #ECAC4C;
    background: rgba(248, 232, 207, 0.7);
}

.user-home-group .tests .table td .btn-todo {
    color: #E31A1A;
    background: rgba(248, 225, 221, 0.7);
}

.user-home-group .tests .table-responsive {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
}

.user-home-group .tests .table .finished td h5,
.user-home-group .tests .table .finished td p {
    opacity: 0.4;
}

.user-home-group .tests .view-more {
    width: 100%;
    float: left;
    text-align: center;
}

.user-home-group .tests .view-more .btn-more {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #395B8D;
    background: #EDF5FA;
    border-radius: 4px;
    padding: 10px 57px;
    margin: 25px 0 5px;
}

.user-home-group .groups .card {
    padding: 2rem;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
}

.user-home-group .groups .card .card-top {
    width: 100%;
    float: left;
    padding: 0;
}

.user-home-group .groups .card .card-top figure {
    width: 37px;
    height: 37px;
    border-radius: 37px;
    overflow: hidden;
}

.user-home-group .groups .card .card-top figure img {
    width: 100%;
    height: 100%;
}

.user-home-group .groups .card .card-body {
    padding: 0.75rem 1.5rem 1.25rem 0;
}

.user-home-group .groups .card .card-body .card-group {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2F3D60;

}

.user-home-group .groups .card .card-body .card-group span {
    color: #2F3D60;
    opacity: 0.4;
}

.user-home-group .groups .card .card-body .card-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #19243E;
    margin: 5px 0;
}

.user-home-group .groups .card .card-footer {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.user-home-group .groups .card .btn-accept,
.user-home-group .groups .card .btn-reject,
.user-home-group .groups .card .btn-blck,
.user-home-group .groups .card .btn-expire {
    background: #3167EB;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 76px;
    padding: 10px 0;
}

.user-home-group .groups .card .btn-expire {
    font-weight: 600;
    color: #605F5D;
    opacity: 0.8;
    margin: 0;
    background-color: transparent;
}

.user-home-group .groups .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.user-home-group .groups .owl-carousel .owl-nav .owl-prev,
.user-home-group .groups .owl-carousel .owl-nav .owl-next {
    font-size: 60px;
    line-height: 25px;
    position: relative;
}

.user-home-group .groups .owl-carousel .owl-nav .owl-next {
    right: -15px;
    float: right;
}

.user-home-group .groups .owl-carousel .owl-nav .owl-prev {
    left: -15px;
    float: left;
}

.user-home-group .groups .owl-carousel .owl-nav [class*=owl-]:hover {
    color: #19243E;
    background-color: transparent;
}

.user-home-group .groups .owl-carousel .owl-nav [class*=owl-]:focus {
    outline: none;
    box-shadow: none;
}

.user-home-group .groups .card .btn-reject {
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    color: #605F5D;
    margin-left: 15px;
}

.user-home-group .groups .card .btn-blck {
    color: #605F5D;
    opacity: 0.4;
    border: 0;
    background: transparent;
    margin-left: 15px;
}

.user-home-group .groups .card .btn-cardclose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    padding: 0;
    color: #C4C3C3;
}

.user-home-group .groups .table-responsive {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;

}

.pausetest .timer h6 {
    text-decoration-line: none;
    font-size: 16px;
    line-height: 24px;
}

.user-home-group .groups .table th {
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;
    background: #F0F3F6;
    border: 0;
}

.user-home-group .groups .table th,
.user-home-group .groups .table td {
    padding: 1.25rem 2.5rem;
}

.user-home-group .groups .table td {
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    border-top: 0.5px solid #ECEFF2;
}

.user-home-group .groups .table td h5 {
    margin: 0;
    color: #07246C;
    display: block;
}

.user-home-group .groups .table td p {
    font-size: 12px;
    line-height: 16px;
    color: #07246C;
    opacity: 1;
    border: 0;
}

.user-home-group .groups .table td h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #90D420;
    text-align: left;
}

.user-home-group .groups .table td .inactive {
    color: #BDBBBB;
}

.user-home-group .acTabs {
    width: 100%;
    float: left;
    margin-bottom: 440px;
}

.memberscroll {
    margin-top: 30px;
    margin-bottom: 220px;
}

.user-home-group .tabs {
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-home-group .tabs li {
    display: inline-block;
}

.user-home-group .tabs li:not(:first-child) {
    margin-left: -5px;
}

.user-home-group .tabs li:not(:first-child) .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-home-group .tabs .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(196, 166, 80, 0.04);
    border-radius: 4px;
    padding: 10px 20px;
    background: rgba(49, 103, 235, 0.1);
    color: #3167EB;
    cursor: pointer;
}

.user-home-group .tabs .nav-link.inactive {
    color: #627088;
    background: #FAFAFA;
}

.user-home-group .tabs li:first-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.user-home-group .tabs li:last-child .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.row {
    clear: both;
}


.reviewpayment {
    width: 100%;
    float: left;
    margin: 130px 0 100px;
}

.reviewpayment h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #0C295C;
}

.reviewpayment .form-group label {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #637188;
    opacity: 0.7;
}

.reviewpayment .custom-control .custom-control-label {
    font-size: 14px;
    line-height: 22px;
    color: #4B5C79;
    font-weight: normal;
}

.reviewpayment .form-group .form-control {
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #627088;
}

.reviewpayment .form-group select:invalid {
    color: red;
}

.reviewpayment .table td {
    padding: 1rem 0;
}

.reviewpayment .table td:last-child {
    width: 100px;
    text-align: right;
}

.reviewpayment .table td:first-child {
    width: 300px;
    text-align: left;
}

.reviewpayment .table td {
    font-size: 14px;
    line-height: 16px;
    color: rgba(4, 28, 85, 0.7);
    width: 80px;
    text-align: right;
}

.reviewpayment .table td p {
    font-size: 12px;
    line-height: 20px;
    color: #4B5C79;
    opacity: 1;
}

.reviewpayment .table td h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #181755;
    padding: 5px 0;
    clear: both;
}

.reviewpayment .table td h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #181755;
    padding: 0;
}

.reviewpayment .table td h5 span,
.reviewpayment .table td p {
    font-size: 14px;
    line-height: 16px;
    color: #4B5C79;
    font-weight: normal;
}

.reviewpayment .table td p {
    padding: 0
}

.reviewpayment .toggle {
    cursor: pointer;
}

.reviewpayment .toggle-arrow {
    width: 15px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.reviewpayment .toggle-arrow {
    background: url("../images/Vector 318.svg") 0 6px no-repeat;
}

.reviewpayment .toggle-arrow.arrowDown {
    background: url("../images/Vector 318.svg") 0 1px no-repeat;
    transform: rotate(180deg);
}

.reviewpayment .summary {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.reviewpayment .summary h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #637188;
}

.reviewpayment .table td ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.reviewpayment .table td ul li {
    display: inline-block;
}

.reviewpayment .table td ul li span {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #C4C4C4;
    margin: 0 15px;
}

.reviewpayment .toogletax {
    width: 100%;
    float: left;
    display: none;
}

.reviewpayment .gsttable {
    padding: 31px 0 10px;
}

.reviewpayment .gsttable .toogletax {
    padding-top: 10px;
}

.orderinvoice {
    width: 100%;
    float: left;
    margin: 0px 0 60px;
}

.orderinvoice h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #0C295C;
}

.orderinvoice .form-group label {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #637188;
    opacity: 0.7;
}

.orderinvoice .form-group .form-control {
    background: #F8F8F8;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #627088;
}

.orderinvoice .form-group select:invalid {
    color: red;
}

.orderinvoice .table td {
    padding: 1rem 0;
}

.orderinvoice .table td:last-child {
    width: 100px;
    text-align: right;
}

.orderinvoice .table td:first-child {
    width: 300px;
    text-align: left;
}

.orderinvoice .table td {
    font-size: 14px;
    line-height: 16px;
    color: rgba(4, 28, 85, 0.7);
    width: 80px;
    text-align: right;
}

.orderinvoice .table td p {
    font-size: 12px;
    line-height: 20px;
    color: #4B5C79;
    opacity: 1;
}

.orderinvoice .table td h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #181755;
    padding: 5px 0;
    clear: both;
}

.orderinvoice .table td h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #181755;
    padding: 5px 0;
}

.orderinvoice .table td h5 span,
.orderinvoice .table td p {
    font-size: 14px;
    line-height: 24px;
    color: #4B5C79;
    font-weight: normal;
}

.orderinvoice .table td h5 span img {
    transform: rotate(180deg);
}

.orderinvoice .table td p {
    padding: 5px 0
}

.orderinvoice .summary {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.orderinvoice .summary h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #637188;
}

.orderinvoice .table td ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.orderinvoice .table td ul li {
    display: inline-block;
}

.orderinvoice .table td ul li span {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #C4C4C4;
    margin: 0 15px;
    vertical-align: middle;
}

.orderinvoice .toogletax {
    width: 100%;
    float: left;
    display: none;
}

.orderinvoice .gsttable {
    padding: 55px 0 10px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #0C295C;
    padding: 0 30px 20px;
    margin: 0;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .closepopup {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;

}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .closepopup:focus {
    outline: none;
    box-shadow: none;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice h6 {
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    color: rgba(4, 28, 85, 0.7);
    padding: 5px 30px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table th {
    background: #F0F3F6;
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #637188;
    padding: 0.75rem;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table th:not(:first-child) {
    text-align: right;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td {
    padding: 0.75rem;
    vertical-align: top;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td:first-child,
.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table th:first-child {
    padding-left: 30px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td:last-child,
.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table th:last-child {
    padding-right: 30px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td h5,
.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td p {
    padding: 0;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td ul {
    margin-top: 5px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table td h4 {
    margin: 0;
    font-size: 16px;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table tr:last-child td h5,
.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table tr:last-child td p,
.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .table tr:last-child td h4 {
    padding: 5px 0;
}


.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice {
    margin: 0;
}

.modal.orderinvoicemodal .primary-ac-dialog .modal-content .orderinvoice .toogletaxinvoice.amnt {
    margin-top: 34px;
}

.page-container {
    margin-bottom: 0 !important;
    height: 100vh;
}

.mlogout {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #061F5C;
    margin: 5px 0;
}

.Question_bank_list.test-pre-section {
    margin: 0;
    width: 100%;
}

.tool-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.common.tool-tip,
.refresh.tool-tip {
    border: 0;
}

.tool-tip .tooltiptext,
.common.tool-tip .tooltiptext {
    display: none;
    width: 230px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    padding: 15px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    left: 0;
    margin-left: -10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.common.tool-tip .tooltiptext {
    left: -40px;
}

.classNameSupraOther .common.tool-tip .tooltiptext {
    left: initial;
    right: 25px;
    top: -15px;
}

.classNameSupraOther .common.tool-tip .tooltiptext:after {
    left: initial;
    right: -10px;
    top: 19px;
    transform: rotate(90deg);
}

.tool-tip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 60px;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tool-tip:hover .tooltiptext {
    display: block;
}

.refresh.tool-tip .tooltiptext,
.remove-member-action.tool-tip .tooltiptext {
    width: 150px;
    left: initial;
    right: -20px;
}


.refresh.tool-tip .tooltiptext::after,
.remove-member-action.tool-tip .tooltiptext::after {
    left: initial;
    right: 20px;
}

.wrapper .demographi_main_area .error p {
    font-size: 14px;
    line-height: 18px;
    color: #f00;
}

/* ********************** */
.demographi_main_area .multiselect {
    background-color: #FAFAFA;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161616;
    height: 48px;
}

.demographi_main_area .form-control {
    background-color: #FAFAFA;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161616;
    height: 48px;
}

.demographi_main_area .dropdown-toggle::after {
    background-image: url(../images/arrowbtm.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    display: inline-block;
    margin-left: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.demographi_main_area .multiselect-container {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    margin: 0;
}

.demographi_main_area .multiselect-container .checkbox {
    margin: 0;
    height: auto !important;
    padding: 4px 15px;
    display: inline-block !important;
    font-weight: normal !important;
    box-sizing: border-box;
    border-radius: 4px !important;
    color: #161616 !important;
}

.demographi_main_area .multiselect-container .checkbox input {
    margin-right: 5px;
}

.demographi_main_area .multiselect-container li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.demographi_main_area .multiselect-container li a {
    margin: 0;
    padding: 0;
    display: block;
}

.demographi_main_area .custom-btn {
    width: 100% !important;
}

.demographi_main_area .custom-btn .btn,
.custom-multi {
    text-align: left;
    width: 100% !important;
}

.demographi_main_area .dropdown-menu>.active>a:hover {
    color: inherit;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    font-weight: normal;
    color: #4a4a4a;
    display: block;
    font-family: 'Open Sans';
}

.ui-menu .ui-menu-item:hover {
    background-color: rgba(234, 234, 234, 0.7);
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    color: #4a4a4a;
}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px !important;
}

.ui-button.ui-state-active:hover {
    border: 0 !important;
    background: transparent !important;
    font-weight: normal !important;
    outline: none !important;
    box-shadow: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0 !important;
    background: transparent !important;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: none !important;
    background-color: transparent !important;
}

.ui-helper-hidden-accessible {
    border: 0 !important;
    clip: inherit !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.user-home-group .profile .view_buble {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    display: inline-block;
    background: url('/img/view.png') 0 0 no-repeat;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.modal.addMember .modal-content .reject_msg {
    width: 100%;
    float: left;
}

.modal.addMember .modal-content .reject_msg ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #637188;
    border-radius: 4px;
    display: table;
    width: 100%;
    align-items: center;
}

.modal.addMember .modal-content .reject_msg ul li:first-child {
    width: 24%;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    background-color: #007bff;
}

.modal.addMember .modal-content .reject_msg ul li:last-child {
    width: 75%;
}

.modal.addMember .modal-content .reject_msg ul li {
    font-size: 14px;
    line-height: 18px;
    color: #354153;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.modal.addMember .modal-content .reject_msg .message_repeate {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.modal.addMember .modal-content .reject_msg .message_repeate p {
    font-size: 12px;
    line-height: 16px;
    color: #637188;
    opacity: 0.7;
    text-align: right;
    margin: 0;
}

.modal.addMember .modal-content .rgt-header {
    padding: 45px 45px 0;
}

.modal.addMember .modal-content .want-cancel .want-cancel-btn .btn-cinvt {
    padding: 12px 25px;
}

.timeslot_wrraper {
    width: 100%;
    float: left;
    padding: 30;
}

.timeslot_wrraper .time_slot {
    width: 100%;
    float: left;
}

.timeslot_wrraper p {
    font-size: 16px;
    line-height: 22px;
    color: #354153;
    opacity: 0.8;
    margin-bottom: 0px;
}

.timeslot_wrraper .time_slot_wrp {
    width: 100%;
    float: left;
}

.timeslot_wrraper .time_slot_wrp .time_slot {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 40px;
}

.timeslot_wrraper .time_slot_wrp .time_slot h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #0C295C;
    opacity: 1;
    margin: 0 0 0.5rem;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table {
    margin: 0;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table th {
    background: #F0F3F6;
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    white-space: nowrap;
    padding: 0.75rem;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #637188;
    margin: 0;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table td {
    font-size: 14px;
    line-height: 22px;
    color: #07246C;
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table th:first-child,
.timeslot_wrraper .time_slot_wrp .time_slot .table td:first-child {
    border-left: 1px solid #DFDFDF;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table th:last-child,
.timeslot_wrraper .time_slot_wrp .time_slot .table td:last-child {
    border-right: 1px solid #DFDFDF;
}

.timeslot_wrraper .time_slot_wrp .time_slot .table tr:last-child td {
    border-bottom: 1px solid #DFDFDF;
}

.upload_sheet {
    width: 100%;
    float: left;
}

.upload_sheet .btn-upsheet {
    background: #FAFAFA;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(196 166 80 / 4%);
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    color: #605F5D;
    width: 130px;
    height: 44px;
    font-family: 'Open Sans';
}

.upload_sheet .btn-upsheet.btn-edt_school {
    width: auto;
}

.upload_sheet .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload_sheet .btn-cfile {
    border: 1px solid #ced4da;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
}

.upload_sheet .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload_sheet .modal-content {
    border-radius: 0;
}

.upload_sheet .modal-footer {
    border-top: 0;
}

.supra_table {
    width: 100%;
    float: left;
}

.supra_table .table {
    margin: 0;
}

.supra_table .table th {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #495A76;
    background: #F0F3F6;
}

.supra_table .table th span {
    margin: 0 0 0 5px;
    vertical-align: text-top;
    display: inline-block;
}

.supra_table .table th .btn-sort {
    padding: 0;
    margin: 0;
    display: block;
    height: 7px;
}

.supra_table .table th .btn-sort img {
    vertical-align: top;
}

.supra_table .table th,
.supra_table .table td {
    border: 1px solid #DFDFDF;
    text-align: left;
    padding: 0.75rem;
}

.supra_table .table td {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A;
}

.edit_project {
    width: 100%;
    float: left;
}

.edit_project .form-control {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding-left: 0;
    font-size: 14px;
}

.edit_project .form-control:focus {
    box-shadow: none;
}

.edit_project .subtypeDeleteBtn {
    color: #007bff;
}

.edit_project .form-control.class_no {
    border: 1px solid #ced4da;
    padding-left: 10px;
    width: 80%;
    margin-left: 10px;
}

.edit_project label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    opacity: 0.7;
}

.edit_project .edit_pname {
    display: inline-block;
    width: 70%;
}

.edit_project label span {
    font-weight: normal;
    opacity: 1;
    color: #000;
}

.edit_project h6 {
    font-weight: normal;
}

.edit_project .edit_project_scroll {
    width: 100%;
    display: block;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.edit_project .table th:nth-child(3),
.edit_project .table td:nth-child(3) {
    width: 180px;
}

.edit_project .table th:nth-child(4),
.edit_project .table td:nth-child(4) {
    width: 175px;
}

.edit_project .table th:nth-child(5),
.edit_project .table td:nth-child(5) {
    width: 120px;
}

.edit_project .table thead {
    width: 100%;
    float: left;
}

.edit_project .table tr {
    width: 100%;
    display: table;
}

.edit_project .table tbody {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    display: block;
}

.edit_project .table th,
.edit_project .table td {
    font-size: 14px;
    border: 0;
    padding: 5px 10px;
    width: 25%;
}

.edit_project .table th {
    width: 24%;
}

.edit_project .edit-project-heading {
    font-size: 14px;
    color: #212529;
    line-height: 17px;
    font-weight: bold;
}

.modal .modal-body .edit_project p {
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    opacity: 0.5;
    margin: 0;
}

.modal-dialog.sdata-modal {
    max-width: 600px;
}

.modal-dialog.sdata-modal .table {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    table-layout: fixed;
}

.modal-dialog.sdata-modal .table .table {
    border: 0;
}

.modal-dialog.sdata-modal .table td {
    border: 0;
}

.modal-dialog.sdata-modal .table .table td {
    border: 0;
    vertical-align: middle;
}

.modal-dialog.sdata-modal .table th {
    border-bottom: 0;
    background: #F0F3F6;
}

.sdata-modal label {
    font-size: 14px;
    font-weight: normal;
}

.sdata-modal h6 {
    font-weight: normal;
}

/* 27-09-2023 - I add another set of class where remove p so that image will display proper (span.headingText img) */
.disabledLayer img,
span.headingText p img,
span.headingText img  {
    max-width: 65%;
    height: auto;
}

/* 27-09-2023 - I add another set of class where remove p so that image will display proper (.englarge_question span.headingText img) */
.englarge_question img,
.englarge_question .disabledLayer img,
.englarge_question span.headingText p img,
.englarge_question span.headingText img {
    max-width: 800px;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .wrapper {
        padding: 0 10px;
    }

    .productBoxCol {
        padding: 0 30px 0 30px;
    }

    .confirmation .confirmlft {
        width: 60%;
        padding-right: 10px;
    }

    .confirmation .confirmrgt {
        width: 40%;
    }

    .group-member .group-member-invitation .btn-invacpt {
        padding: 10px 30px;
    }

    .group-member .group-member-invitation .btn-invblok {
        width: 110px;
    }

    .header-demographic .play_pause {
        padding: 0px;
    }

    .header-demographic .play_pause .headwrapper {
        padding: 0 10px;
    }

    .header-demographic .play_pause h6 {
        padding: 0;
    }

    .common-container {
        padding: 0px 120px;
    }

    .quick-cart .addcart,
    .quick-cart .quickbuy {
        width: 220px;
    }

    .my-group .card {
        padding: 0.5rem;
    }

    .header-search-form {
        padding: 0;
        width: 100%;
    }

    .Videowrapper_main {
        padding: 60px 15px 70px;
    }
}

@media (max-width: 992px) {
    .wrapper .demographi_main_area {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .wrapper .demographi_main_area h1 {
        font-size: 36px;
    }

    .modal.addMember .modal-box .invite {
        width: 188px;
    }

    .modal.addMember .modal-box .or {
        width: 120px;
    }

    .TestStatus .table td,
    .AssignTest .table td {
        font-size: 16px;
    }

    .cart_wrapper .table td.sbtpd {
        padding-right: 50px;
    }

    .notiFication {
        top: 131px;
    }

    .product-wrapper {
        margin-top: 130px;
        margin-bottom: 0px;
    }



    .user-panel,
    .search-design {
        margin-top: 10px;
    }

    .login-wrapper {
        position: relative;
        padding: 15px 30px;
        top: initial;
        left: initial;
        margin: 110px auto;
        transform: initial;
        width: calc(100% - 30px);
    }

    .common-container {
        padding: 0px 40px;
    }

    .productBoxCol {
        padding: 0 10px 0 10px;
        width: 33%;
    }

    .productBoxCol:nth-child(3n + 2) {
        width: calc(34% + 0px);
    }

    .confirmation {
        display: block;
    }

    .confirmation .confirmlft,
    .confirmation .confirmrgt {
        flex: auto;
        width: 100%;
    }

    .confirmation .confirmrgt {
        margin-top: 20px;
    }

    .common-heading,
    .productBox h2 {
        font-size: 18px;
        line-height: 24px;
    }


    .single-product-item .product-text h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .confirmation {
        width: 100%;
    }

    .header-demographic .headwrapper h6 {
        padding-bottom: 10px;
    }

    .user-home-group .membertabs {
        top: 135px;
    }

    .side-navbar,
    .side-navbar.nav-toggle {
        display: none;
    }

    .main-content.fullwidth {
        width: 100%;
        padding: 40px 45px;
        margin-left: 0;
    }

    .side-navbar.nav-toggle.show {
        display: block;
        position: fixed;
        top: 130px;
        z-index: 91;
    }

    .wrapper .demographi_main_area .form-row [class*="col-"] {
        padding-right: 30px;
    }

    .wrapper .demographi_main_area .form-row [class*="col-"]:nth-of-type(2n + 2) {
        padding-right: 0px;
    }

    .wrapper .demographi_main_area .form-group:after {
        right: 48px;
    }

    .wrapper .demographi_main_area .form-group:nth-of-type(2n + 2)::after {
        right: 16px;
    }

    .wrapper {
        padding: 0 45px;
    }

    .Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_left,
    .Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_right,
    .Question_bank .Question_bank_list .question_wrapper .passage .passage_left,
    .Question_bank .Question_bank_list .question_wrapper .passage .passage_right {
        height: initial;
    }

    .Question_bank_list .question_wrapper .question_details.passage,
    .Question_bank_list .question_wrapper .passage {
        margin-bottom: 30px;
    }

    .Question_bank_toggle {
        top: 66px;
    }

    .header-demographic .headwrapper {
        padding: 0;
    }

    .Question_bank_list .question_wrapper {
        padding: 10px 45px 80px;
    }
}

.theme-preview {
    background-color: rgba(0, 0, 0, 0.07);
}

.theme-preview .close {
    position: absolute;
    top: -27px;
    right: -27px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 0px;
    z-index: 999;
    opacity: 1;
}

.theme-preview .close:focus,
.theme-preview .close:focus-visible {
    outline: none;
}

.theme-preview .modal-content {
    box-shadow: 0px 0px 7px #000;
}

.ui-menu .ui-menu-divider.ui-widget-content {
    margin: 0 !important;
    border: 0 !important;
}


@media (min-width: 991.98px) {

    .user-details-container {
        width: 90%;
    }

    .header-search-form {
        padding: 0;

    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .headNav ul {
        text-align: left;
        float: left;
        margin-right: 0;
    }

    .user-panel {
        margin-top: 4px;
        width: 100%;
    }

    .search-form {
        float: right;
    }

    .search-form .form-group {
        transition: all 0.35s, border-radius 0s;
        width: 38px;
        height: 38px;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-radius: 4px;
        border: 1px solid #ccc;
        position: absolute;
        top: 4px;
        right: 0px;
        margin: 0;
    }

    .search-form .form-group input.form-control {
        padding-right: 25px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

    .search-form .form-group input.form-control::-webkit-input-placeholder {
        display: none;
    }

    .search-form .form-group input.form-control:-moz-placeholder {
        /* Firefox 18- */
        display: none;
    }

    .search-form .form-group input.form-control::-moz-placeholder {
        /* Firefox 19+ */
        display: none;
    }

    .search-form .form-group input.form-control:-ms-input-placeholder {
        display: none;
    }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px;
        /* background: #EAEAEA; */
        opacity: 0.7;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        display: block;
        text-align: center;
        background-color: #3596e0;
        left: initial;
        font-size: 16px;
        width: 37px;
        height: 37px;
        border-radius: 0 4px 4px 0;
        padding: 6px 0;
        background-repeat: no-repeat;
    }

    .secondary-navigation {
        padding-bottom: 50px;
    }

    #updatePassword .pwrapper {
        padding: 14px;
    }

    .common-container {
        padding: 0px 10px;
    }

    .common-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .single-product-item .product-text h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .quick-cart .addcart,
    .quick-cart .quickbuy {
        width: 165px;
    }

    .category-desc p {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .category-filter h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .wrapper h1 {
        font-size: 36px;
    }

    .home-group {
        padding-bottom: 70px;
    }

    .home-group h1 {
        font-size: 26px;
    }

    .user-home-group {
        padding-bottom: 50px;
    }

    .user-home-group h1 {
        font-size: 26px;
        line-height: 31px;
        padding-left: 35px
    }

    .user-home-group h1 .btn-profl-back {
        top: -5px;
        left: -20px;
    }

    .user-home-group h1 span {
        padding: 0;
    }

    .user-home-group .btn-cn-invite {
        margin: 0 0 10px;
    }

    .modal.addMember .modal-box .invite {
        width: 100%;
    }

    .user-home-group-lst .group-lst-row {
        display: table;
        width: 100%;
    }

    .user-home-group-lst .group-lst-row .group-lst-col,
    .user-home-group-lst .group-lst-row .group-lst-col:last-child {
        width: 100%;
        display: table;
    }

    .user-home-group-lst .group-lst-row .group-lst-col:last-child {
        margin-top: 10px;
    }

    .user-home-group .home-group-tabs {
        margin: 30px 0 20px;
    }

    .AssignTest .AssignTestWrapp .testHead h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .TestStatus .table td,
    .AssignTest .table td {
        font-size: 16px;
    }

    th.text-center.pl-3 {
        padding-left: 5px !important;
    }

    .assignFooter .btn-draft {
        margin: 0 0 10px;
    }

    .assignFooter .btn-return {
        float: right;
        margin: 0 0 10px;
    }

    .assignFooter .assingtst {
        margin: 0;
    }

    .cart_wrapper {
        padding-top: 20px;
    }

    .cart_wrapper .table {
        white-space: nowrap;
    }

    .cart_wrapper .table th,
    .cart_wrapper .table td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .cart_wrapper .table td.sbtpd {
        padding-right: 30px;
    }

    .productBoxCol {
        padding: 0;
        width: 100%;
    }

    .productBoxCol:nth-child(3n + 2) {
        width: calc(100% + 0px);
    }

    .mytest.myreport .btn-more {
        padding: 12px 50px;
    }

    .home-group-tabs .tab-content .member_account .requestmerge h4 {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 10px;
    }

    .group-member .group-member-invitation .invitationlist .listname h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .group-member {
        margin: 60px 0 0;
    }

    .group-member .mygroup-member .table td h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .notificationTab .nav-pills .nav-link {
        margin-right: 5px;
        padding: 11px 20px;
    }

    .header-demographic {
        padding: 10px 15px;
    }

    .header-demographic .headwrapper h6 {
        line-height: 20px;
        padding: 0;
    }

    .headNav {
        padding: 10px 15px;
    }

    .headNav .notuser {
        padding: 16px 0;
    }

    .headNav .notuser h6 {
        margin: 0;
    }

    .side-navbar.nav-toggle.show {
        top: 53px;
        left: 0;
        width: 100%;
    }

    .product-wrapper {
        margin-top: 53px;
    }

    .main-content.fullwidth {
        padding: 15px 0;
    }

    .mytest h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .mytest p,
    .mytest .table td h5,
    .mytest .table td h5 span,
    .mytest .table td h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .mytest .table th h6,
    .mytest .table td p {
        font-size: 13px;
    }

    .mytest .table th span {
        vertical-align: middle;
    }

    .mytest .table td .btn-cmn {
        font-size: 14px;
        line-height: 21px;
        width: 100px;
    }

    .wrapper .demographi_main_area .form-row [class*="col-"] {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .wrapper .demographi_main_area {
        margin: 20px 0 80px;
    }

    .finishTest_wrapper {
        width: 95%;
        padding: 20px 15px; 
    }

    .finishTest_wrapper h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .finishTest_wrapper .btnwrp .btn-prenex {
        background-color: #333;
    }

    .wrapper .introduction {
        margin: 20px 0;
    }

    .wrapper h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .wrapper .introduction .paperdetails,
    .paperdetails {
        margin: 10px 0;
    }

    .wrapper .introduction .paperdetails li,
    .paperdetails li {
        padding: 0 5px;
    }

    .wrapper .introduction_voluntary ol {
        padding-left: 12px;
    }

    .wrapper {
        padding: 0 15px;
    }

    ul.chooseSecTemp li {
        padding: 0 0 0 65px;
    }

    .btn-custom.wAuto {
        width: 100%;
        min-width: initial;
    }

    .btn-custom {
        font-size: 16px;
    }

    .test_nav {
        width: 100%;
        float: left;
    }

    .test_nav a {
        text-decoration: none;
        cursor: pointer;
    }

    .Question_bank_list.testfullwidth {
        width: 100%;
        margin-left: 0;
    }

    .Question_bank_toggle.test_bar {
        display: none !important;
    }

    .Question_bank_toggle.test_bar.show_test_bar {
        display: block !important;
    }

    .Question_bank_toggle {
        top: 58px;
    }

    .question_wrapper .nonPassage {
        padding: 10px 0 0;
    }

    .qstAnsWrap,
    .ques-opt-wrapper {
        padding: 5px 0 0;
    }

    .introduction_voluntary ol {
        padding: 0 0 0 15px;
    }

    .introduction_voluntary ol li {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    footer .footwrapper {
        padding: 0;
    }

    .qnumber ul li,
    .qnumber h6 {
        font-size: 14px;
    }

    .Question_bank {
        min-height: 100vh;
        height: auto;
    }

    .Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5,
    .Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5 p,
    .inputGroup label h5,
    .inputGroup label h5 p {
        font-size: 14px;
    }

    .inputGroup label .qoption {
        font-size: 14px;
    }

    .qnumber .btn-prenex.btn-mark {
        width: auto;
        float: right;
        margin: 0;
        width: 32px;
        height: 32px;
        border-radius: 32px;
        margin-left: 10px;
        padding: 0 3px 0 0;
    }

    .qnumber h6 {
        display: inline-block;
        line-height: 16px;
    }

    .ml-sm-2 {
        width: calc(100% - 20px);
        margin-left: 20px;
    }

    .test_footer .btn-prenex.ques-next-btn,
    .test_footer .btn-prenex {
        padding: 10px 15px 10px 10px;
    }

    .test_footer .btn-prenex.ques-next-btn img,
    .test_footer .btn-prenex img {
        float: right;
        padding-top: 3px;
    }

    .Question_bank_list {
        margin: 60px 0 0;
        padding-bottom: 75px;
    }

    .inputGroup label {
        padding: 8px 32px 8px 10px;
    }

    .inputGroup label:after {
        top: 16px;
        right: 10px;
    }

    .finishTest_wrapper .qaAttempt ul li h6,
    .finishTest_wrapper .qaAttempt ul li {
        font-size: 16px;
    }

    .finishTest_wrapper .btnwrp .btn-cancel,
    .finishTest_wrapper .btnwrp .btn-finish_test {
        font-size: 14px;
        line-height: 20px;
    }

    .finishTest_wrapper .btnwrp .btn-finish_test {
        padding: 5px;
    }

    .Question_bank_list .question_wrapper .question_details .clearQuestion a,
    .Question_bank_list .question_wrapper .ques-opt-wrapper .clearQuestion a {
        font-size: 14px;
    }

    .Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link {
        padding: 8px 10px;
        display: block;
        font-size: 16px;
    }

    .Question_bank_list .question_wrapper.tab_section {
        padding: 0;
    }

    .Question_bank_list .question_wrapper.tab_section .tab-content.question_details .passage_left {
        margin: 10px 0 0;
        padding: 0;
    }

    .Question_bank_list .question_wrapper .fontSize {
        margin: 15px 0;
    }

    .Question_bank_list .question_wrapper.choose-sec-container {
        padding: 0;
    }

    .question_details_testlets {
        width: 100%;
    }

    .selection_group span {
        height: auto;
        float: left;
    }

    .selection_group .choosesec .inputGroup label h6:last-child {
        text-align: left;
    }

    .question_details_testlets {
        padding: 10px 0 0;
    }

    .finishTest_wrapper .canceltest {
        top: -5px;
        right: -5px;
        padding: 10px;
    }

    #parentPassageText .finishTest_wrapper {
        width: 95%;
    }

    .Question_bank_list .question_wrapper .question_details .clearQuestion a,
    .Question_bank_list .question_wrapper .ques-opt-wrapper .clearQuestion a,
    .Question_bank_list .question_wrapper .clearQuestion a {
        font-size: 14px;
    }

    .pausetest h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .Question_bank_list .question_wrapper .question_details {
        width: 100%;
        display: block;
    }

    .Question_bank_list.overlay:after {
        content: none;
        width: 0;
        height: 0;
        position: initial;
        top: 0;
        right: 0;
        background-color: transparent;
        z-index: initial;
        pointer-events: initial;
    }

    #testAlert {
        font-size: 16px;
        line-height: 20px;
        vertical-align: top;
    }

    .disabledLayer,
    .inputGroup label h5,
    span.headingText p {
        font-size: 16px;
        line-height: 20px;
    }

    .Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_left,
    .Question_bank .Question_bank_list .question_wrapper .question_details.passage .passage_right,
    .Question_bank .Question_bank_list .question_wrapper .passage .passage_left,
    .Question_bank .Question_bank_list .question_wrapper .passage .passage_right,
    .question_wrapper .nonPassage .ques-opt-wrapper,
    .Question_bank .Question_bank_list .question_wrapper.tab_section .question_details .nonPassage .ques-opt-wrapper {
        height: auto;
        margin-bottom: 80px;
    }

    .Question_bank_list .question_wrapper .question_details.passage,
    .Question_bank_list .question_wrapper .passage {
        padding: 0;
    }

    .Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5,
    .Question_bank_list .question_wrapper .question_details.passage .passage_right .inputGroup label h5 p,
    .Question_bank_list .question_wrapper .passage .passage_right .inputGroup label h5,
    .Question_bank_list .question_wrapper .passage .passage_right .inputGroup label h5 p,
    .inputGroup label h5,
    .inputGroup label h5 p {
        font-size: 14px;
        line-height: 21px;
    }

    .disabledLayer img {
        width: auto;
        height: auto;

    }


    .inputGroup label h5 img {
        width: auto;
        height: auto;
    }

    .header-demographic .play_pause {
        padding-left: 20px;
    }

    .play_pause img {
        left: 30px;
    }

    span.testTimer {
        left: 60px;
    }

    .header-demographic .headwrapper {
        padding: 0;
    }

    .Question_bank_list .question_wrapper {
        padding: 0;
    }

    #testAlert.temppass {
        width: 70%;
    }

    .Question_bank_list .question_wrapper.tab_section .question_details nav .nav-tabs .nav-link.active {
        border-color: #dbdbdb #dbdbdb #dbdbdb;
    }

    .Question_bank_list .question_wrapper .question_details.passage,
    .Question_bank_list .question_wrapper .passage {
        margin: 0;
    }

    .qnumber .btn-prenex.btn-mark.mark-mobile-blank {
        border: 2px solid #FCD53A;
    }

    .englarge_question {
        overflow: auto;
        max-height: 500px;
    }

    #parentPassageText .finishTest_wrapper .passage_left {
        max-height: 500px;
        height: initial;
    }
}

@media (max-width: 600px) {
    .loginWrap .alertMsg {
        max-width: 375px;
        padding: 7px 14px;
    }

    .loginWrap .alertMsg span {
        margin-right: 1px;
    }

    #updatePassword .pwrapper {
        padding: 6px;
    }

    #updatePassword .pwrapper p {
        font-size: 18px;
        line-height: 20px;
    }

    .quick-cart .addcart,
    .quick-cart .quickbuy {
        width: 100%;
        margin-top: 16px;
    }

    .product-wrapper,
    .recommended-product-wrapper {
        padding: 0 15px;
    }

}

@media (max-width: 575.98px) {
    .header-demographic .play_pause h6 {
        text-align: center;
    }

    .header-demographic .qaheaderright h5 {
        margin: 0 3px;
    }


}

@media (max-width: 479px) {
    .modal.addMember .modal-content .modal-body {
        padding: 30px 30px 20px 30px;
    }

    .finishTest_wrapper {
        padding: 30px 10px;
    }

    .modal.addMember .modal-box .invite,
    .modal.addMember .modal-box .or {
        width: 100%;
    }

    .modal.addMember .modal-box .or {
        line-height: 50px;
    }

    .invite-member h1 .btn-back {
        left: -30px;
    }

    .invite-member .btn-invite {
        font-size: 16px;
    }

    .invite-member select {
        width: 100%;
        margin: 0 0 10px;
    }

    .mytest {
        padding-bottom: 60px;
    }

    .generateAccount .mngAccount {
        margin: 10px 0 0;
    }

    .home-group-tabs .tab-content .member_account .acInfo ul li:first-child {
        width: 120px;
    }

    .home-group-tabs .tab-content .member_account .acInfo ul li {
        width: calc(100% - 125px);
        font-size: 16px;
    }

    .home-group-tabs .tab-content .member_account .aclist ul li:last-child {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }

    .home-group-tabs .tab-content .member_account .aclist ul li:first-child {
        width: 100px;
    }

    .home-group-tabs .tab-content .member_account .aclist ul li {
        width: calc(100% - 105px);
        font-size: 17px;
    }

    .home-group-tabs .tab-content .btn-delete-ac {
        margin: 50px 0 0;
    }

    .notificationTab .nav {
        display: block;
        flex-wrap: inherit;
    }

    .notificationTab .nav .nav-item {
        display: block;
    }

    .notificationTab .nav-pills .nav-link {
        margin: 0 0 10px;
    }

    .user-panel .up-item:first-child,
    .user-panel .up-item:nth-child(2) {
        margin-right: 10px;
    }

    .disabledLayer img {
        height: auto;
        object-fit: cover;
        object-position: bottom;
        box-sizing: content-box;
        display: flex;
    }

    .finishTest {
        height: 100%;
        top: 0px;
        align-items: center;
    }

    .rptpad,
    .pausetest {
        padding: 0;
    }

    .formWrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.rootchooseSelection::after {
    width: 90px;
}

.ques-instruction p {
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    text-align: justify;
    width: auto;
    padding: 0 10px 0 0;
    margin-top: 0px !important;
    margin-bottom: .5rem!important;
}
