﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --light-blue: #0065f2;
    --dart-dark-blue: #00205b;
    --dart-dark-blue-with-opacity: #00205b1a;
    --dart-yellow: #fdcf09;
    --dart-yellow-with-opacity: #fdcf091a;
    --dart-light-blue: #007dba;
    --dart-orange: #e6873c;
    --dark-gray: #757575;
    --gray: #c6c6c6;
    --light-gray: #EAEAEA;
    --green: #408902;
    --tablet-break-point: 992px;
    --phone-break-point: 576px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/*--------------------------------------------------------------
# Begin - Sticky footer styles
--------------------------------------------------------------*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    overflow-x: hidden;
    top: 0 !important; /* Added so that the google translate dropdown doesnt shift page down when language is selected*/
}

/*--------------------------------------------------------------
# End - Sticky footer styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - Sections General
--------------------------------------------------------------*/

.section-bg {
    background-color: #f7fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #3498db;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# End - Sections General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - About
--------------------------------------------------------------*/
.about {
    padding: 10px 0;
}

    .about h3 {
        font-weight: 600;
        font-size: 32px;
    }

    .about ul {
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

        .about ul li + li {
            margin-top: 10px;
        }

        .about ul li {
            position: relative;
            padding-left: 26px;
        }

        .about ul i {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 22px;
            color: #3498db;
        }

    .about .icon-boxes {
        padding-top: 10px;
    }

        .about .icon-boxes h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .about .icon-boxes i {
            font-size: 48px;
            color: #3498db;
        }

        .about .icon-boxes p {
            font-size: 15px;
            color: #848484;
        }



/*--------------------------------------------------------------
# End - About
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - Img
--------------------------------------------------------------*/

img {
    max-width: 100%
}

/*--------------------------------------------------------------
# End - Img
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - General
--------------------------------------------------------------*/

.p-15 {
    padding: 15px;
}

.align-self-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.fs-1 {
    font-size: 1rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-23 {
    font-size: 2.3rem;
}

.text-gray {
    color: #a5b2bd;
}

.text-dart-dark-blue {
    color: var(--dart-dark-blue);
}

.text-onHover-white:hover {
    color: white;
}

.text-link-color {
    color: #0366d6 !important;
}

.bg-onHover-dart-dark-blue:hover {
    background-color: var(--dart-dark-blue)
}

.bg-onHover-gray:hover {
    background-color: var(--light-gray)
}

.rounded {
    -ms-border-radius: 10px !important;
    border-radius: 10px !important;
}

.front {
    z-index: 9;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.w-3 {
    width: 3%;
}

.w-90 {
    width: 90%;
}

.w-94 {
    width: 94%;
}

.w-95 {
    width: 95%;
}

.pointer-events-none {
    pointer-events: none;
}

.position-absolute.bottom-1 {
    bottom: -1px;
    right: 0;
    left: 0;
}

.padding-inline-start-none {
    padding-inline-start: 0 !important;
}

@media only screen and (max-width: 768px) {
    .mobile-padding-inline-start-none {
        padding-inline-start: 0 !important;
    }
}

.nav-tabs.simple .nav-link.active {
    line-height: 1.25;
    letter-spacing: -0.5px;
    font-size: 25px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid var(--dart-dark-blue);
}

@media screen and (max-width: 576px) {
    .w-md-50 {
        width: 100% !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .btn-primary {
        width: 100%;
    }

    .btn-secondary {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}


.section-header {
    font-size: 48px;
    padding-top: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: center;
    color: #242526;
}

.section-subheader {
    font-size: var(--default-font-size);
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #242526;
}

@media (max-width: 768px) {

    .section-header {
        text-align: left !important;
    }

    .section-subheader {
        text-align: left !important;
    }

    h2 {
        text-align: left !important;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.z-index-9 {
    z-index: 9;
}


element.style {
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1400px) {
    .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

.container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media screen and (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
}

.border-none {
    border: none;
}

.z-index-9999 {
    z-index: 9999;
}

.border.blue {
    border: solid 2px var(--dart-dark-blue);
}

.border-yellow {
    border: solid 2px var(--dart-yellow);
}

.scroll-disabled {
    overflow: hidden;
}

@media screen and (min-width: 576px) {
    .d-sm-block-inverse {
        display: block !important;
    }
}

.link-disabled-true {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
    color: black !important;
}
/*--------------------------------------------------------------
# End - General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Begin - Animation
--------------------------------------------------------------*/
.animation-duration-2 {
    animation-duration: .2s;
}
/*--------------------------------------------------------------
# End - Animation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - Nav tabs
--------------------------------------------------------------*/

.nav-tabs li a {
    -ms-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    margin: 0 5px 0 0 !important;
    border-top: 10px solid transparent;
    padding: 10px 5px;
}

    .nav-tabs li a:last-child {
        margin-right: 0 !important;
    }

    .nav-tabs li a.active {
        border-left: none !important;
        border-color: var(--dart-dark-blue);
    }

/*--------------------------------------------------------------
# End - Nav tabs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - Images
--------------------------------------------------------------*/
.card-image.img-fluid {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

#tvmSection {
    overflow: hidden;
}

    #tvmSection .card-image.img-fluid {
        height: 98vh !important;
        object-fit: fill !important;
        overflow: hidden;
    }

    #tvmSection .cardContainer {
        margin: 0 !important;
    }

    #tvmSection .slick-slider,
    #tvmSection .slick-track,
    #tvmSection .slick-list {
        height: 100vh !important;
        overflow: hidden;
    }

    #tvmSection .card-text,
    #tvmSection .card-title,
    #tvmSection .card-details {
        height: 0 !important;
    }

    #tvmSection .container {
        max-width: 100vw !important;
        overflow: hidden;
    }
/*--------------------------------------------------------------
# End - Images
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Begin - Select dropdown
--------------------------------------------------------------*/
select {
    background-color: white;
    border: none;
    width: 100%;
}

/*--------------------------------------------------------------
# End - Select dropdown
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - Background colors
--------------------------------------------------------------*/

.bg-color-Gray, .bg-color-grey {
    background-color: #EAEAEA !important;
}

.bg-color-White, .bg-color-white, .background-color-White {
    background-color: #FFFFFF;
}

.background-color-Transparent {
    background-color: transparent;
}

.background-color-Gray {
    background-color: var(--gray);
}

.background-color-LightGray {
    background-color: var(--light-gray) !important;
}

@media screen and (min-width: 768px) {
    .bg-md-LightGray {
        background-color: var(--light-gray) !important;
    }
}

.background-color-White {
    background-color: white;
}

.background-color-DarkBlue, .background-color-Blue {
    background-color: var(--dart-dark-blue) !important;
}

.background-color-kendo {
    background-color: #212721;
}

.background-color-LightBlue {
    background-color: var(--dart-light-blue);
}

.background-color-Yellow {
    background-color: var(--dart-yellow);
}

.background-color-Orange {
    background-color: var(--dart-orange);
}

.background-color-DarkGrey, .background-color-DarkGray {
    background-color: #76787c;
}

.background-color-LightYellow {
    background-color: rgb(255, 255, 204);
}


/*--------------------------------------------------------------
# End - Background colors
--------------------------------------------------------------*/

.rail-sections-header {
    font-size: 48px;
    font-weight: bold;
    padding-left: 50px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-align: left;
    color: #242526;
}

.rail-sections-subheader {
    font-size: var(--default-font-size);
    font-weight: 300;
    padding-left: 50px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #242526;
}

.spinner {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}

.spinner-text {
    color: #fff
}

.info-icon {
    color: #00205b;
    font-size: 30px !important;
    margin: 0 10px 0 0;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
}

.info-icon-right {
    float: right;
    margin: 0 10px 0 10px;
}

.info-icon-20 {
    font-size: 20px !important;
}

.info-icon-15 {
    font-size: 15px !important;
}

.info-icon-24 {
    font-size: 24px !important;
}

.info-icon-noheight {
    color: #00205b;
    font-size: 30px !important;
    margin: 0 10px 0 0;
    text-align: center;
    vertical-align: middle;
}

.info-icon-small {
    color: #00205b;
    font-size: 30px !important;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
}

.no-padding {
    padding: 0;
}

.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}


/*--------------------------------------------------------------
# Begin - iFrame
--------------------------------------------------------------*/

iframe {
    border: none;
}

/*--------------------------------------------------------------
# End - iFrame
--------------------------------------------------------------*/

.page-header {
    margin: 97px 187.8px 40px 100px;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
}

.page-subheader {
    margin: 40px 23.8px 176px 100px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    background-color: #f3c85c !important;
    border-color: #f3c85c !important;
    color: #212721 !important;
}

.k-grid-header, .k-grouping-header, .k-header {
    background-color: #212721 !important;
    color: #fff !important;
}

.k-pager-wrap {
    border-color: #212721 !important;
    color: #ccc !important;
    background-color: #212721 !important;
    height: 60px !important;
}

    .k-pager-wrap .k-link {
        border-color: #ccc !important;
        color: #212721 !important;
        background: #fff !important;
    }

.k-master-row {
    height: 60px;
}

#popularDestinations > ul {
    margin-top: 5%;
    width: 100%;
    -ms-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    column-gap: 30px;
}

.errorMessage {
    font-size: 14px;
    color: red;
    padding-left: 10px;
    margin-bottom: 20px;
}

@media (max-width: 450px) {
    .k-grid-header th.k-header {
        display: none !important;
    }

    .k-grid tr td {
        border-top: 5px solid #212721 !important;
    }

    .gridCellPadding {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    #popularDestinations > ul {
        width: 100%;
        -ms-columns: 1 !important;
        -webkit-columns: 1 !important;
        columns: 1 !important;
    }
}
/*--------------------------------------------------------------
# Begin - 5 col section
--------------------------------------------------------------*/

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*--------------------------------------------------------------
# End - 5 col section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - pagination
--------------------------------------------------------------*/

.pagination {
    justify-content: center;
    padding: 5px;
}

/*--------------------------------------------------------------
# End - pagination
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - border
--------------------------------------------------------------*/

:root {
    --default-border: solid lightgray;
}

.br-1, .br-2 {
    border-right: var(--default-border);
}

.bl-1, .bl-2 {
    border-left: var(--default-border);
}

.bt-1, .bt-2 {
    border-top: var(--default-border);
}

.bb-1, .bb-2 {
    border-bottom: var(--default-border);
}

.bx-1, .bx-2 {
    border-right: var(--default-border);
    border-left: var(--default-border);
}

.by-1, .by-2 {
    border-top: var(--default-border);
    border-bottom: var(--default-border);
}

/*--------------------------------------------------------------
# End - border
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - border color
--------------------------------------------------------------*/

.bt-blue {
    border-top-color: var(--dart-dark-blue);
}

.bb-blue {
    border-bottom-color: var(--dart-dark-blue);
}

.bl-blue {
    border-left-color: var(--dart-dark-blue);
}

.br-blue {
    border-right-color: var(--dart-dark-blue);
}

.bx-blue {
    border-right-color: var(--dart-dark-blue);
    border-left-color: var(--dart-dark-blue);
}

.by-blue {
    border-top-color: var(--dart-dark-blue);
    border-bottom-color: var(--dart-dark-blue);
}

/*--------------------------------------------------------------
# End - border color
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - border width
--------------------------------------------------------------*/

.br-1 {
    border-right-width: 1px;
}

.bl-1 {
    border-left-width: 1px;
}

.bt-1 {
    border-top-width: 1px;
}

.bb-1 {
    border-bottom-width: 1px;
}

.by-1 {
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.bx-1 {
    border-left-width: 1px;
    border-right-width: 1px;
}

.br-2 {
    border-right-width: 2px;
}

.bl-2 {
    border-left-width: 2px;
}

.bt-2 {
    border-top-width: 2px;
}

.bb-2 {
    border-bottom-width: 2px;
}

.bx-2 {
    border-left-width: 2px;
    border-right-width: 2px;
}

.by-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# End - border width
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Begin - svg icon
--------------------------------------------------------------*/
.svg-size-Small {
    width: 10px
}

.svg-size-Regular {
    width: 12px
}

.svg-size-Large {
    width: 15px
}

.svg-size-ExtraLarge {
    width: 40px
}
/*--------------------------------------------------------------
# End - svg icon
--------------------------------------------------------------*/
.rotate-180 {
    transform: rotate(180deg);
}

/*---- Begin - Recaptcha v3 Badge----*/

.grecaptcha-badge {
    visibility: hidden;
}

/*---- End - Recaptcha v3 Badge----*/
/*-------------*/
table.dartFacts {
    background-color: #eeeeee;
    border-width: 1px;
    padding: 3px;
}

    table.dartFacts td:not(:first-child) {
        border-bottom: 3px solid #FFFFFF;
        border-left: 6px solid #FFFFFF;
        padding-left: 15px;
    }

    table.dartFacts td:first-child {
        padding-left: 15px;
        border-bottom: 3px solid #FFFFFF;
    }

.btn-PrismCompliance {
    background-color: var(--dart-dark-blue) !important;
    border-color: var(--dart-dark-blue) !important;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cursor-Default {
    cursor: default;
}

.k-grid a {
    color: navy !important;
    text-decoration: underline;
}

    .k-grid a:has(.material-icons), .k-grid a:has(.material-symbols-outlined), .k-grid a:has(.material-icons-outlined) {
        text-decoration: none !important;
    }

.min-height-50px {
    min-height: 50px;
}

@media only screen and (max-width : 720px) {
    .k-list-ul {
        overflow: auto !important;
    }
}

.rail-station-kendo-grid .k-picker, .rail-station-kendo-grid .k-pager-nav {
    height: calc( 1.4285714286em + 8px + 2px) !important;
}

.chatBox-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: solid var(--dart-yellow);
    transform: translateX(-13px) scale(1.3);
}

.text-overflow-elipses {
    height: 75px;
    font-size: 18px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

    .text-overflow-elipses:after {
        content: "...";
    }

.background-size-cover {
    background-size: cover !important;
}

.nativechat-launcher-modal {
    z-index: 99999 !important;
}

.img-max-width-800px img {
    max-width: 800px;
    width: 100%;
}

.img-m-auto img {
    display: flex;
    margin: auto;
}

:root {
    --dart-yellow: #fdcf09;
    --dart-dark-blue: #001842;
    --bs-body-font-family: "poppins", sans-serif;
    --light-blue: #39c1e3;
    --opaque-gray: #d3d3d33b;
}

html {
    font-family: var(--bs-body-font-family) !important;
    letter-spacing: .8px;
}

/****************************************************************************/
/*bootstrap*/
/****************************************************************************/
.right-0 {
    right: 0;
}

.pointer-events-none {
    pointer-events: none;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .rounded-top-2rem {
        border-top-left-radius: 2rem !important;
        border-top-right-radius: 2rem !important;
    }

    .rounded-1rem {
        border-radius: 1rem !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-small {
    font-size: .8rem;
}

@media (min-width: 768px) {
    .font-md-size-small {
        font-size: .8rem;
    }
}

.z-index-9 {
    z-index: 9;
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
}

/****************************************************************************/
/*icons*/
/****************************************************************************/
.icon-height {
    height: 30px;
}

/****************************************************************************/
/*text-color*/
/****************************************************************************/
.text-DartYellow {
    color: var(--dart-yellow)
}

.text-DartBlue {
    color: var(--dart-dark-blue)
}

.text-LightBlue {
    color: var(--light-blue);
}

.text-Gray {
    color: #919097;
}

.text-DarkGray {
    color: #333;
}

@media (min-width: 768px) {
    .text-md-White {
        color: white;
    }
}
/****************************************************************************/
/*animation*/
/****************************************************************************/
.transition-animation-Default {
    transition: all .2s ease-in-out;
}

/****************************************************************************/
/*background*/
/****************************************************************************/
.bg-DartDarkBlue, .podcast-player:has(button[title="Pause"]) .bg-onPlay-DartDarkBlue {
    background-color: var(--dart-dark-blue);
}

.bg-Yellow, .bg-onHover-Yellow:hover {
    background-color: var(--dart-yellow) !important;
}

.bg-White {
    background-color: white !important;
}

@media (min-width: 768px) {
    .bg-md-Yellow {
        background: var(--dart-yellow) !important;
    }
}

.bg-OpaqueGray {
    background-color: var(--opaque-gray) !important;
}

@media (min-width: 768px) {
    .bg-md-GhostWhite {
        background-color: ghostwhite !important;
    }
}

@media (min-width: 768px) {
    .bg-md-Purple {
        background-color: #180a29;
    }
}

@media (min-width: 768px) {
    .podcast-player:has(button[title="Pause"]) .bg-md-onPlay-Yellow {
        background-color: var(--dart-yellow);
    }
}

/****************************************************************************/
/*podcast cover art*/
/****************************************************************************/
.height-cover-art {
    height: 100%;
}

@media (max-width: 768px) {
    .height-cover-art {
        height: 270px;
    }
}

@media (min-width: 768px) {
    .border-cover-art {
        border: #5c4ee9 5px solid;
    }
}

/****************************************************************************/
/*podcast controls*/
/****************************************************************************/

.play-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .play-button {
        height: 70px;
        width: 70px;
    }
}

.backward-button, .forward-button {
    font-size: 4rem !important;
}

@media (min-width: 768px) {
    .backward-button, .forward-button {
        font-size: 2rem !important;
    }
}

/****************************************************************************/
/*animations*/
/****************************************************************************/
.animated-svg-line {
    stroke-linecap: round;
    fill: gray;
    stroke-width: 4;
    stroke: var(--opaque-gray);
    opacity: .3;
}

.podcast-player:has(button[title="Pause"]) .animated-svg-line {
    animation-name: animatedSvgLine;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    stroke: gray;
    opacity: .5;
}

.animation-delay-0 {
    animation-delay: 0s;
}

.animation-delay-1 {
    animation-delay: .1s;
}

.animation-delay-2 {
    animation-delay: .2s;
}

.animation-delay-3 {
    animation-delay: .3s;
}

.animation-delay-4 {
    animation-delay: .4s;
}

.animation-delay-5 {
    animation-delay: .5s;
}

@keyframes animatedSvgLine {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/****************************************************************************/
/*progress bar*/
/****************************************************************************/

#draggable-circle {
    top: 0px;
    background-color: var(--light-blue);
    border: solid 5px white;
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    #draggable-circle {
        top: 7px;
        border: solid 2px white;
        width: 15px;
        height: 15px;
    }
}

progress {
    -webkit-appearance: none;
    height: 4px;
}

@media (max-width: 768px) {
    progress {
        height: 7px;
    }
}

::-webkit-progress-bar {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 99%, rgba(255,255,255,0) 100%);
}

progress[value]::-webkit-progress-value {
    background: var(--light-blue);
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress::-webkit-progress-bar, progress::-moz-progress-bar, progress::-webkit-progress-value {
    background-color: var(--light-blue);
}

.progress-container-height {
    height: 30px;
}

#time-display {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media (min-width: 768px) {
    #time-display {
        top: 20px;
    }
}

/****************************************************************************/
/*sub bar*/
/****************************************************************************/
.subbar-min-height {
    min-height: 100px;
}

.subbar-border-end {
    border-right: solid #00000047 1px;
}



.box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/****************************************************************************/
/*share button*/
/****************************************************************************/
#share-checkbox ~ #share-dropdown {
    display: none;
}

#share-checkbox:checked ~ #share-dropdown {
    display: block;
}

.clipped-share {
    clip-path: polygon(100% 0, 100% 80%, 90% 79%, 85% 100%, 80% 80%, 0 80%, 0 0);
}

.border-radius-0 {
    border-radius: 0;
}

.share-icon-font-size {
    font-size: 25px
}

.share-icon-font-width {
    width: 25px
}

/****************************************************************************/
/*social share*/
/****************************************************************************/
.share-buttons {
    font-size: 0; /* hack no-margin inline-blocks */
}

    .share-buttons li {
        display: inline-block;
        font-size: 1rem;
    }

.share-btn {
    display: inline-block;
    border: none;
    padding: 0.5em;
    width: 4em;
    outline: none;
    text-align: center;
    text-decoration: none;
    fill: #ffffff;
}

    .share-btn:hover {
        fill: #eeeeee;
    }

    .share-btn:active {
        position: relative;
        top: 2px;
        box-shadow: none;
        outline: none;
        fill: #e2e2e2;
    }

    .share-btn.twitter {
        background: #55acee;
    }

    .share-btn.googleplus {
        background: #dd4b39;
    }

    .share-btn.facebook {
        background: #3B5998;
    }

    .share-btn.linkedin {
        background: #4875B4;
    }

    .share-btn.pinterest {
        background: #BD081C;
    }

    .share-btn.email {
        background: #444444;
    }

    /* instagram new logo gradient */
    .share-btn.instagram {
        background: #D2258D;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }


/****************************************************************************/
/*Skip to main content btn*/
/****************************************************************************/

.skip-to-main-btn {
    top: -80px;
    transition: all .2s linear;
    width: 225px;
    z-index: 99999
}

    .skip-to-main-btn:focus {
        top: 0px;
        outline: none;
    }


/****************************************************************************/
/*Dynamic Forms*/
/****************************************************************************/
.dynamic-form {
    width: 95%;
    margin: auto;
}

    .dynamic-form .survey-title {
        font-weight: 600;
        text-align: center;
    }

    .dynamic-form .introductory-statement {
        padding-block: 10px;
        font-weight: 400;
        font-size: 16px;
    }

        .dynamic-form .introductory-statement div {
            padding-block: 10px;
        }

    .dynamic-form .question-section:has(.common-survey-input:enabled), .question-section:has(input[type="checkbox"]:not(:disabled)) {
        padding: 1.5rem 0;
    }

    .dynamic-form .questionnaire-subsection-title {
        text-align: center;
        font-size: 1.5rem;
        border-top: solid lightgray;
        padding-top: 1rem;
        margin-top: 1.5rem;
        color: var(--dart-light-blue);
        font-weight: 600;
    }

    .dynamic-form .common-survey-input, .dynamic-form .k-input-solid {
        width: 100%;
        padding: .7rem;
        margin-block: .6rem;
        background-color: var(--input-background-color) !important;
        border-radius: 10px;
        border-width: 2px;
        border-color: transparent;
        border-style: solid;
        color: black;
    }

    .dynamic-form select.common-survey-input {
        transition: background-image 0.3s ease;
        appearance: none; /* Removes default styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>'); /* Custom dropdown arrow */
        background-repeat: no-repeat;
        background-position: calc(100% - 30px) center; /* Adjust arrow position */
        padding-right: 40px; /* Ensure text doesn't overlap */
        cursor: pointer;
    }

    .dynamic-form .common-survey-label {
        font-size: 1.1rem;
        padding: .2rem .5rem;
        font-weight: 500;
    }

    .dynamic-form .multi-survey-label {
        font-size: 1rem;
        padding: .2rem .5rem;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        cursor: pointer;
    }

        .dynamic-form .multi-survey-label:has(input:disabled) {
            cursor: default;
            color: gray;
        }

    .dynamic-form .question-item, .dynamic-form .subsection, .dynamic-form .questionnaire-section {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
        display: block;
        overflow: hidden;
        transition: all .2s ease-out;
        padding: 0;
        margin: 0;
    }

        .dynamic-form .question-item:has(input:enabled), .dynamic-form .question-item:has(textarea:enabled), .dynamic-form .question-item:has(select:enabled), .dynamic-form .subsection:has(input:enabled), .dynamic-form .subsection:has(select:enabled), .dynamic-form .subsection:has(textarea:enabled), .dynamic-form .questionnaire-section:has(input:enabled), .dynamic-form .questionnaire-section:has(select:enabled) {
            opacity: 1;
            transform: translateY(0);
            max-height: 100%;
        }

    .dynamic-form .survey-section {
        padding-block: .7rem;
    }

    .dynamic-form .questionnaire-section:has(input:enabled), .dynamic-form .questionnaire-section:has(textarea:enabled), .dynamic-form .questionnaire-section:has(select:enabled), .dynamic-form .post-submit-section {
        padding: 2rem;
        border-radius: 2rem;
        background: white;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        margin-block: 2rem;
        transition: all .2s linear;
    }

    .dynamic-form .questionnaire-section-title {
        text-align: center;
        font-size: 1.5rem;
        padding-bottom: 30px;
        font-weight: 600;
    }

    .dynamic-form .multiSelectGroup {
        padding: 0 1rem;
        border-radius: .5rem;
    }

        .dynamic-form .multiSelectGroup .option {
            display: flex;
            align-items: flex-start;
            transition: all .2s linear;
        }

            .dynamic-form .multiSelectGroup .option input {
                margin-right: 10px;
                margin-top: 5px;
                cursor: pointer;
            }

            .dynamic-form .multiSelectGroup .option:has(input:checked) {
                color: var(--dart-light-blue);
            }

            .dynamic-form .multiSelectGroup .option label {
                user-select: none;
            }

    .dynamic-form .validation-checkbox {
        opacity: 0;
    }

    .dynamic-form .error-msgs {
        font-size: .8rem;
        color: #bc0808;
        font-weight: 600;
        padding: 0 1rem;
        min-height: 20px;
    }

    .dynamic-form input:invalid:focus, .dynamic-form input:invalid:focus-visible, .dynamic-form common-survey-input.touched:invalid:focus-within, .dynamic-form .touched.common-survey-input:invalid:focus, .dynamic-form textarea:invalid:focus, .dynamic-form .k-autocomplete:has(input:invalid:focus) {
        border: solid 2px orange !important;
    }

    .dynamic-form .touched.common-survey-input:invalid, .dynamic-form textarea:invalid, .dynamic-form .k-autocomplete:has(input.touched:invalid) {
        border: solid 2px red;
        outline: none !important;
    }

    .dynamic-form .multiSelectGroup {
        border: solid 2px transparent;
    }

.multiSelectGroup:has(input[type="checkbox"][required]:focus) {
    border: solid 2px red;
    outline: none !important;
}

.dynamic-form .k-autocomplete:has(input:valid:focus) {
    border: solid 2px green !important;
}

.dynamic-form .k-autocomplete input:invalid {
    border: none !important;
}

.dynamic-form input:valid:focus, .dynamic-form textarea:valid:focus {
    border-color: green;
    background-color: #ffcccc;
    outline: none;
}

.dynamic-form select.common-survey-input:valid:focus-visible {
    outline-color: green;
}

@media (min-width: 576px) {
    #OnSubmitModal .modal-dialog {
        max-width: 500px;
        margin: 16.75rem auto;
    }
}

#OnSubmitModal .modal-body {
    font-weight: 600;
    font-size: 1.5rem;
}

.dynamic-form .text-green {
    color: green;
}

.dynamic-form .k-input-inner {
    font-size: 18px !important;
    padding: .7rem 1rem !important;
}

.dynamic-form .common-survey-input.k-input-inner {
    border: none;
    padding: 0 !important;
    margin-block: 0;
}

.survey-loader {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    margin: auto;
}

    .survey-loader::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #fff;
        animation: prixClipFix 2s linear infinite;
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}

.onSubmitErrorMsgContainer {
    text-align: right;
    padding: 1rem 0 !important;
    height: 60px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all .1s ease-out;
}

    .onSubmitErrorMsgContainer:has(div) {
        transform: translateY(0px);
        opacity: 1;
    }

.submitInnerContent.submit-ready {
    cursor: pointer;
}

.submitInnerContent.survey-submit-success {
    color: green;
}

.dynamic-form .section-image-container {
    height: 200px;
    text-align: center;
}

.dynamic-form .section-image {
    max-height: 100%;
    max-width: 100%;
}

.dynamic-form .validation-rule-section {
    text-align: right;
    color: gray;
    font-size: smaller;
}

.dynamic-form .k-list-item-text {
    width: 100%;
}

.dynamic-form.disabled .questionnaire-section {
    box-shadow: none;
}

.dynamic-form .other-input-container {
    transition: all .2s ease-out;
}

    .dynamic-form .other-input-container:has(input.other-input:disabled) {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
    }

    .dynamic-form .other-input-container:has(input.other-input:enabled) {
        opacity: 1;
        transform: translateY(0);
        max-height: 130px;
    }

.dynamic-form .other-input {
    transition: all .2s ease-out;
}

.dynamic-form .validation-rule-section.other-input, .dynamic-form .common-survey-input.other-input {
    transition: all .2s ease-out;
    transform: translateY(-10px);
}

    .dynamic-form .validation-rule-section.other-input.other-input-visible, .common-survey-input.other-input.other-input-visible {
        transform: translateY(0px);
    }

.dynamic-form .validation-rule-section.multiselect {
    transform: translateY(-20px);
    transition: all .2s ease-out;
}

    .dynamic-form .validation-rule-section.multiselect.other-input-visible {
        transform: translateY(0px);
    }

.dynamic-form .text-area-input {
    min-height: 150px;
    max-height: 400px;
}

/****************************************************************************/
/*ai12z chatbot*/
/****************************************************************************/

ai12z-bot {
    z-index: 99999;
    position: relative;
}
