html, body { height: 100%; }

body {
    background: none !important;
    color: #333;
    display: flex;
    position: relative;
}

body.overflow-y-hidden { overflow-y: hidden; }

#expodata {
    display: flex;
    min-height: 450px;
}

#subpage-modal {
    background-color: #f8f9fa;
    display: flex;
    height: 100vh;
    left: 0;
    opacity: .75;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 11;
}

#subpage {
    background-color: white;
    border-radius: 1rem 1rem 0 0;
    bottom: 0;
    box-shadow: -1px 0 1rem 1px #999;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 1.5rem;
    z-index: 12;
}

.btn-selector {
    border-color: #21a9e1;
    color: #21a9e1;
}

.btn-selector:hover {
    background-color: #21a9e1;
    color: white !important;
}

.btn-selector:hover > a {
    color: white;
    text-decoration: none;
}

.btn-selector > a {
    align-items: center;
    color: #21a9e1;
    display: flex;
    height: 100%;
    justify-content: center;
}

.subpage-content {
    display: flex;
    padding: 25px 5px;
    width: 100%;
}

.selatt {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 1rem;
}

.seluser { display: none; }

.attDiv {
    font-size: large;
    height: 45px;
    overflow: auto;
    width: 100%;
}

.lblSubpage-Header {
    font-size: medium;
    height: 46px;
    text-align: left;
    width: 100%;
}

.lbl-Header {
    align-items: center;
    background-color: #eee;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    padding: 5px;
}

.lblSubpage-Header-SignIn {
    font-weight: 500;
    margin-left: auto;
}

.lblSubpage-Header > i {
    font-size: 22px;
    margin-right: 10px;
}

.signin_contents {
    flex: 1;
    margin-top: 20px;
    overflow: auto;
}

.modal-show { overflow: hidden; }

.selector-icon {
    background-color: #eee;
    /*color: #eee;*/
    box-shadow: -8px 0px 15px 1px grey;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 25px;
    height: 50px;
    left: -50px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    /*background-color: white;*/
    width: 50px;

    z-index: 1;
}

.selector-icon-selected {
    background-color: white;
    box-shadow: -8px 0px 15px 0px grey;
    color: #333;
    z-index: 2;
}

.signin-icon {
    top: 50px;
    /*box-shadow: -8px 5px 12px 1px grey;*/
}

@media screen and (max-width: 768px) {
    .page-container { display: table !important; }
}

.div_message_header { background-color: #eee; }

.snotifyToast__inner .alert {
    margin-bottom: 0;
    padding: 0;
}

.snotifyToast__inner .alert-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.housing-info { font-size: x-small }

.showSubItem { /*display: block;*/ }

.submenu-item {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.41) 0px 5px 10px -2px;
    box-sizing: border-box;
    color: #333;
    /* left: 0; */
    overflow: hidden;
    padding: 0 1rem;
    position: absolute;
    top: 100%;
    width: 339px;
}

.submenu-item > select {
    height: 40px;
    width: 210px;
}

.subitem-btns > button + button:last-child { margin-left: .5rem; }

select.custom-select {
    margin: 0.5rem 0.5rem 0 0;
    width: auto;
}

#expodata-page {
    margin: 0px !important;
    position: absolute !important;
    width: 100%;
}

.btn-expo { font-size: small; }

.pageContentLayout {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.showMenu { display: block; }

#divSlide {
    background-color: #eee;
    border: 1px solid red;
    height: 350px;
    margin-top: 25px;
    width: 350px;
}

#testMenuState {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.ngb-dp-day.disabled, .ngb-dp-day.disabled > span { text-decoration: line-through; }

.range-slider { position: relative; }

.range-slider > input {
    -webkit-appearance: none;
    background: #eee;
    border-radius: 5px;
    height: 15px;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: white;
    border: 4px solid #F9B90F;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

input[type="range"].ghost {
    background: var(--track-background);
    position: relative;
    --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 45%/100% 40%;
    --range-color: #3AACED !important;
}

.range-slider > .info {
    bottom: -15px !important;
    color: black;
}

ngb-datepicker { border: none; }

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.signin_popup {
    border-right: none;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    min-width: 0;
}

.signin_attendee {
    border-bottom: 1px solid #333;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    min-width: 0;
}

div[data-forgot-password] { display: none; }

@media (max-width: 768px) {
    .lblSubpage-Header-Attendee { margin-bottom: 0px; }
}

@media (min-width: 768px) {
    .signin_popup { border-right: 1px solid; }

    .signin_attendee { border-bottom: none; }

    #subpage {
        border-radius: 0;
        left: initial;
        right: 0;
        top: 0;
        width: 60%;
    }
}

.cutoff .signin_popup { display: none; }

.cutoff { min-width: 100%; }

.cutoff [data-message] { width: 100%; }

.modemessage {
    height: 100%;
    margin-top: 20px;
    overflow: auto;
}

.cutoff .signin_contents { display: block; }

.cutoff .selatt {
    display: flex;
    flex: none;
}

.link {
    color: blue !important;
    cursor: pointer;
}

/*Privacy Bar Control*/
#privacybar {
    background-color: transparent;
    width: 232px;
    color: white;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    left: 120px;
    display: flex;
}
.pvcy_wrap {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    background-color: #eee;
    border: 1px solid #ddd;
    flex-direction: column;
    margin-left: 5px;
    border-radius: 5px;
    opacity: 0.95;
}

.pvcy_text {    
      margin-top: 7px;
    font-size: small;
    padding-left: 10px;
    color: black;
    padding-right: 10px;
}
.pvcy_btn {
       padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.pvcy_btn>button {
    font-size: small;
    cursor: pointer;
}

.lnk_privacy {
    color: blue;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0px;
}

#chat-widget-container {
    z-index: 2001 !important;   
}
.card-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}
