.body-responsive {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    /*TEMPORARY TO PREVENT DEV TOOLS MOBILE SIMULATOR ISSUES */
    overflow-x: hidden;
}
/*  ------- Home Page -------  */

:root {
    --dv-orange: #E38D2D;
    --dv-orange-hover:#EBAD67;

    --dv-blue: #4988C1;
    --dv-blue-hover:#5EA9EE;

    --dv-green: #79B05F;
    --dv-green-hover:#95D079;

    --dv-grey: #757575;
    --dv-grey-hover:#606060;

    --dv-red: #AF3030;
    --dv-red-hover:#822323;

    --dv-yellow: #FFD753;

    --dv-list-bg: #20272F;
    --dv-list-active-bg: #454D55;
    --dv-list-text: #A3A3A3;

    --dv-text: #F5F5F5;

    --dv-bg: #142229;
    --dv-header-text: #FFFFFF;
    --dv-page-header-text: #FFD753;
    --dv-footer-bg: #000000;
    --dv-subheader-bg: #000000;
    --dv-subheader-height: 87;  /* px */ /* 107 */
    --dv-subheader-height-mobile: 107;  /* px */ /* 107 */
    --dv-subheader-card-width: 550;  /* px */
    --dv-subheader-card-min-width: 350;  /* px */
    --dv-title-header : 100; /* px */ /* 129 */

    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-padding-before: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    -webkit-padding-start: 0;
}

#center-content {
    background-color: #142229;
    color: var(--dv-text);
}

.dv-center-content {
    position: relative;
}

table {
    color:white;
}
article a {
    color: #E38D2D !important;
}
article {
    color: white !important;
}
article iframe {
    width: 100%;
    aspect-ratio: 2 / 1 !important;
    height: auto;
}
.dv-font {
    font-family:'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    color: #FFFFFF;
}

.dv-orange {
    color: var(--dv-orange) !important;
}

.orange-button {
    background-color: var(--dv-orange);
    color: var(--dv-text);
    border-radius: 4px;
    font-size: 2rem;
    font-weight: bolder;
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}

.orange-button:hover {
    color: var(--dv-text);
    background-color:#EBAD67;
}



.dv-button-size-normal {
    width: 170px;
    height: 2em;
}
.dv-button {
    background-color: var(--dv-orange);
    color: var(--dv-text);
    border-radius: 0.75em;
    font-size: 1.5rem;
    font-weight: bolder;
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
}

.dv-bg-orange {
    background-color: var(--dv-orange) !important;
}
.dv-bg-orange:hover {
    background-color: var(--dv-orange-hover) !important;
}
.dv-bg-blue {
    background-color: var(--dv-blue) !important;
}
.dv-bg-blue:hover {
    background-color: var(--dv-blue-hover) !important;
}
.dv-bg-green {
    background-color: var(--dv-green) !important;
}
.dv-bg-green:hover {
    background-color: var(--dv-green-hover) !important;
}
.dv-bg-grey {
    background-color: var(--dv-grey) !important;
}
.dv-bg-grey:hover {
    background-color: var(--dv-grey-hover) !important;
}
.dv-bg-red {
    background-color: var(--dv-red) !important;
}
.dv-bg-red:hover {
    background-color: var(--dv-red-hover) !important;
}

.dv-button-row {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    justify-content: center;
    align-items: center;
    gap : 1em;
    padding-top : 1em;

}

.grey-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.75em;
    background-color: #20272F;
    color: var(--dv-text);
    min-width: 320px;
    padding: 15px;

    width: 500px;

    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
}

/*  ------- Carousel -------  */

.carousel {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    color: #FFFFFF;
}

.carousel-button-right {

}

.carousel-button-left {
    
}


.slide-bg-large {
 
}

.slide-bg-small {
    height: 100%;
}

.carousel-logo {
    width: 25%;
}

.slide-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.slide-info-column {
    min-width: 500px;
    width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display:flex;
    flex-direction: column;
}

.slide-title {
    font-family: 'Oswald';
    font-style: normal;
    font-size: 2.75rem;
    color: white;
    padding: 5px 0px;
}

.slide-subtitle{
    text-align: center;
    font-size: 1.75rem;
    color: white;
    line-height: 100%;
    padding: 5px 0px;
}

.slide-info {
    color:#ffce66;
    font-size: 1.5rem;
    padding: 5px 0px;
}

.carousel-slide-btn {
    padding: 12px 100px; 
    font-size:2.25rem ;
    border: 2px solid black; 
    border-radius: 0.5rem;
    margin-top: 15px;
    background-image: url("/images/HeaderFooter/Header_SignUp_Button.png");
    background-size:100% 100%;
    color:#ffffff;
}

.carousel-slide-btn:hover {
    padding: 12px 100px; 
    font-size:2.25rem ;
    color: white !important;
    border: 2px solid white; 
    border-radius: 0.5rem;
    margin-top: 15px;
}

/*  ------- User Account -------  */
.header-account-dropdown-menu-container {
    position: absolute;
    top: calc(1px * var(--header-height));
    z-index: 10001;
    right:450px;
}
.header-account-dropdown-menu{
    position: absolute;
    width: 450px;
    margin: 0px;
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,0.15);
    list-style: none;
    padding-left: 0px;
}
.account-dropdown-item-icon{
    height: 50px;
    width: 50px;
}
.header-account-dropdown-menu-li{
    width: 100%;
}
.header-account-dropdown-menu-li a{
    display: block;
    padding: 10px;
    font-family:'Kanit';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    color: #cbcbcb;
    text-transform:none;
    cursor: pointer;
}
.header-account-dropdown-menu-li a:hover{
    font-family:'Kanit';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    color: #FFFFFF;
    text-transform:none;
    cursor: pointer;
    background-color: #43301E;
    width: 100%;
}
.user-account-font {
    font-family:'Kanit';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    text-transform:none;
}

.user-account-widget-order {
    order:5;
}

.user-account-widget {
    z-index: 2400;
    width: 296px;
    min-width: 296px;
    margin-top: 10px;
    height: 100px;
    overflow: visible;
}

.user-avatar {
    height: 72px;
    width: 72px;
    background-color: #bbb;
    border: 3px solid #010101;
    border-radius: 50%;
    display: block;
    /* float: right; */
    overflow: hidden;
    position: absolute;
    right: 0.25em;
    z-index: 10001;
    top: 0;
}

.header-avatar-image{
    height: 69px;
    width: 69px;
}

.dv-navbar-condensed .user-avatar {
    height: 73px;
    width: 73px;
    background-color: #bbb;
    border: 3px solid #010101;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 10001;
    top: 0;
}
.dv-navbar-condensed .user-avatar .header-avatar-image {
    height: 70px;
    width: 70px;

}
.user-account-widget-left {
    width: 180px;
    margin-top: -4px;
}

.user-account-container {
    width:200; 
    overflow-x:visible;
    z-index: 2400;
}


.user-name {
    height: 20px;
    color: #cbcbcb;
    width:100%;
    text-align:end;
    margin-top:0px;
    display: inline-block;
}

.unused {
  vertical-align: top;
}


.user-accountid-select-old {
  height: 16px;
  width:60%;
  margin-top: 10px;
  display: block;
  float:right;
}

.user-accountid-select {
    height: 50px;
    /* width: 180px; */
    margin-top: 10px;
    display: block;
    float:right;
    background-color: transparent;
    /* z-index: 90001; */
    right: -40px;
    top: 0;
}

.dv-signed-in-mobile .user-accountid-select {
    right: 55px;
}

.dv-signed-in-mobile .user-accountid-select .user-accountid-select-button {
    z-index: 10000;
}
.display-name-update {
    background-color: transparent;
    font-size: 0.75rem;
}
.user-accountid-select-button {
    height: 30px;
    /* width: 180px; */
    text-align: right;
    background-color: transparent;
    border: none;
    color: grey;
    float: right;
    margin-top: clamp(20px, 3vw, 50px);
    margin-right: clamp(-30px, -1.5vw, -10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px 6px;
    padding-bottom: 2px;
    font-size: 1.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.user-accountid-select-button img {
    height: 1.25rem;
}

.user-accountid-select > .dropdown-toggle::after {
    color: #cbcbcb;

}

.user-account-ticket-display {
    height: 30px;
    /* width: 180px; */
    text-align: right;
    color: white;
    background-color: black;

    border: 2px solid black;
border-radius: 6px 0 0 6px;
    margin-right: clamp(-15px, -1.3vw, -5px);
    float: right;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px 9px 3px 6px;

    font-size: 1.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.ticket-count-update {
    margin-right: 0.5rem;
}
.user-account-ticket-display-img {
    height: 1.25rem;
}
.tooltip-container {
    position: relative;
}

.ticket-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: #ffd753;
    padding: 12px 18px;
    border: 1px dashed #ffffff;
    border-radius: 6px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
    display: none;
}

/* Show on hover */
.tooltip-container:hover .ticket-tooltip {
    display: block;
}


/*  ------- Login Sequence -------  */


.login-sequence-main {
    border-radius: 1rem; 
    background-color: #444444;
    border: 4 solid #ffffff !important;
    background-color: #f0f0f0;
}
/*
935x509
*/

.login-sequence-main.modal-content{
    background-color: #f0f0f0;
    z-index: 8000;
}

.login-sequence-header {

    background-image: url("/images/LoginSignup/DW_Login_image.jpg");
    height:272px; 
    background-size:auto 100%; 
    background-repeat:repeat-x;

    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; 
    background-color: #AAAAAA;

    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;

    margin:4px;
}

.login-sequence-footer {
    background-color:#142229; 
    height:3em; 
    display: flex; 
    justify-content: center; 
    border-bottom-left-radius: 1rem; 
    border-bottom-right-radius: 1rem; 
    margin: 4px
}

.login-sequence-body-title {

    font-family:'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: #000000;
}

.login-sequence-text-cta {
    /*margin: auto 2em;*/
    text-align:center;
    font-size: 1.1rem;
}

.login-sequence-text {
    /*margin: auto 2em;*/
    text-align:left;
}

.login-sequence-text-footnote {
    /*margin: auto 2em;*/
    color: #757575;
    text-align:center;
    font-size: 0.8rem;
}

.login-sequence-body > hr {
    border: 1px solid #ababac;
}

.login-sequence-body {
    background-color: #f0f0f0;
    color: #000000;

    /*margin: 4px;*/
    margin: auto 2em;

    font-family:'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: left;

    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; 
}

.login-sequence-body.modal-body {
    padding-top:0;
}

.login-sequence-error-input{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25) !important;
    padding-right: calc(1.5em + 0.75rem) !important;
}

.login-sequence-error-input:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25) !important;
    background-image: none;
}

.dv-text-entry.form-control {

    min-height: calc(1.5em + 1rem + 4px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;

    background-color: #8e8e8f;
    border: 2px solid  #313131;
    border-radius: 0.5em;
    color:black;
}

.dv-text-entry.form-control:focus {
    background-color: #acacac;
    color:black;

    /* border-color: #FF0000; */
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
  }

.dv-text-entry-icon {
    float: right;
    position: absolute;
    right: 15px;
    font-size: 1.25rem; /* must match .dv-text-entry.form-control */
    top: calc((1.5em + 1rem + 4px) / 2); /* must match .dv-text-entry.form-control */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    z-index: 100;
}


.dv-pin-entry.form-control {

    width:40px;
    height:60px;    
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;

    background-color: #ffffff;
    border: 2px solid  #999999;
    border-radius: 0.25em;
    color:#000000;

    text-align:center;
}

.dv-pin-entry.form-control:focus {
    background-color: #ffffff;
    color:#000000;
    border: 2px solid  #adadad;

    /* border-color: #FF0000; */
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
  }



.dv-btn-primary.btn {
    font-family:'Kanit';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;

    border: 2px solid  #313131;
    border-radius: 0.5em;
    background-color: #2e7098;
    color:#ffffff;
    font-size: 1rem;

    padding: 0.5rem 1rem !important;
}

.dv-btn-secondary.btn {
    font-family:'Kanit';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;

    border: 2px solid  #313131;
    border-radius: 0.5em;
    background-color: #545555;
    color:#ffffff;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
}

.dv-btn-tertiary.btn {
    font-family:'Kanit';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;

    border: 2px solid  #313131;
    border-radius: 0.5em;
    background-color: #a47549;
    color:#ffffff;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
}

.dv-btn-login.btn {
    background-image: url("/images/HeaderFooter/Header_SignUp_Button.png");
    background-size:100% 100%;
    border-radius: 0.5em;
    color:#ffffff;
    font-size: 0.6em; 
    padding: 0.5rem 1rem !important;

}

.dv-btn-login-order {
    order:5;
}

.dv-btn-login-container {
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    margin: 0.5em;
    align-self: center;

}

.modal-backdrop {
    opacity: 0.25 !important;
}

/*
.was-validated:invalid ~ .invalid-feedback, .was-validated:invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip
{
    display: block;
}
*/

.was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip, .was-validated .is-invalid~.invalid-feedback, .was-validated .is-invalid~.invalid-tooltip {
    display: block;
}
.dw-login-button {
    width: 170px;
    background: transparent; 
    border:none
}
.dw-login-button img{
    width: 100%;
}
/*  ------- Reactive Sizing -------  */


/* Mobile Screen */
@media screen and (max-width: 790px) {
    :root {
        --header-height: 87; /* px */
        --content-width: 90vw;
    }

    div.example {
      width: 100vw;
      display: none;
    }
    .user-account-widget {
        width: 64px;
        min-width: 64px;
        margin-top: 0px;
    }
    .dv-subheader-logo{
        display: none;
    }

    .dv-subheader-font{
        /* display: none; */
        left: 0;
    }
    
    .remove-title-text{
        display: none!important;
    }
    
    .slide-bg-large {
        display: none !important;
       }
    
    .slide-info-column {
        width: 280px;
    }

    .slide-logo {
     
    }

    .slide-title {
        font-family: 'Oswald';
        font-style: normal;
        font-size: 2.5rem;
        color: white;
        padding: 5px 0px;
        width: 300px
    }
    
    .slide-subtitle{
        text-align: center;
        font-size: 1.5rem;
        color: white;
        line-height: 100%;
        padding: 5px 0px;
        width: 300px
    }
    
    .slide-info {
        color:#ffce66;
        font-size: 1.25rem;
        padding: 5px 0px;
        width: 300px
    }

    .carousel-slide-btn {
        padding: 15px 50px; 
        font-size:2rem ;
        border: 2px solid black; 
        border-radius: 0.5rem;
        margin-top: 15px;
        background-image: url("/images/HeaderFooter/Header_SignUp_Button.png");
        background-size:100% 100%;
        color:#ffffff;
    }
    
    .carousel-slide-btn:hover {
        padding: 15px 50px; 
        font-size:2rem ;
        color: white !important;
        border: 2px solid white; 
        border-radius: 0.5rem;
        margin-top: 15px;
    }
    .login-sequence-main {
        max-width: 375px;
        margin: 0 auto;
    }
    .login-sequence-header {
        background-image: url(/images/LoginSignup/DW_Login_image.jpg);
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        background-color: #AAAAAA;
        display: flex
    ;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        margin: 4px;
    }
    .dv-navbar-condensed .user-avatar {
        right: 0.75rem;
        height: 63px;
        width: 63px;
    }
    .dv-navbar-condensed .user-avatar .header-avatar-image {
        height: 60px;
        width: 60px;
    }
    .user-accountid-select-button {
        margin-right: -5px;
        margin-top: 40px;
    }
    .user-account-ticket-display {
        margin-right: clamp(-15px, -2.8vw, -5px);
    }
  }


/* Small Screen */
@media screen and (min-width: 791px) and (max-width: 1049px) {
    :root {
        --header-height: 87; /* px */
        --header-width:  791px; 
        --content-width: 768px;
    }

    .dv-center-content {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }
    /* store-section-container should mirror dv-center-content */
    .store-section-container {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }

        
    .dv-subheader-logo{
        display: none;
    }

    .dv-subheader-font{
        /* display: none; */
    }
    .remove-title-text{
        display: none!important;
    }

    .user-account-widget {
        width: 64px;
        min-width: 64px;
        margin-top: 0px;
    }

    .slide-bg-large {
        display: none !important;
    }

    .slide-logo {
        
    }

    .slide-title {
        font-family: 'Oswald';
        font-style: normal;
        font-size: 2.5rem;
        color: white;
        padding: 5px 0px;
        width: 300px
    }
    
    .slide-subtitle{
        text-align: center;
        font-size: 1.5rem;
        color: white;
        line-height: 100%;
        padding: 5px 0px;
        width: 300px
    }
    
    .slide-info {
        color:#ffce66;
        font-size: 1.25rem;
        padding: 5px 0px;
        width: 300px
    }

    .carousel-slide-btn {
        padding: 10px 50px; 
        font-size:1.75rem ;
        border: 2px solid black; 
        border-radius: 0.5rem;
        margin-top: 15px;
        background-image: url("/images/HeaderFooter/Header_SignUp_Button.png");
        background-size:100% 100%;
        color:#ffffff;
    }
    
    .carousel-slide-btn:hover {
        padding: 10px 50px; 
        font-size:1.75rem ;
        color: white !important;
        border: 2px solid white; 
        border-radius: 0.5rem;
        margin-top: 15px;
    }
    .dv-navbar-condensed .user-avatar {
        right: 0.75rem;
    }
    .user-accountid-select-button {
        margin-right: -5px;
        margin-top: 30px;
    }

  }



/* Medium Screen */
@media screen and (min-width: 1050px) and (max-width: 1280px) {
    :root {
        --header-height: 87; /* px */
        --header-width:  1045px; 
        --content-width: 969px;
    }

    .dv-center-content {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }
    /* store-section-container should mirror dv-center-content */
    .store-section-container {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }

    
    .dv-subheader-logo{
        display: none;
    }

    .modal-dialog {
        margin: 2.55rem auto;
    }    
    .slide-bg-large {
        display: none !important;
       }

    .carousel-button-right {
        right: -40 !important;
    }
    
    .carousel-button-left {
        left: -40 !important;
    }
       .dv-navbar-condensed .user-avatar {
        right: 0.75rem;
    }
    .user-accountid-select-button {
        margin-right: -5px;
        margin-top: 30px;
    }
  }

/* Large Screen */
@media screen and (min-width: 1281px) and (max-width: 1680px) {
    :root {
        --header-height: 87; /* px */
        --header-width:  1276px; 
        --content-width: 1200px;
    }

    .dv-center-content {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }
    /* store-section-container should mirror dv-center-content */
    .store-section-container {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }

    .modal-dialog {
        margin: 2.55rem auto;
    }
    
    .slide-bg-small {
        display: none !important;
       }
    
    .user-account-widget {
        
    }
    .carousel-button-right {
        right: -50 !important;
    }
    
    .carousel-button-left {
        left: -50 !important;
    }
    .user-accountid-select {
        top: 0.75em;
    }
    .user-accountid-select-button {
        margin-top: clamp(1.25em, 2.5em, 3.75em);
        margin-right: clamp(-1.25em, -0.75em, -0.3em);
    }
  }  

  
/* XLarge Screen */
@media screen and (min-width: 1681px) {
    :root {
        --header-height: 87; /* px */
        --header-width:  1676px; 
        --content-width: 1600px;
    }

    .dv-center-content {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }
    /* store-section-container should mirror dv-center-content */
    .store-section-container {
        width: var(--content-width);
        position: relative;
        margin-right: auto !important;
        margin-left: auto !important;        
    }

    .modal-dialog {
        margin: 2.55rem auto;
    } 
    
    .slide-bg-small {
        display: none !important;
       }

    .user-account-widget {
        
    }
    .carousel-button-right {
        right: -50 !important;
    }
    
    .carousel-button-left {
        left: -50 !important;
    }
    .user-accountid-select {
        top: 0.75em;
    }
    .user-accountid-select-button {
        margin-top: clamp(1.25em, 2.5em, 3.75em);
        margin-right: clamp(-1.25em, -0.75em, -0.3em);
    }
  }  

