html, body, p, div {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.section-content {
    max-width: 1400px !important;
    margin: 0px auto;
}

.background-cover {
    background: linear-gradient(0deg, rgba(178,34,34,0.92)), url('/Content/Images/Santa_Background_1.png');
    background-position-y: bottom;
    background-size:contain;
}

.candycane-background {
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(242, 216, 216, 1) 0%, rgba(227, 159, 159, 1) 33%, rgba(199, 82, 82, 1) 66%, rgba(178, 34, 34, 1) 100%);
}

.candycane-background-reverse {
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(227, 159, 159, 1) 33%, rgba(199, 82, 82, 1) 66%, rgba(178, 34, 34, 1) 100%);
}

.main-product-section {
    background: linear-gradient(90deg,rgba(255, 111, 97, 0) 0%, rgba(178, 34, 34, 0.42) 33%, rgb(178, 34, 34) 50%, rgba(178, 34, 34, 0.42) 66%, rgba(255, 111, 97, 0) 100%);
    width: inherit;
    height: 1px;
    box-shadow: 1px 1px 2px var(--evergreen-light);
    max-width: 50%;
    align-self: center;
}
.gen-product-image-main, .gen-product-carousel ul {
    padding: 40px;
    margin: auto;
}

.nav-section {
    min-height: 75px;
}

.account-icon img {
    max-width: 30px;
    width: 30px;
}

.gen-product-title {
    font-weight: 700;
    font-size: 2.9rem;
    font-family: 'CrimsonPro', 'Sail', sans-serif;
}

.gen-product-description {
    font-family: Inter, sans-serif;
}

.gen-product-image {
    border-radius: 25px;
    box-shadow: 8px 8px 30px #0000005c;
    max-height: 320px;
    max-width: 90%;
}

/*a.rz-navigation-item-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
    
a.rz-navigation-item-link:hover:after {
    width: 100%;
    left: 0;
}*/

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

#popup-ddVideoTypeSelector li {
    font-family: 'OrganicsShort', sans-serif !important;
    font-weight: 500;
    font-size: 1.1rem !important;
    text-shadow: 3px 3px 5px var(--holly-red);
}

#popup-ddVideoTypeSelector li:hover {
    background-color: var(--gold-accent);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

@font-face {
    font-family: 'Collager';
    src: url('/Content/Fonts/Collager-Regular.otf');
}

@font-face {
    font-family: 'SummerHoliday';
    src: url('/Content/Fonts/SummerHoliday.otf');
}

@font-face {
    font-family: 'WarmSnow';
    src: url('/Content/Fonts/WarmSnow-Regular.ttf');
}

@font-face {
    font-family: 'OrganicsShort';
    src: url('/Content/Fonts/DTCOrganicsShort.ttf');
}

@font-face {
    font-family: 'Sail';
    src: url('/Content/Fonts/Sail-Regular.ttf');
}

@font-face {
    font-family: 'Limelight';
    src: url('/Content/Fonts/Limelight-Regular.ttf');
}

@font-face {
    font-family: 'ImperialScript';
    src: url('/Content/Fonts/ImperialScript-Regular.ttf');
}

@font-face {
    font-family: 'BadScript';
    src: url('/Content/Fonts/BadScript-Regular.ttf');
}

@font-face {
    font-family: 'GlassAntiqua';
    src: url('/Content/Fonts/GlassAntiqua-Regular.ttf');
}

@font-face {
    font-family: 'YattraOne';
    src: url('/Content/Fonts/YatraOne-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('/Content/Fonts/Inter-VariableFont_opsz,wght.ttf');
}

@font-face {
    font-family: 'CrimsonPro';
    src: url('/Content/Fonts/CrimsonPro-VariableFont_wght.ttf');
}

:root {
    --frost-white: #ffffff;
    --holly-red: #b22222;
    --holly-red-trns: #b2222277;
    --evergreen: #014421;
    --evergreen-light: #069048;
    --evergreen-trns: #01442177;
    --gold-accent: #ffd700;
    --frost-blue: #e0f7fa;
    --candy-cane: #ff6f61;
    --charcoal-gray: #333333;
    --frost-blue-dark: #42d0e2;
    --frost-blue-trans: #e0f7fa88;
    --gold-accent-2: #ffec84;
    --silver-accent: #c0c0c0;
}

body {
    background-color: var(--frost-white);
    color: var(--charcoal-gray);
}

a {
    color: var(--gold-accent) !important;
    text-shadow: 1px 1px 3px var(--charcoal-gray);
}

.link-emphasis {
    color: #1794a4;
    text-shadow: 1px 1px 2px var(--gold-accent);
}

.cart-section, .account-icon {
    cursor: pointer;
    transition: all 350ms ease-in-out !important;
}

.cart-section:hover, .account-icon:hover {
    transform: scale(1.15);
    filter: drop-shadow(3px 3px 8px white);
}

.nav-menu a {
    color: #e6e2e2 !important;
    text-shadow: 1px 1px 6px #f7db4687;
    font-family: 'GlassAntiqua', sans-serif;
    font-size: 24pt;
    font-weight: 600;
}

.nav-menu a:hover, .footer-menu a:hover, .rz-link-text:hover, .rz-link:hover {
    text-decoration: none !important;
    text-decoration-line:none !important;
    text-shadow: 3px 3px 5px #fff;
}

a.rz-link, a.rz-link:hover {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.footer-menu a {
    color: #e6e2e2 !important;
    text-shadow: 1px 1px 6px #f7db4687;
    font-family: 'GlassAntiqua', sans-serif;
    font-size: 16pt;
    font-weight: 600;
}

.nav-menu {
    padding: 1.1rem 0;
    background-color: var(--frost-blue) !important;
    border-bottom: 1px solid #33333355;
    box-shadow: 2px 2px 3px #333fff21;
}

.holly-button, .holly-green-button, .evergreen-button {
    padding: 16px 24px !important;
    box-shadow: 5px 5px 6px var(--holly-red) !important;
    transition: all 350ms ease-in-out !important;
    font-family: 'OrganicsShort', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: var(--frost-white) !important;
    text-shadow: 3px 3px 4px #000;
}

.holly-button {
    background: linear-gradient(45deg,rgba(178, 34, 34, 1) 0%, rgba(250, 125, 125, 1) 13%, rgba(178, 34, 34, 1) 18%, rgba(250, 125, 125, 1) 49%, rgba(178, 34, 34, 1) 53%, rgba(250, 125, 125, 1) 80%, rgba(178, 34, 34, 1) 83%, rgba(178, 34, 34, 1) 100%) !important;
}
.holly-green-button {
    background: linear-gradient(45deg,rgba(178, 34, 34, 1) 0%, rgba(178, 34, 34, 1) 10%, rgba(1, 68, 33, 1) 13%, rgba(178, 34, 34, 1) 16%, rgba(178, 34, 34, 1) 23%, rgba(1, 68, 33, 1) 26%, rgba(178, 34, 34, 1) 29%, rgba(178, 34, 34, 1) 36%, rgba(1, 68, 33, 1) 39%, rgba(178, 34, 34, 1) 42%, rgba(178, 34, 34, 1) 49%, rgba(1, 68, 33, 1) 52%, rgba(178, 34, 34, 1) 55%, rgba(178, 34, 34, 1) 62%, rgba(1, 68, 33, 1) 65%, rgba(178, 34, 34, 1) 68%, rgba(178, 34, 34, 1) 75%, rgba(1, 68, 33, 1) 78%, rgba(178, 34, 34, 1) 81%, rgba(178, 34, 34, 1) 88%, rgba(1, 68, 33, 1) 91%, rgba(178, 34, 34, 1) 94%, rgba(178, 34, 34, 1) 100%) !important;
    color: var(--frost-blue);
}
.evergreen-button {
    color: var(--frost-white);
    box-shadow: 5px 5px 6px var(--evergreen-light) !important;
    background: linear-gradient(45deg,rgba(1, 68, 33, 1) 0%, rgba(6, 144, 72, 1) 13%, rgba(1, 68, 33, 1) 18%, rgba(6, 144, 72, 1) 49%, rgba(1, 68, 33, 1) 53%, rgba(6, 144, 72, 1) 80%, rgba(1, 68, 33, 1) 83%, rgba(1, 68, 33, 1) 100%) !important;
}

.holly-button:hover, .holly-green-button:hover, .evergreen-button:hover {
    transform: translateY(-4px) !important;
    transform-origin: left;
}

.validation-error {
    color: var(--holly-red);
    font-weight: 700;
    font-family: YattraOne;
}

.speaker-wrapper {
    position: absolute;
    top: 50%;
    right: 0.5rem; /* distance from right edge of textbox */
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /*background: linear-gradient(145deg, #f2f2f2, #d9d9d9);*/
    box-shadow: 2px 2px 5px rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 5;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

    .speaker-wrapper:hover {
        /*transform: scale(1.05);*/
    }

    .speaker-wrapper:active {
        
        /*transform: scale(0.96);*/
    }

.speaker-icon {
    transition: filter 0.3s ease;
    z-index: 2;
}

.speaker-text-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
}

/* Pulse and ring color when playing */
.speaker-wrapper.playing .outer-ring {
    border-color: #28a745; /* green */
    animation: speakerPulseRing 1.4s infinite;
}

.speaker-wrapper.playing .speaker-icon {
    filter: brightness(0) saturate(100%) invert(68%) sepia(82%) saturate(460%) hue-rotate(85deg) brightness(95%) contrast(90%);
}

/*
    DIALOG MODIFICATIONS
*/

.rz-dialog {
    border-radius: 18px !important;
}

.rz-dialog-titlebar {
    background: linear-gradient(180deg,rgba(242, 216, 216, 1) 0%, rgba(227, 159, 159, 1) 18%, rgba(199, 82, 82, 1) 26%, rgba(178, 34, 34, 1) 100%) !important;
    padding: 13px !important;
}

.rz-dialog-title, .rz-dialog-titlebar-close {
    color: var(--frost-blue) !important;
    text-shadow: 2px 2px 4px var(--evergreen-light);
}
.rz-dialog-content {
    background: linear-gradient(0deg, var(--evergreen-light) 0%, var(--evergreen) 100%);
    color: var(--frost-blue) !important;
}

.rz-dialog-titlebar-close .rzi-times {
    color: var(--frost-blue) !important;
}

.dialogButtons {
    width: fit-content;
    margin: 0 auto;
}

@keyframes speakerPulseRing {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    70% {
        transform: scale(1.2);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.launch-input {
    color: var(--evergreen) !important;
}

.launch-input::placeholder {
    color: var(--evergreen-light) !important;
}

.book-title {
    font-family: 'YattraOne', sans-serif;
    color: var(--charcoal-gray) !important;
    text-transform: none;
    font-size: 1.8rem !important;
    font-weight: 600;
}

.author-title {
    font-family: 'OrganicsShort', sans-serif;
    color: var(--charcoal-gray) !important;
    text-transform: none;
}

.fav-video-block {
    background: linear-gradient(0deg,rgba(127, 127, 127, 0.28)0%,rgba(127, 127, 127, 0.15)97.7%);
}

.header-image-bg {
    background: linear-gradient(rgba(16, 33, 34, 0.22), rgba(16, 33, 34, 0.22)), url('/Content/Images/Banner_Image.jpg') center center / cover no-repeat;
    flex-direction: column;
    position: relative;
}

.header-image-bg > div:first-child {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    /*min-height: 600px;*/
    position: relative;
    box-sizing: border-box;
    padding: 40px;
}

.header-section-block {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 350px;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
}

.header-section-h1 {
    font-size: 8rem;
    font-weight: 700;
    font-family: 'ImperialScript', cursive;
    color: #f4f1e3;
    text-shadow: 2px 2px 13px #ffd7007a;
}

.header-section-h2 {
    font-size: 2.3rem;
    font-family: 'Sail', sans-serif;
    /*color: var(--gold-accent) !important;
    text-shadow: 2px 2px 2px var(--candy-cane);*/
    color: #f7f4f4f2 !important;
    text-shadow: 5px 5px 6px #e80101;
}

.rz-navigation-item-wrapper:hover {
    background-color: var(--candy-cane);
}
.rz-navigation-item-text:hover, a.social-media-link > img:hover {
    color: var(--evergreen-trns);
    /*transform: scale(1.1);
    transition-timing-function: ease-in-out;
    transition-delay: 0.5s;*/
    /*color: gold;*/
    text-shadow: 2px 2px 4px #ffd700bf;
    font-weight: 800;
    /*var(--holly-red);*/
}

.rz-navigation-item {
    margin-right: 8px;
    color: #f3f2f2b2;
}

.vidsec-featured {
    font-family: 'BadScript', sans-serif !important;
    font-weight: 600;
    font-size: 3.1rem;
}

.vidsec-row {
}

.vidsec-column {
    float: left;
    padding: 1px;
    height: 300px; /* Should be removed. Only for demonstration */
}

.vidsec-left, .vidsec-right {
    width: 48%;
}

.price-text {
    font-family: Sail;
    font-weight: 600;
    color: #b22222b2;
    font-size: 2.2rem;
    text-shadow: 2px 2px 6px var(--evergreen) !important;
}

.expedited-price-text {
    font-family: Sail;
    font-weight: 600;
    font-size: 1.4rem;
    margin: auto 0;
    padding-top: 15px;
    color: var(--evergreen);
    text-shadow: 2px 2px 5px #00000082 !important;
}

.coming-soon-img-bg {
    flex-direction: column;
    position: relative;
    background: linear-gradient(rgba(16,33,34,0.12), rgba(16,33,34,0.12)), url('/Content/Images/SantaWritingLetter.png') top center / cover no-repeat;
    height: inherit;
}

.coming-soon-entry {
    font-family: 'OrganicsShort', sans-serif !important;
    font-weight: 500;
    font-size: 1.1rem !important;
    box-shadow: 3px 3px 5px var(--evergreen) inset !important;
    text-shadow: 3px 3px 5px var(--holly-red);
}

    .coming-soon-entry::placeholder {
        color: var(--evergreen-trns) !important;
        text-shadow: none !important;
    }

.coming-soon-entry:focus {
    box-shadow: 3px 3px 5px var(--evergreen) !important;
}

.coming-soon-header {
    font-family: 'Sail', sans-serif;
    font-size: 80px;
    color: var(--holly-red);
    text-shadow: 3px 3px 5px var(--evergreen-light);
    word-wrap: break-word;
}

.coming-soon-header:before {
    content: url('/Content/Images/SantaHat.png');
    position: relative;
    top: 25px;
    left: 63px;
}

.coming-soon-label {
    text-align: right !important;
    font-weight: 700;
    font-family: Collager, sans-serif;
}

.coming-soon-wrapper {
    width: 100%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 40px;
    flex-wrap: nowrap;
    height: fit-content;
}

.vidsec-middle {
    width: 4%;
    max-width: 4%;
    overflow-x: visible;
    overflow-y: hidden;
    align-items: center;
    text-align: center;
}

.vidsec-middle div:first-child {
    font-size: 2.3rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--holly-red);
    font-family: 'Sail', sans-serif;
    text-shadow: 2px 2px 5px var(--evergreen);
}

.vidsec-middle-line {
    background: linear-gradient(to right, transparent calc(50% + 1px), #fff calc(50% + 1px)), linear-gradient(to right, #fff0 calc(50% - 1px), lightgray calc(50% - 1px));
    position: relative;
    top: 0;
    height: 100%;
    width: 2px;
    margin-left: auto;
    margin-right: auto;
}

.video-book-block {
    margin: auto 0;
}

/* Clear floats after the columns */
.vidsec-row:after {
    content: "";
    display: table;
    clear: both;
}

.product-section {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.product-block {
    flex: 1;
    gap: 5rem;
    min-width: 240px;
    margin-right: 20px;
    padding: 20px;
    flex-grow: inherit;
}

.product-block:hover {
    animation: pulse1 0.75s;
}

.product-image-name {
    box-shadow: rgba(50, 50, 93, 0.25) 30px 30px 100px -20px, #b22222ac 30px 30px 60px -40px;
    margin: 0 auto;
    border: 1px solid #d1cdcd2c;
    border-radius: 12px;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.product-image {
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
}

.product-image > img {
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
}

.product-name {
    margin-top: 8px;
}

.login-box {
    max-width: 450px;
    width: 450px;
    min-width: 450px;
    border-radius: 15px;
    padding: 40px;
    background-color: var(--holly-red);
    color: var(--frost-white);
}

.login-box-icon {
    max-width: 24px;
    max-height: 24px;
}

.rz-button.ext-login-provider, .rz-button-md.ext-login-provider {
    margin-bottom: 16px !important;
    border: 2px solid var(--evergreen) !important;
    background-color: var(--frost-blue) !important;
    box-shadow: 2px 2px 5px var(--evergreen-light);
    transition: all 350ms ease-in-out !important;
    color: var(--holly-red) !important;
}

.ext-login-provider label {
    text-transform: none !important;
}

.rz-button.ext-login-provider:hover, .rz-button-md.ext-login-provider:hover {
    background-color: var(--evergreen-light) !important;
    color: var(--frost-blue) !important;
    transform: scale(1.15) !important;
    border: 2px solid var(--candy-cane) !important;
    box-shadow: 2px 2px 5px var(--frost-blue) !important;
}

.welcome-back {
    font-weight: 700;
    font-size: 1.1rem;
    padding-bottom: 8px;
}

.validation-message-animate {
    animation: pulse1 2.75s;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

@keyframes pulse1 {
    0%, 100% {
        animation-timing-function: ease-in;
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes pulseSocial {
    0%, 100% {
        animation-timing-function: ease-in;
    }

    50% {
        transform: scale(1.25);
    }
}

@keyframes pulse2 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
}

@keyframes pulse3 {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

    .product-price {
    text-align: center;
    margin-top: 12px;
    font-size: 1.1rem;
}

.product-description {
    text-align: center;
}

.products-header {
    background-color: var(--holly-red);
    box-shadow: 0px 13px 12px var(--evergreen);
    min-height: 130px;
    margin-bottom: 20px;
}

.products-header-text {
    font-family: Sail;    
    font-size: 3.3rem;
    color: #ffd700bf;
    text-shadow: 2px 2px 4px rgba(255,255,255,0.6);
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-top: 0 !important;
}

.social-media-link img {
    /*filter: invert(46%) sepia(14%) saturate(0%) hue-rotate(236deg) brightness(102%) contrast(86%);*/
    max-width: 28px;
    min-width: 28px;
    max-height: 28px;
    min-height: 28px;
}

.social-media-link img:hover {
    animation: pulseSocial 1.25s;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

--rz-grid-header-color {
    background-color: #80808045;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.info-row-block {
    background-color: unset;
}

    .info-row-block:nth-child(2n+1) {
        background-color: #00bfff29;
    }

.est-header {
    width: fit-content;
    border-radius: 6px;
    background-color: #bdc7f540
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    /*padding-top: 1.1rem;*/
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.estimate-results-dot {
    height: 23px;
    width: 23px;
    background-color: #ffffff00;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid lightgray;
}

.dot-green {
    background: radial-gradient(circle,rgba(5, 128, 15, 1) 15%, rgba(204, 204, 200, 1) 100%) !important;
}

.dot-red {
    background: radial-gradient(circle,rgba(227, 2, 2, 1) 15%, rgba(204, 204, 200, 1) 100%) !important;
}

.dot-yellow {
    background: radial-gradient(circle,rgba(247, 247, 116, 1) 15%, rgba(204, 204, 200, 1) 100%) !important;
}

.estimate-info-title {
    /*border-bottom: 1px solid gray;*/
    margin-right: 24px;
    padding-right: 24px;
    padding-left: 12px;
}

.loan-request-btn {
    font-size: 0.85em;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* Colors */

.dfs-dark-blue {
    color: #083058;
}

.dfs-dark-blue-bg {
    background-color: #083058;
}

.dfs-green {
    color: #68A73E;
}

.dfs-green-bg {
    background-color: #68A73E;
}

.dfs-light-green {
    color: #7ECD45;
}

.dfs-light-green-bg {
    background-color: #7ECD45;
}

.dfs-gray-4 {
    color: #495057;
}

.dfs-gray-3 {
    color: #ACB5BD;
}

.dfs-gray-2 {
    color: #DDE2E5;
}

.dfs-gray-1 {
    color: #F8F9FA;
}

.del-file {
    cursor: pointer;
    filter: invert(16%) sepia(83%) saturate(4688%) hue-rotate(347deg) brightness(92%) contrast(115%);
}

.action-item {
    font-weight: 600;
    color: red !important;
}

.track-row {
    margin-left: 0;
    margin-right: 0;
}

    .track-row > div:first-child {
        flex: 1;
        text-align: left;
    }

.contact-row {
    min-height: 28px;
}

.property-item-row {
    min-height: 36px;
}

.prevNextSection {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 72px;
    width: 100%;
    background: #083058;
}

.brd-tl {
    border-top-left-radius: 8px;
}

.brd-tr {
    border-top-right-radius: 8px;
}

.brd-bl {
    border-bottom-left-radius: 8px;
}

.brd-br {
    border-bottom-right-radius: 8px;
}

.brd-all {
    border-radius: 8px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.track-row > div {
    flex: 3;
}

.width-fit {
    width: fit-content;
}

.margin-lr-zero {
    margin-left: 0;
    margin-right: 0;
}

.auto-margin-left {
    margin-left: auto;
}

/* Elements */
hero {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 67px;
    font-weight: 600;
}

h1 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 600;
}

h2 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 600;
}

h3 {
    font-family: 'Open Sans', sens-serif;
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-family: 'Open Sans', sens-serif;
    font-size: 21px;
    font-weight: 600;
}

h5 {
    font-family: 'Open Sans', sens-serif;
    font-size: 12px;
    font-weight: 600;
}

p.title {
    font-family: 'Open Sans', sens-serif;
    font-size: 21px;
    font-weight: 600;
}

p.bold {
    font-family: 'Open Sans', sens-serif;
    font-size: 16px;
    font-weight: 600;
}

p {
    font-family: 'Open Sans', sens-serif;
    font-size: 16px;
}

tag {
    font-family: 'Open Sans', sens-serif;
    font-size: 21px;
    font-weight: 600;
}

small {
    font-family: 'Open Sans', sens-serif;
    font-size: 12px;
}

.dfs-title-hero {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 67px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.dfs-title-h1 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 50px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h2 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 38px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h2-os {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h3 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 28px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h3-os {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h4 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 21px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h4-os {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h45 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h45-os {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h5 {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h5-os {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.dfs-title-h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

.uploaded {
    border: 1px solid #aeb5bd;
    border-radius: 8px;
}

.loan-headers {
    text-align: center;
    min-height: 32px;
}

    .loan-headers > div {
        margin-top: auto;
        padding-bottom: 4px;
    }

        .loan-headers > div:first-child {
            padding-left: 145px;
            text-align: left;
        }

.loan-item, .track-item, .property-item {
    border-radius: 8px;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
}

.small-prop-img {
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
    border-radius: 12px;
}

.floating-block {
    border-radius: 8px;
    background-color: white;
}

.loan-item > div {
    align-content: center;
}

.blue-pill {
    background-color: #8bb5e9;
    width: fit-content;
    padding: 8px 24px;
    font-weight: 600;
    color: #083058;
    border-radius: 20px;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
}

.loan-info-section {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: -13px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .loan-info-section > div:first-child {
        border-top: 1px solid #aeb5bd;
    }

.loan-info-block {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.notifyButtons {
    width: fit-content;
    margin-left: auto;
}

    .notifyButtons > div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

.notifyButton {
    display: inline-flex;
}

.notify-count {
}

.notify-text {
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}

.pad-left-3 {
    padding-left: 3px;
}

.pad-left-none {
    padding-left: 0px;
}

.track-count {
    width: 25px;
    height: 25px;
    border-radius: 250px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    text-align: justify;
    background: #083058;
    margin-left: 10px;
    margin-top: 2px;
}

    .track-count a, .track-text a {
        text-decoration: none;
        color: #fff !important;
    }

.track-text {
    border-radius: 8px;
    background: #083058;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    height: 25px;
    margin-left: 3px;
}

.action-count {
    width: 25px;
    height: 25px;
    border-radius: 250px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    text-align: justify;
    background: red;
    margin-left: 10px;
    margin-top: 2px;
}

.action-text {
    border-radius: 8px;
    background: red;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    height: 25px;
    margin-left: 3px;
}

.property-count {
    width: 25px;
    height: 25px;
    border-radius: 250px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    text-align: center;
    background: #8bb5e9;
    margin-left: 10px;
    margin-top: 2px;
}

.uploaded-count {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 31px;
    text-align: center;
    background: #aeb5bd;
    margin-left: 10px;
    margin-top: 2px;
}

.upload-section {
    width: fit-content;
}

.bord-top {
    border-top: 1px solid #aeb5bd;
}

.bord-left {
    border-left: 1px solid #aeb5bd;
}

.bord-right {
    border-right: 1px solid #aeb5bd;
}

.bord-bottom {
    border-bottom: 1px solid #aeb5bd;
}

.mg-left-0 {
    margin-left: 0;
}

.mg-right-0 {
    margin-right: 0;
}

.expand-collapse-chevron {
    align-content: center;
}

    .expand-collapse-chevron button {
        width: 36px;
        height: 36px;
    }

.dfs-button-gray {
    background-color: #d9d9d9;
}

.expand-icon.expanded {
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.expand-icon.collapsed {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.no-bold {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.expand-icon {
    width: fit-content;
    padding: 0;
    margin-left: -6px;
}

.email-icon, .invert-icon {
    filter: invert(100%);
}

.mw-300p {
    min-width: 230px;
    max-width: 230px;
}

#navbarNavDropdown {
    padding-top: 8px;
}

/* Buttons */
.dfs-button-primary {
    background-color: #083058;
    color: white;
    border-radius: 8px;
    font-weight: 600;
}

    .dfs-button-primary:hover {
        background-color: #0e2241;
        color: white;
    }

    .dfs-button-primary .disabled {
        background-color: #083058;
    }

.dfs-button-secondary {
    background-color: #7ECD45;
    color: white;
    border-radius: 8px;
    font-weight: 600;
}

    .dfs-button-secondary:hover {
        background-color: #68A73E;
        color: white;
    }

.dfs-button-alternate {
    background-color: #00000000;
    color: #7ECD45;
    border: 2px solid #7ECD45;
    border-radius: 8px;
    font-weight: 600;
}

    .dfs-button-alternate:hover {
        background-color: #00000000;
        color: #68A73E;
        border: 2px solid #68A73E;
        border-radius: 8px;
    }

/* end objects */

.tsp8 {
    margin-top: 8px;
}

.tsp16 {
    margin-top: 16px;
}

.tsp24 {
    margin-top: 24px;
}

.tsp32 {
    margin-top: 32px;
}

.bsp8 {
    margin-bottom: 8px;
}

.bsp16 {
    margin-bottom: 16px;
}

.bsp24 {
    margin-bottom: 24px;
}

.bsp32 {
    margin-bottom: 32px;
}

.lsp8 {
    margin-left: 8px;
}

.lsp16 {
    margin-left: 16px;
}

.lsp24 {
    margin-left: 24px;
}

.lsp32 {
    margin-left: 32px;
}

.rsp8 {
    margin-right: 8px;
}

.rsp16 {
    margin-right: 16px;
}

.rsp24 {
    margin-right: 24px;
}

.rsp32 {
    margin-right: 32px;
}

.email-link, .phone-link, .h-link {
    text-decoration: none;
    color: #68A73E;
    font-weight: 600;
}

.pct80 {
    width: 80%;
    min-width: 80%;
}

.home-block {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: inline-flex;
    height: auto;
    min-height: 160px;
    width: auto;
    /*max-width: 35%;*/
    min-width: 330px;
    padding: 0px;
    border-radius: 8px;
}

.home-block-left {
    border-right: 2px solid #aeb5bd;
    align-content: center;
    max-width: 35%;
    width: 35%;
    min-width: 35%;
    padding: 8px 16px;
}

.home-block-right {
    width: 100%;
    padding: 8px;
    display: block;
    align-content: center;
    align-items: center;
    overflow-x: auto;
    word-wrap: break-word;
}

.home-block-full {
    width: 100%;
    /*padding: 8px 16px;*/
    display: inline-flex;
    overflow-x: auto;
    word-wrap: break-word;
}

.home-block-row {
    display: inline-flex;
    margin-bottom: 32px;
}

.block-inner-box {
    border: 1px solid #aeb5bd;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    padding: 16px;
    height: auto;
    display: flex;
}

.inq-req-box {
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    max-width: 320px;
    min-width: 280px;
}

.m-top-auto {
    margin-top: auto;
}

.m-bottom-auto {
    margin-bottom: auto;
}

.auto-margin-lr {
    margin-left: auto;
    margin-right: auto;
}

.auto-margin-tb {
    margin-top: auto;
    margin-bottom: auto;
}

.stackbutton-div {
    width: 100%;
    text-wrap: nowrap;
    word-wrap: unset;
}

    .stackbutton-div a {
        width: 100%;
    }

.rpd8 {
    padding-right: 8px;
}

.rpd16 {
    padding-right: 16px;
}

.rpd24 {
    padding-right: 24px;
}

.rpd32 {
    padding-right: 32px;
}

.lpd8 {
    padding-left: 8px;
}

.lpd16 {
    padding-left: 16px;
}

.lpd24 {
    padding-left: 24px;
}

.lpd32 {
    padding-left: 32px;
}

.bpd8 {
    padding-bottom: 8px;
}

.bpd16 {
    padding-bottom: 16px;
}

.bpd24 {
    padding-bottom: 24px;
}

.bpd32 {
    padding-bottom: 32px;
}

.tpd8 {
    padding-top: 8px;
}

.tpd16 {
    padding-top: 16px;
}

.tpd24 {
    padding-top: 24px;
}

.tpd32 {
    padding-top: 32px;
}

.no-caps {
    text-transform: unset;
}

.wh260-240 {
    min-width: 260px;
    min-height: 240px;
}

.w-100-imp {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.bottom-border-block {
    padding-bottom: 0px;
    border-bottom: 1px solid #aeb5bd;
}

.sidebar, .main-navbar {
    min-width: 210px;
    background-color: #3e3e41e0 !important;
}

.mainHeader {
    background-color: #0d1c3b;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.headerLogo {
    max-height: 65px;
}

.nav-item, .nav-link {
    font-family: 'Alatsi', 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

    .nav-item:hover, .nav-link:hover {
        /*background-color: #8bb5e9;*/
        color: #083058;
    }

.nav-item {
    margin: 0px;
    padding: 3px 5px;
    border-bottom: 2px solid #b0b2b5;
}

.nav-menu-item > div:first-child {
    width: 100% !important;
}

.nav-menu-item {
    width: 100%;
    display: inline-flex;
}

.nav-item-icon {
    width: fit-content !important;
    text-align: end;
}

.nav-item:hover {
    background-color: #dbb5e9;
    color: #083058;
}

.navbar-button {
    width: 66%;
    min-width: 66%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

    .navbar-button a {
        align-content: center;
        height: 50px;
        width: 100%;
        font-size: 21px;
        font-weight: 600;
        border-radius: 11px;
    }

.w-fit {
    width: fit-content;
}

.tx-align-right {
    text-align: right;
}

.bottom-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #083058;
    z-index: 999;
}

.navbar-row {
    display: flex;
}

.nav-link:hover {
    font-weight: 600;
}

.nav-link .active:hover {
    /*color: #79b037bf;*/
    color: var(--evergreen-trns);
    transform: scale(1.1);
}

.mock-nav-link {
    cursor: pointer;
}


.oversized-submit {
    padding: 6px 40px;
    font-size: 18px;
}

.valign-center {
    align-content: center;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}


.fullWidth {
    width: 100%;
}


.subheader {
    font-size: 0.85em;
    color: darkslategray;
    font-variant: small-caps;
}

.subheader-block {
    margin-top: 17px !important;
}

hr.rounded {
    color: #161616;
    height: 2px;
    margin: 0 0 3px 0;
}

.right-align-col {
    text-align: right;
}

.info-key {
    font-size: 0.85em;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
}

info-key-nb {
    font-weight: 500;
}

.info-key-small {
    font-size: 0.7em;
}

.info-value {
    font-size: 0.85em;
    margin-top: auto;
    margin-bottom: auto;
    overflow-wrap: break-word;
}

.info-block {
    margin: 12px 4px;
    min-height: 27px;
}

    .info-block > div {
        /*display:inline-flex*/
    }

.totalSection, .bg-header-white {
    background-color: white;
}

/*.loan-dropdown {
    width: auto !important;
    max-width: 400px;
    max-height: 30px;
    padding: 3px 4px;
    background-color: #d3d3d361 !important;
    font-size: 0.85em !important;
    align-items: end;
    display: flex !important;
}*/

.navbar-collapse {
    display: block;
}

.nav-submenu {
    background-color: #121c3b !important;
    border: 0px !important;
    border-radius: 6px !important;
    padding: 0 3px;
}

.dropdown.submenu:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-submenu .dropdown-item {
    background-color: unset;
}

.ovf-scr {
    overflow-y: scroll;
}

.mxh-85 {
    max-height: 85%;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

.navbar-toggler-div .navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (max-width: 1023px) {
    .nav-item, .nav-link {
        font-size: 14px;
    }

    .mw-300p {
        width: 90%;
        max-width: 90%;
    }
}

@media (min-width: 1024px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 992px) {
    .nav-submenu {
        margin-left: 28px;
    }

    .header-section-h1 {
        font-size: 2.6rem;
    }

    .header-section-h2 {
        font-size: 1.5rem;
    }

    .header-section-block {
        min-height: 200px;
    }

    .header-image-bg > div:first-child {
        min-height: 65px;
        padding: 20px;
    }

    .header-image-bg {

    }

    .video-book-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .vidsec-middle {
        display: none !important;
    }

    .vidsec-left, .vidsec-right {
        width: 100%;
        padding: 5px 20px;
    }

    .vidsec-row:after {
        padding-bottom: 20px;
        box-shadow: 2px 2px 5px black;
    }
}

@media (max-width: 1280px) {
    .nav-item, .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1px) {
    .smvp {
        display: none;
    }
    .smvp-alt {
        display: block;
    }
}

@media (min-width: 376px) {
    .smvp {
        width: 150px;
        height: 113px;
        display: block;
    }
    .smvp-alt {
        display: none;
    }
}

@media (min-width: 450px) {
    .smvp {
        width: 280px;
        height: 210px;
        display: block;
    }
    .smvp-alt {
        display: none;
    }
}

@media (min-width: 576px) {
    .smvp {
        width: 450px;
        height: 337px;
        display: block;
    }

    .smvp-alt {
        display: none;
    }
}

@media (max-width: 576px) {
    .coming-soon-entry {
        width: 100% !important;
        max-width: 100% !important;
    }

    .nav-border-image img {
        display: none;
    }

    .gen-product-title {
        font-size: 1.8rem !important;
    }

    .gen-product-description {
        font-size: 14px !important;
    }

    .progress-line {
        top: 5px !important;
        height: 3px !important;
    }

    .dot {
        width: 12px !important;
        height: 12px !important;
        border: 4px solid #e8eaf6 !important;
        font-size: 6px !important;
    }

    .dot::before {
        inset: -3px !important;
    }
}

@media (max-width: 450px) {
    #navSidebar {
        display:block !important;
    }

    .coming-soon-header {
        font-size: 51px;
    }

    .coming-soon-header:before {
        content: none !important;
    }

    .launch-label {
        align-items: start;
        align-self: start;
        align-content: start;
        text-align: left;
        flex: 100%;
    }

    .launch-entry {

    }
}

@media (max-width: 768px) {
    .coming-soon-header {
        font-size: 65px;
    }

    .coming-soon-img-bg {
        height: auto !important;
    }

    .coming-soon-label {
        text-align: left !important;
    }

    .holly-button, .holly-green-button, .evergreen-button {
        font-size: 16px !important;
        padding: 10px 12px !important;
    }
}

@media (min-width: 840px) {
    .smvp {
        width: 576px;
        height: 432px;
        display: block;
    }
    .smvp-alt {
        display: none;
    }
}

@media (min-width: 1280px) {
    .smvp {
        width: 640px;
        height: 480px;
        display: block;
    }
    .smvp-alt {
        display: none;
    }
}

@keyframes animatePrimary {
    0% {
        offset-rotate: 10deg;
    }

    50% {
        offset-rotate: 190deg;
    }

    to {
        offset-rotate: 370deg;
    }
}

.btn-login::before {
    content: "";
    position: absolute;
    /*inset: -150%;*/
    animation: animatePrimary 8s cubic-bezier(0.15, 0.28, 0.86) infinite;
    animation-play-state: paused;
}

.btn-login:hover {
    animation-play-state: running;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .product-header {
        padding: 16px 20px;
    }

        .product-header h3 {
            font-size: 18px;
        }

    .product-body {
        padding: 20px;
    }

    .option-group {
        margin-bottom: 16px;
    }

        .option-group label {
            font-size: 13px;
        }

    .product-footer {
        padding: 12px 20px;
        flex-wrap: wrap;
        gap: 8px;
    }

        .product-footer .rz-button {
            flex: 1;
            min-width: 120px;
        }
}

@media (max-width: 480px) {
    .product-header {
        padding: 12px 16px;
    }

        .product-header h3 {
            font-size: 16px;
        }

    .product-body {
        padding: 16px;
    }

    .option-group {
        margin-bottom: 14px;
    }

        .option-group label {
            font-size: 12px;
            margin-bottom: 6px;
        }

    .product-footer {
        padding: 10px 16px;
    }

        .product-footer .rz-button {
            font-size: 14px;
        }
}





.progress-container {
    position: relative;
    margin: 2rem 0 3rem 0;
}

.progress-line {
    position: absolute;
    top: 15px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: linear-gradient(to right, #e8eaf6, #e8eaf6);
    border-radius: 2px;
    z-index: 1;
}

.progress-line-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: width 0.4s ease-in-out;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}

.progress-dots {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 10%;
}

.dot-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 4px solid #e8eaf6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    color: #9ca3af;
    font-size: 18px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .dot::before {
        content: '';
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .dot.active {
        background: linear-gradient(135deg, var(--evergreen-light) 0%, var(--frost-blue-dark) 100%);
        border-color: var(--holly-red);
        color: white;
        transform: scale(1.15);
        box-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    }

        .dot.active::before {
            opacity: 0.3;
            animation: pulse2 2s infinite;
        }

    .dot.completed {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        border-color: #10b981;
        color: white;
        box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
    }

    .dot:hover:not(.active) {
        border-color: #c7d2fe;
        transform: scale(1.08);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.check-icon {
    font-size: 24px;
    font-weight: bold;
    animation: checkmark 0.4s ease;
}

.step-label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.dot.active ~ .step-label,
.dot-wrapper:has(.dot.active) .step-label {
    color: #667eea;
}

.dot.completed ~ .step-label,
.dot-wrapper:has(.dot.completed) .step-label {
    color: #10b981;
}

@keyframes checkmark {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    margin: 2rem 0;
}

.carousel-content {
    display: flex;
    width: 400%;
}

.carousel-slide {
    min-width: 25%;
    padding: 1rem;
    box-sizing: border-box;
}

    .carousel-slide h3 {
        margin-bottom: 1.5rem;
        color: #333;
    }

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1rem;
}

/* Custom Animated Checkbox Styling */
.custom-animated-checkbox {
    position: relative;
}

    /* Hide the default Radzen checkbox appearance */
    .custom-animated-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        border: 2px solid #d1d5db;
        border-radius: 6px;
        background-color: white;
        cursor: pointer;
        position: relative;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin: 0;
    }

        .custom-animated-checkbox input[type="checkbox"]:hover {
            border-color: #b22222;
            box-shadow: 0 0 0 3px rgba(178, 34, 34, 0.1);
        }

        .custom-animated-checkbox input[type="checkbox"]:focus {
            outline: none;
            border-color: #b22222;
            box-shadow: 0 0 0 3px rgba(178, 34, 34, 0.2);
        }

        /* Checked state */
        .custom-animated-checkbox input[type="checkbox"]:checked {
            background-color: #b22222;
            border-color: #b22222;
            animation: checkboxPulse 0.4s ease;
        }

        /* Checkmark */
        .custom-animated-checkbox input[type="checkbox"]::after {
            content: '';
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 6px;
            height: 11px;
            border: solid white;
            border-width: 0 2.5px 2.5px 0;
            transform: rotate(45deg);
            filter: drop-shadow(0 2px 4px var(--evergreen-light));
        }

        .custom-animated-checkbox input[type="checkbox"]:checked::after {
            display: block;
            animation: checkmarkDraw 0.4s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        }

        /* Disabled state */
        .custom-animated-checkbox input[type="checkbox"]:disabled {
            cursor: not-allowed;
            opacity: 0.5;
            background-color: #f3f4f6;
        }

            .custom-animated-checkbox input[type="checkbox"]:disabled:hover {
                border-color: #d1d5db;
                box-shadow: none;
            }

/* Animations */
@keyframes checkboxPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(178, 34, 34, 0.4);
    }

    50% {
        transform: scale(0.92);
        box-shadow: 0 0 0 8px rgba(178, 34, 34, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(178, 34, 34, 0);
    }
}

@keyframes checkmarkDraw {
    0% {
        height: 0;
        width: 0;
        opacity: 0;
        transform: rotate(45deg) translate(-2px, 2px);
    }

    30% {
        height: 0;
        width: 6px;
        opacity: 1;
        transform: rotate(45deg) translate(0, 0);
    }

    100% {
        height: 11px;
        width: 6px;
        opacity: 1;
        transform: rotate(45deg) translate(0, 0);
    }
}