﻿/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 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
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg-1,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm-1,
.col-sm-10,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-4 {
    margin-left: 33.333333%
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td,
    .table th {
        padding: .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
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);    
    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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.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=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label,
    .form-check-input[disabled] ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.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-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #e9ecef
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .form-control:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-append,
.input-group-prepend {
    display: flex
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus,
        .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .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: .25rem
}

    .input-group-text input[type=checkbox],
    .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tab-content > .active {
    display: block
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .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(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

    .card > .card-header + .list-group {
        border-top: 0
    }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion {
    overflow-anchor: none
}

    .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
        }

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: flex;
    align-items: flex-start
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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-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
        }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.carousel {
    position: relative
}

.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;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

    .active.carousel-item-right,
    .carousel-item-next:not(.carousel-item-left) {
        transform: translate(100%)
    }

    .active.carousel-item-left,
    .carousel-item-prev:not(.carousel-item-right) {
        transform: translate(-100%)
    }

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        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
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border {
        animation-duration: 1.5s
    }
}

.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-right-0 {
    border-right: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-center {
    align-items: center !important
}

.align-self-center {
    align-self: center !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.m-0 {
    margin: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .mx-md-0 {
        margin-left: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.visible {
    visibility: visible !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body,
    .container {
        min-width: 992px !important
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }
}

.p-calendar {
    position: relative;
    display: inline-flex;
    max-width: 100%
}

    .p-calendar .p-inputtext {
        flex: 1 1 auto;
        width: 1%
    }

.p-calendar-w-btn .p-inputtext {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.p-calendar-w-btn .p-datepicker-trigger {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.p-fluid .p-calendar {
    display: flex
}

    .p-fluid .p-calendar .p-inputtext {
        width: 1%
    }

.p-calendar .p-datepicker {
    min-width: 100%
}

.p-datepicker {
    width: auto;
    position: absolute;
    top: 0;
    left: 0
}

.p-datepicker-inline {
    display: inline-block;
    position: static;
    overflow-x: auto
}

.p-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .p-datepicker-header .p-datepicker-title {
        margin: 0 auto
    }

.p-datepicker-prev,
.p-datepicker-next {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group {
    flex: 1 1 auto
}

.p-datepicker-multiple-month .p-datepicker-group-container {
    display: flex
}

.p-datepicker table {
    width: 100%;
    border-collapse: collapse
}

.p-datepicker td > span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.p-monthpicker-month {
    width: 33.3%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.p-datepicker-buttonbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.p-timepicker {
    display: flex;
    justify-content: center;
    align-items: center
}

    .p-timepicker button {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        overflow: hidden;
        position: relative
    }

    .p-timepicker > div {
        display: flex;
        align-items: center;
        flex-direction: column
    }

.p-datepicker-touch-ui,
.p-calendar .p-datepicker-touch-ui {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 80vw;
    transform: translate(-50%, -50%)
}

.p-yearpicker-year {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.p-calendar-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    cursor: pointer
}

.p-calendar-clearable {
    position: relative
}

@font-face {
    font-family: primeicons;
    font-display: auto;
    src: url(primeicons.bc7479046d23c211.eot);
    src: url(primeicons.bc7479046d23c211.eot?#iefix) format("embedded-opentype"), url(primeicons.49bf9d9bedd3bf69.ttf) format("truetype"), url(primeicons.d2433813f8ffa55d.woff) format("woff"), url(primeicons.4ade98464de5b0cf.svg?#primeicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.pi {
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .pi:before {
        --webkit-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.pi-spin {
    animation: fa-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.pi-phone:before {
    content: "\e9b8"
}

.pi-calendar:before {
    content: "\e927"
}

.pi-chevron-left:before {
    content: "\e900"
}

.pi-chevron-right:before {
    content: "\e901"
}

.pi-chevron-down:before {
    content: "\e902"
}

.pi-chevron-up:before {
    content: "\e903"
}

.pi-times:before {
    content: "\e90b"
}

.pi-spinner:before {
    content: "\e926"
}

.mat-dialog-title {
    font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal
}

.mat-tab-group {
    font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-tab-label {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-ripple {
    overflow: hidden;
    position: relative
}

    .mat-ripple:not(:empty) {
        transform: translateZ(0)
    }

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
    transform: scale(0)
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0
}

[dir=rtl] .cdk-visually-hidden {
    left: auto;
    right: 0
}

.cdk-overlay-container,
.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

    .cdk-overlay-container:empty {
        display: none
    }

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1
    }

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .32)
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@keyframes cdk-text-field-autofill-start {
}

@keyframes cdk-text-field-autofill-end {
}

.mat-focus-indicator {
    position: relative
}

.mat-ripple-element {
    background-color: #0000001a
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
    background: white;
    color: #000000de
}

.mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.mat-tab-label {
    color: #000000de
}

    .mat-tab-label.mat-tab-disabled {
        color: #00000061
    }

.mat-tab-header-pagination-chevron {
    border-color: #000000de
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: #00000061
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header {
    border-bottom: none;
    border-top: none
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(roboto-v30-latin-regular.f2894edcf7d09d36.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(roboto-v30-latin-500.3170fd9aa9258fe0.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(roboto-v30-latin-700.71b2beb82c4d1389.woff2) format("woff2");
    font-display: swap
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    font-family: Roboto, sans-serif
}

h2 {
    float: none !important
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    min-height: 100% !important;
    height: auto !important;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex
}

.cdk-overlay-container {
    position: absolute !important;
    z-index: 1000
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .48
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, .6)
}

.cdk-overlay-backdrop {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
    opacity: 0
}

.cdk-overlay-backdrop,
.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    z-index: 1000
}

.cdk-overlay-pane {
    margin: 20px 0;
    padding: 6px;
    box-sizing: border-box
}

.cdk-overlay-backdrop,
.cdk-overlay-pane {
    z-index: 1000
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.custom-dialog-container .mat-dialog-container {
    border-radius: 16px !important;
    padding: 0 !important;
    overflow: hidden
}

.customwidth .mat-dialog-container {
    width: 380px;
    overflow: unset
}

.select-car-dialog .mat-dialog-container {
    width: 70vw;
    overflow: unset;
    min-height: 168px;
    background: transparent;
    box-shadow: none
}

    .select-car-dialog .mat-dialog-container .widget {
        margin: 0;
        top: 0
    }

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
    display: block;
    padding: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: auto;
    max-width: 80vw;
    outline: 0;
    width: 100%;
    height: 100%
}

.mat-dialog-container {
    position: relative !important
}

.mat-dialog-container {
    padding-right: 10px !important;
    padding-left: 10px !important;
    max-width: 97vw !important
}

.mat-dialog-container {
    background: #fff;
    color: #000000de
}

body {
    background: #fff;
    color: #393939 !important;
    letter-spacing: .25px
}

#fromCityInput ngb-typeahead-window,
#toCityInput ngb-typeahead-window {
    transform: translateY(38px) !important
}

a {
    cursor: pointer !important;
    color: #20a8d9
}

input[type=button] {
    cursor: pointer !important
}

.headLayer {
    background: #20a8d9;
    float: left;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    height: 30px;
    font-size: 14px;
    border-radius: 8px 8px 0 0
}

.headLayerPremium {
    background: #BB8F43;
    float: left;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    height: 30px;
    font-size: 14px
}

.contentLayer {
    padding: 10px 20px;
    float: left;
    width: 100%;
    border: 1px solid #DFDFDF
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111
}

.theme-button {
    border-radius: 0;
    background: #20a8d9;
    border: none;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    min-width: 100px;
    min-height: 30px
}

.theme-buttonPremium {
    background: #BB8F43 !important
}

.theme-button-continue {
    border-radius: 0;
    background: #20a8d9;
    border: none;
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    color: #fff !important;
    min-width: 100px;
    min-height: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important
}

.timeout-error {
    background: #20a8d9;
    color: #fff;
    padding: 3px 10px
}

.timeout-content {
    font-size: 12px;
    margin-top: 10px
}

.home_tab_outstation_local ol.carousel-indicators > li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin: 0 6px
}

    .home_tab_outstation_local ol.carousel-indicators > li.active {
        background-color: #20a8d9
    }

.hori-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.margin-top-5px {
    margin-top: 5px !important
}

.margin-top-10px {
    margin-top: 10px !important
}

.margin-top-20px {
    margin-top: 18px !important
}

.margin-left-20px {
    margin-left: 20px !important
}

.margin-left-30px {
    margin-left: 30px !important
}

.margin-left-5px {
    margin-left: 5px !important
}

.margin-right-30px {
    margin-right: 30px !important
}

.margin-bottom-20px {
    margin-bottom: 20px !important
}

.padding-5px {
    padding: 5px !important
}

.padding-left-5px {
    padding-left: 5px !important
}

.padding-left-10px {
    padding-left: 10px !important
}

.padding-right-left-20px {
    padding: 0 20px
}

::-webkit-input-placeholder {
    font-size: 11px
}

input[type=text]::-webkit-input-placeholder {
    color: #d8d8d4
}

::-moz-placeholder {
    font-size: 11px
}

input,
select,
textarea {
    position: relative;
    padding: 5px !important;
    font-size: 14px !important;
    height: 33px !important
}

.mat-sidenav-container {
    background: white !important;
    height: calc(100% - 70px)
}

app-root {
    position: absolute;
    width: 100%;
    height: 100%
}

.savaariLoaderHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 0px;
    left: 0px
}

.savaariLoder {
    border: 4px solid #edeceb;
    border-radius: 50%;
    border-top: 4px solid #20a8d9;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.errorMessage {
    padding: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 130px);
    width: 100%
}

    .errorMessage a {
        text-decoration: underline !important;
        padding-left: 5px
    }

.tabsContent {
    font-size: 13px;
    padding: 20px
}

    .tabsContent .justify {
        text-align: justify
    }

    .tabsContent h1 {
        font-size: 16px
    }

    .tabsContent h2 {
        color: #20a8d9;
        font-size: 16px
    }

    .tabsContent h3 {
        color: #000;
        font-size: 13px
    }

    .tabsContent h4 {
        color: #20a8d9;
        font-size: 16px;
        font-weight: 700
    }

    .tabsContent h5,
    .tabsContent h6 {
        font-size: 10px !important
    }

    .tabsContent .mat-tab-label {
        line-height: 20px;
        height: auto;
        padding: 8px 16px;
        font-size: 14px;
        min-width: 160px;
        text-transform: uppercase
    }

        .tabsContent .mat-tab-label:focus {
            background-color: #fff !important
        }

    .tabsContent .mat-ink-bar {
        background-color: #20a8d9 !important
    }

small {
    font-size: 10px !important
}

.newtabsContent .justify {
    text-align: justify
}

.newtabsContent table {
    width: 80%;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

    .newtabsContent table tr:nth-of-type(even) {
        background: #f9f9f9
    }

.newtabsContent table {
    border: 1px solid #ddd;
    border-radius: 8px;
    border-collapse: separate
}

    .newtabsContent table td p {
        margin: 0;
        font-size: 12px
    }

    .newtabsContent table tbody tr td {
        padding: 8px;
        border: 1px solid #ddd;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .newtabsContent table thead tr th {
        background: #26abd9;
        padding: 8px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ddd
    }

.newtabsContent table {
    width: 100%;
    margin-bottom: 10px
}

    .newtabsContent table tbody tr td p font {
        font-size: 14px
    }

.newtabsContent .justify {
    text-align: justify
}

.newtabsContent h1 {
    font-size: 16px
}

.newtabsContent h2 {
    font-size: 16px;
    color: #20a8d9;
    margin-top: inherit;
    text-align: left
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important
}

.newtabsContent h3 {
    font-size: 16px
}

.newtabsContent h4 {
    font-size: 16px;
    color: #20a8d9;
    font-weight: 700
}

.newtabsContent h5,
.newtabsContent h6 {
    font-size: 10px !important
}

.newtabsContent ui {
    font-size: 14px !important
}

.newtabsContent li {
    font-size: 14px !important;
    text-align: left
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

.dropdown-item {
    font-size: 12px !important
}

.pCalendar span.p-calendar {
    width: 100%
}

.pCalendar .p-datepicker:not(.p-datepicker-inline) {
    background: #fff;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    border-radius: 4px;
    top: 33px !important
}

.pCalendar .p-datepicker table {
    font-size: 1rem;
    margin: .5rem 0
}

.pCalendar .p-datepicker .p-datepicker-header {
    padding: .2rem;
    background: #333;
    color: #fff
}

.pCalendar .p-datepicker-header .p-datepicker-title {
    line-height: 2rem
}

    .pCalendar .p-datepicker-header .p-datepicker-title .p-datepicker-month,
    .pCalendar .p-datepicker-header .p-datepicker-title .p-datepicker-year {
        border: none;
        background: none;
        color: #fff
    }

.pCalendar .p-datepicker .p-datepicker-prev,
.pCalendar .p-datepicker .p-datepicker-next {
    color: #fff;
    width: 2rem;
    height: 2rem;
    border: 0;
    background: #0000;
    border-radius: 50%;
    transition: background-color .2s, color .2s, box-shadow .2s
}

    .pCalendar .p-datepicker .p-datepicker-next:enabled:hover,
    .pCalendar .p-datepicker .p-datepicker-prev:enabled:hover {
        color: #495057;
        border-color: #0000;
        background: #e9ecef
    }

.pCalendar .p-datepicker table th,
.pCalendar .p-datepicker table td {
    padding: 2px;
    font-size: .8rem;
    text-align: center
}

    .pCalendar .p-datepicker table td > span,
    .pCalendar .p-datepicker table th > span {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        transition: box-shadow .2s;
        border: 1px solid #0000
    }

.pCalendar table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef
}

.pCalendar table td span.p-disabled {
    opacity: .3
}

.pCalendar .p-datepicker table th > span {
    color: #20a8d9
}

.pCalendar .p-datepicker table td > span {
    font-weight: 600;
    color: #000
}

.pCalendar .p-datepicker table td.p-datepicker-other-month > span {
    opacity: .6
}

.pCalendar .p-datepicker table td > span.p-highlight {
    background: #20a8d9;
    color: #fff
}

.mobiCalendar .p-datepicker.p-datepicker-touch-ui {
    background: white;
    border: 0 none;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

.mobiCalendar .p-datepicker .p-datepicker-header {
    padding: .2rem;
    background: #333;
    color: #fff;
    height: 3rem;
    font-size: 1rem
}

.mobiCalendar .p-datepicker table {
    height: 360px;
    margin: 10px 0
}

.mobiCalendar .p-datepicker-header .p-datepicker-title .p-datepicker-month,
.mobiCalendar .p-datepicker-header .p-datepicker-title .p-datepicker-year {
    border: none;
    background: none;
    color: #fff
}

.mobiCalendar .p-datepicker .p-datepicker-prev,
.mobiCalendar .p-datepicker .p-datepicker-next {
    color: #fff;
    width: 2rem;
    height: 2rem;
    border: 0;
    background: #0000
}

    .mobiCalendar .p-datepicker .p-datepicker-next:enabled:hover,
    .mobiCalendar .p-datepicker .p-datepicker-prev:enabled:hover {
        color: #495057;
        border-color: #0000;
        background: #e9ecef;
        border-radius: 50%
    }

.mobiCalendar .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #0000
}

.mobiCalendar .p-datepicker table td > span {
    font-weight: 600;
    color: #000;
    font-size: 1rem
}

.mobiCalendar table td span.p-disabled,
.mobiCalendar .p-datepicker table td.p-datepicker-other-month > span {
    opacity: .3
}

.mobiCalendar .p-datepicker table th {
    color: #20a8d9;
    text-align: center;
    font-weight: 600;
    font-size: 1rem
}

.mobiCalendar .p-datepicker table td > span.p-highlight {
    background: #20a8d9;
    color: #fff;
    border-radius: 50%
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important
}

.form-group label {
    font-size: 12px !important
}

a,
button {
    outline: 0 !important
}

.closeIcon {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    font-size: 20px;
    border: 0px;
    background: transparent;
    line-height: .5;
    padding: 5px
}

.cdk-overlay-pane {
    margin: 20px 0;
    padding: 6px
}

.cdk-overlay-container {
    position: absolute !important
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    min-height: 100% !important;
    height: auto !important
}

.text-danger,
.text-success {
    float: left;
    width: 100%
}

.validation-success {
    color: #20a8d9 !important;
    font-size: 10px;
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 2px
}

.bookingPayment .card .tab-title {
    color: #393939;
    font-size: 14px
}

.bookingPayment .card .active .tab-title {
    color: #20a8d9;
    font-size: 14px
}

.bookingPayment .card-header {
    background: white
}

.bookingPayment .card {
    border: none
}

.bookingPayment .card-header {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px
}

.bookingPayment .card-block {
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: none;
    margin-bottom: 10px
}

.accordian .card {
    border-left: 0px !important;
    border-right: 0px !important
}

.bookingPayment .active {
    margin-bottom: 0
}

.bookingPayment .card-header:last-child,
.bookingPayment .card-block:last-child {
    margin-bottom: 0
}

.accordian .active {
    border-bottom: 0px !important
}

.accordian .card-header {
    background: white !important;
    padding: 0 !important
}

.accordian .card-block {
    padding-left: 0 !important
}

.bookingsummary-accordian .card-header {
    background: white !important;
    padding: 0 !important;
    margin-bottom: 0 !important
}

    .bookingsummary-accordian .card-header button {
        width: 100%;
        text-align: left;
        padding: 0;
        border: none;
        letter-spacing: .25px;
        border-radius: 0
    }

.bookingsummary-accordian .card-block {
    padding: 0
}

.bookingsummary-accordian .card {
    border-left: 0px !important;
    border-right: 0px !important
}

.offers-accordian .card-header:hover {
    background-color: #20a8d9;
    color: #fff !important
}

    .offers-accordian .card-header:hover .title {
        color: #fff !important
    }

.offers-accordian .card-block {
    padding: 0
}

.offers-accordian .card {
    border-left: 0px !important;
    border-right: 0px !important;
    margin-bottom: 3px !important
}

input,
button,
textarea,
select {
    transform: translate(0)
}

.mat-tab-label-active {
    font-weight: 700
}

.travel-guide-content h2 {
    font-size: 18px
}

.travel-guide-content img {
    width: 100% !important;
    height: auto;
    margin-bottom: 5px
}

.travel-guide-content p {
    font-size: 16px;
    text-align: justify !important
}

.tooltip-inner {
    text-align: left !important
}

@media all and (max-width: 500px) {
    ngb-typeahead-window {
        width: 100%
    }

        ngb-typeahead-window .dropdown-item {
            height: 35px
        }

    .cdk-overlay-pane {
        max-width: 92vw !important
    }
}

.tabsContent .mat-tab-label-active {
    font-weight: 700;
    color: #20a8d9
}

.tabsContent table tr:nth-of-type(even) {
    background: #f9f9f9
}

.tabsContent table {
    border: 1px solid #ddd
}

.tabsContent div > p {
    text-align: justify
}

.tabsContent div ul > li {
    text-align: left;
    font-size: 14px
}

.tabsContent div ol > li {
    text-align: left;
    font-size: 14px
}

.tabsContent table td p {
    margin: 0;
    font-size: 13px
}

.tabsContent table tbody tr td {
    padding: 9px 10px;
    border: 1px solid #ddd;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tabsContent table thead tr th {
    background: #26abd9;
    padding: 9px 10px;
    color: #fff;
    text-align: center
}

.tabsContent table {
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto
}

    .tabsContent table tbody tr td p font {
        font-size: 14px
    }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .cdk-global-scrollblock {
        position: static !important
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .cdk-global-scrollblock {
        position: static !important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .cdk-global-scrollblock {
        position: static !important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .cdk-global-scrollblock {
        position: static !important
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .cdk-global-scrollblock {
        position: static !important
    }
}

.align-related-links {
    display: inline-grid;
    width: 40%;
    padding: 0;
    word-break: break-word;
    text-align: left;
    font-size: x-small
}

    .align-related-links a {
        color: #6e6e6e
    }

.color-20a8d9 {
    color: #20a8d9
}

.cursor-pointer {
    cursor: pointer
}

.byRoadStaticBlock h2 {
    font-size: 18px !important;
    text-align: justify
}

.byRoadStaticBlock p {
    margin-bottom: 10px
}

.cityTocityTab .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.cityTocityTab .tabsContent h3 {
    font-weight: 700;
    font-size: 14px !important
}

.cityTocityTab .tabsContent p:last-child {
    margin: 0 !important
}

.border-0px {
    border: 0 !important
}

.bookingsummary-accordian .card .card-body {
    padding: 0 !important
}

.customwidth .mat-dialog-container {
    width: 330px;
    overflow: unset
}

.cancelbooking .mat-dialog-container {
    padding: 0 !important;
    height: auto !important;
    overflow: inherit !important
}

.cancelbooking .closeIcon {
    padding-top: 12px;
    padding-right: 10px;
    color: #fff
}

@media all and (min-width:710px) {
    .customwidth .mat-dialog-container {
        width: 380px;
        overflow: unset
    }

    .tabsContent table {
        width: 80%;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto
    }

    h1 {
        font-size: 20px !important
    }

    h2 {
        font-size: 18px !important
    }

    h3 {
        font-size: 16px !important
    }

    h4 {
        font-size: 18px !important;
        font-weight: 700
    }

    .staticBlock {
        font-size: 14px !important
    }

    p {
        font-size: 14px
    }

    a {
        font-size: 14px;
        color: #20a8d9
    }

    .container-holder {
        margin-right: 10%;
        margin-left: 10%
    }

    .newtabsContent li {
        font-size: 14px !important;
        text-align: left
    }

    .align-related-links {
        width: 33.3%;
        display: inline-block;
        padding: 0;
        word-break: break-word;
        text-align: start
    }

        .align-related-links a {
            color: #6e6e6e
        }

    .testimonial-carousel ol.carousel-indicators li[role=tab] {
        width: 16px !important;
        height: 16px !important
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.theme-button {
    border-radius: 0;
    background: #20a8d9;
    border: none;
    font-size: 13px;
    margin-top: 20px;
    color: #fff;
    float: right;
    padding: 0;
    height: 30px;
    width: 110px
}

.theme-button-register {
    border-radius: 0;
    background: gray;
    border: none;
    font-size: 13px;
    margin-top: 20px;
    color: #fff;
    float: right;
    padding: 0;
    height: 30px;
    width: 110px
}

.progressLoader {
    border: 2px solid #edeceb !important;
    border-top: 2px solid #20a8d9 !important;
    width: 15px !important;
    height: 15px !important
}

.progressLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0px;
    left: 0px
}

.loginLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    z-index: 3
}

.loginContentHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0px;
    left: 0px
}

.loginContent {
    background: white;
    width: 300px;
    border-radius: 8px
}

.mainContentBlock {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative
}

.sign-in {
    color: #393939;
    font-size: 11px;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.forgot-password {
    font-size: 12px
}

.errorLog {
    color: red;
    font-size: 10px;
    text-align: right;
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 2px
}

.forgot-password-button {
    width: 135px
}

@media all and (max-width:710px) {
    .showHideBlock {
        display: none !important
    }
}

.enquiry {
    color: #393939;
    font-size: 11px;
    width: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.download-app {
    color: #393939;
    font-size: 12px;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home_tab_outstation_local {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

    .home_tab_outstation_local .widget {
        box-shadow: 0 7px 11px #010101bf;
        background: #fff;
        position: absolute;
        top: 2px;
        margin: 20px 30px;
        min-width: 385px;
        z-index: 2
    }

.outstation_local_form {
    min-height: 301px
}

.align-widget {
    top: 0px !important
}

.active {
    color: #fff
}

.book-button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #20a8d9;
    font-weight: 700
}

.buttonBlock {
    width: 49%;
    float: left
}

.inputCalendar {
    display: none
}

.pCalendar {
    display: block
}

@media all and (max-width:500px) {
    .inputCalendar {
        display: block
    }

        .inputCalendar span.p-calendar {
            width: 100%
        }

    .pCalendar {
        display: none
    }
}

.disable-button {
    opacity: .4
}

.container-holder {
    margin-right: 10%;
    margin-left: 10%
}

.alternate-block-color-header {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

    .alternate-block-color-header:before {
        content: "";
        position: absolute;
        bottom: -5px;
        height: 1px;
        width: 60px;
        border-bottom: 3px solid #bebebe;
        margin-left: 30px
    }

.alternate-block-color-holder {
    background: #f6f6f6;
    padding: 20px 0
}

@media screen and (max-width: 710px) {
    .container-holder {
        margin-right: 0;
        margin-left: 0
    }

    .home_tab_outstation_local {
        background: linear-gradient(#a18d75, #c7c39b);
        padding: 20px
    }

        .home_tab_outstation_local .widget {
            position: relative;
            top: 0px;
            margin: 0;
            min-width: 100px
        }

    .home_content_holder .heading {
        font-size: 15px
    }

    .home_content_holder h2.heading {
        font-size: 14px
    }

    .home_content_holder .staticBlock {
        font-size: 13px
    }

    .h1Header {
        font-size: 18px
    }

    .showHideBlock {
        display: none
    }

    #headingHolder {
        padding-left: 20px
    }

    .align-widget {
        top: 2px !important
    }

    .testimonial-carousel ol.carousel-indicators li[role=tab] {
        width: 8px !important;
        height: 8px !important
    }

    .new-seo-template ol {
        padding: 0 0 0 16px;
        text-align: justify
    }
}

@media all and (max-width:600px) {
    input,
    select,
    textarea {
        font-size: 12px !important
    }

    .surge-dialog mat-dialog-container {
        width: 64vw;
        padding: 4px;
        border-radius: 16px;
        height: 240px
    }

    .select-car-dialog .mat-dialog-container {
        padding: 0 !important;
        width: 90vw
    }

        .select-car-dialog .mat-dialog-container .experience-heading {
            display: none
        }

    ::-webkit-scrollbar {
        display: none
    }
}

.rotatescreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    display: none
}

.rotatescreen_container {
    text-align: center;
    position: relative;
    top: 30%;
    width: 100%;
    left: 0;
    transform: translateY(-50%)
}

.rotatescreen_text_header {
    width: calc(100% - 16px);
    color: #20a8d9;
    font-weight: bolder;
    margin-top: 20px
}

.rotatescreen_text_body {
    margin-top: 20px;
    width: calc(100% - 16px);
    font-weight: bolder
}

@media screen and (min-width:452px) and (max-width:800px) {
    .container-holder {
        margin-right: 0;
        margin-left: 0
    }

    .home_tab_outstation_local {
        background: linear-gradient(#a18d75, #c7c39b);
        padding: 20px
    }

        .home_tab_outstation_local .widget {
            position: relative;
            top: 0px;
            margin: 0;
            min-width: 100px
        }

    .home_content_holder .heading {
        font-size: 15px
    }

    .home_content_holder h2.heading {
        font-size: 14px
    }

    .home_content_holder .staticBlock {
        font-size: 13px
    }

    .h1Header {
        font-size: 22px
    }

    .showHideBlock {
        display: none !important
    }

    #headingHolder {
        padding-left: 20px
    }

    .align-widget {
        top: 2px !important
    }

    ngb-typeahead-window .dropdown-item {
        font-size: 14px !important;
        padding: 10px 60px
    }

    .bg-calendar,
    .bg-clock {
        margin-top: 6px
    }
}

.bg-rotate_screen {
    width: 74px;
    height: 74px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -10px -10px
}

.bg-signin {
    width: 30px;
    height: 30px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -10px -104px
}

.bg-travel_agent {
    width: 30px;
    height: 30px;
    background: url(b2bcab-logo.b21bc5ae08c24883.png)
}

.bg-cc_support_desktop {
    width: 196px;
    height: 28px;
    object-fit: none;
    object-position: -10px -10px
}

.bg-addCity {
    width: 16px;
    height: 16px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -154px -47px
}

.bg-calendar {
    width: 16px;
    height: 16px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -154px -82px;
    margin-top: 3px
}

.bg-clock {
    width: 16px;
    height: 16px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -154px -117px;
    margin-top: 3px
}

.bg-deleteCity {
    width: 16px;
    height: 16px;
    background: url(savaari-icons-css.2f8a2db516456141.png) -45px -154px
}

.outstaion_car_rental ol li {
    font-size: 14px;
    padding-bottom: 5px
}

.dropdown-menu {
    width: 100%
}

.dropdown-item {
    word-wrap: break-word;
    white-space: normal
}

.top-city-list-title {
    color: #20a8d9;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    font-size: 12px !important
}

.single-border-input {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 0;
    padding: 4px 0 !important
}

@media all and (max-width:372px) {
    .form-group label,
    input,
    select,
    textarea {
        font-size: 11px !important
    }

    .bg-calendar,
    .bg-deleteCity,
    .bg-addCity,
    .bg-clock {
        transform: scale(.9)
    }
}

.testimonial-carousel ol.carousel-indicators li[role=tab] {
    margin: 0 4px !important;
    border-radius: 50%
}
