body {
    font-size: 14px;
    background: #F5F5F5;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    display: flex;
    background-size: cover;
}

:root {
    touch-action: pan-x pan-y;
    height: 100%
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9F843B;
}

table {
    background-color: white;
}


.line_break {
    white-space: normal;
}

/* set the background for a hover */
.btn:hover {
    background-color: lightgray !important;;
}

.btn:disabled {
    background-color: lightgray;
    color: rgb(158 153 139);
    border-color: rgb(158 153 139);
}

/* over-ride the text decoration none */
.underline {
    text-decoration: underline;
}

.href_link:hover {
    text-decoration: none;
    color: #9F843B;
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.dark_background {
    background: rgba(159, 132, 59, 1);
}

.white_background {
    background: white;
}

.brown_background {
    background-color: #9F843B;
    color: white;
}
.brown_background:hover {
    background-color: #9F843B;
    color: white;
}
.brown_background:focus {
    background-color: #9F843B;
    color: white;
}

.brown_border {
    border: solid 1px #9F843B;
}

.no_left_rounding {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.no_right_rounding {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* top bar CSS */
.topMemberBar {
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 80px;
    display: flex;
}

.log_button {
    background-color: #9F843B;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    border: double 10px transparent;
    /* border-color: transparent; */
    height: 60px;
    width: 150px;
    /* border-radius: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: none; */
    /* border: 5px solid red !important; */
    border-radius: 6px !important;
}

.log_button:focus {
    background-color: #9F843B;
    color: rgba(255, 255, 255, 1);
    /* opacity: 1; */
    /* border: none; */
}

.button_flip_mgr_mbr {
    background-color: #9F843B;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    border: double 10px transparent;
    /* border-color: transparent; */
    height: 60px;
    width: 20px;
    /* border-radius: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: none; */
    /* border: 5px solid red !important; */
    border-radius: 6px !important;
    font-size: 12px;
}

/* END top bar css */

/* font color css */
.black_font {
    color: black;
}

.white_font {
    color: white;
}

.faded_white_font {
    color: rgba(255, 255, 255, 66%);
}

.faded_white_font:hover {
    color: rgba(255, 255, 255, 66%);
}

.red_font {
    color: red;
}

.blue_font {
    color: blue;
}

.green_font {
    color: green;
}

.yellow_font {
    color: #f28f1e;
}

.twelve_font {
    font-size: 12px;
}

.sixteen_font {
    font-size: 16px;
}

.twenty_font {
    font-size: 22px;
}

/* this is the main (brownish) color that is used as the motif in this application */
.brown_color {
    color: #9F843B;
}

.hr_no_margin {
    margin: 0;
}

.bold_font {
    font-weight: 600;
}

/* END font colors */

/* bottom bar css */
.bottomMemberBar {
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 60px;
    display: flex;
    position: fixed;
}

.move_words_left {
    position: relative;
    left: -75px;
}

.banquest_logo_hgt {
    height: 25px;
}

/* this stops text from wrapping, used on bottom row of the donation campaign, it was wrapping with a blank space between words */
.text_no_wrap {
    white-space: nowrap;
}

/* end bottom bar css */

.force_info_box {
    background-color: #6c757d;
    border-radius: 4px;
    padding: 6px;
}

.card-control {
    border-color: #000
}

.floating-label {
    color: #000
}

.card-control:focus {
    border: 1px solid #424242;
    box-shadow: none
}


/* css for the manual payments page */
/* entry boxes and labels */
.man_cc_label {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.man_cc_save_card {
    position: absolute;
    left: 20px;
    top: 10px;
}

.man_cc_head {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 26px;
}

.disabled_text {
    color: #D3D3D3;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.colorCkbox {
    border: 1px solid black;
}


/* END css for the manual payments page */

/* START css for the seat layout page */
canvas {
    border: 3px solid #ccc;
}

.canvas_background {
    /* used to color the front and back labels */
    background-color: #F5F5F5;
    font-family: Work Sans, serif;
}

.legend_circle{
    width:24px;
    height:24px;
    border-radius: 50%;
    border:none;
}

.legend_wording{
    font-size: 18px;
    font-weight: 400;
    font-family: Work Sans, serif;
}
/* END css for the seat layout page */

/* used to keep the images in saved card the same height */
.visa_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.amex_padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* END used to keep the images in saved card the same height */

/* process  button */
.process_cc_button {
    color: white;
    font-weight: 500;
    background: #9F843B;
    border-radius: 6px;
    width: 200px;
}

.process_cc_button:focus {
    color: white;
    background: #9F843B;
}
/* END css for the entry boxes on the manual payments page */

.donation_right_bar {
    background-color: white;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100px !important;
    /* width: 7vw !important; */
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 12px;
    z-index: 100;
    padding-right: 3em;
    padding-left: 3em;
}

/* css for the member floor plan things */
.choose_plan_button {
    font-family: Work Sans, serif;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    background: white;
    color: black;
    width: 336px;
    height: 156px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    /* the white space below makes it look good when in smaller screen, but if writing too long goes off screen */
    max-width: 100%;
    white-space: normal;
}

.choose_plan_button:focus {
    background: white;
    color: black;
    outline: none !important;
    box-shadow: none;
}

/* END css for the member floor plan things */

/* css to size the buttons on the index page of the kiosk */
.main_page_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    background: white;
    color: black;
    width: 336px;
    height: 156px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    margin-bottom: 12px;
    margin-top: 12px;
    display: grid;
}

/* this causes the button to stay white even after clicked, if not it becomes transparent */
.main_page_button:focus {
    background: white;
    color: black;
}


/* css for the choose user login type button */
.login_type_button {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    /* line-height: 48px; */
    background: white;
    color: black;
    width: 336px;
    height: 156px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    margin-bottom: 12px;
    margin-top: 12px;
}

.login_type_button:focus {
    background: white;
    color: black;
}

.four_eight_wide {
    width: 48px;
}

/* END css for the choose user login type button */

/* css used in campaign, donation amount, frequency/duration and payment pages */
.campaign_button {
    font-family: "Suez One", "Work Sans", serif;
    font-weight: 950;
    font-size: 20px;
    background: white;
    color: black;
    /* width: 610px;
    height: 100px; */
    width: 254px;
    height: 100px !important;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign_button:focus {
    background: white;
    color: black;
}

.amt_button_width {
    width: 336px;
    max-width: 100%;
}

.amount_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    text-align: center;
    background: white;
    color: black;
    /* width: 610px;
    height: 100px; */
    width: 255px;
    height: 100px !important;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
}
.amount_button:focus {
    background: white;
    color: black;
}

.amount_button_surcharge {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    text-align: center;
    background: #9F843B;
    color: white;
    /* width: 610px;
    height: 100px; */
    width: 255px;
    height: 100px !important;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
}
.amount_button_surcharge:focus {
    background: #9F843B !important;
    color: white;
}

.frequency_button_checked {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    background: white;
    color: #9F843B;
    width: 100%;
    height: 100px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frequency_button_checked:focus {
    background: white;
    color: #9F843B;
}

.frequency_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    background: white;
    color: black;
    width: 100%;
    height: 100px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frequency_button:focus {
    background: white;
    color: black;
}

.duration_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    text-align: center;
    background: white;
    color: black;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    /* the white space below makes it look good when in smaller screen, but if writing too long goes off screen */
    max-width: 100%;
    white-space: normal;
}

.duration_button:focus {
    background: white;
    color: black;
}

.payment_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    background: white;
    color: black;
    /* width: 336px; */
    width: 360px !important;
    height: 156px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    margin-bottom: 12px;
    margin-top: 12px;
    display: grid;
}

/* this causes the button to stay white even after clicked, if not it becomes transparent */
.payment_button:focus {
    background: white;
    color: black;
}

.payment_button_width {
    /* display: inline-block; */
    width: 250px;
    vertical-align: top;
    height: 10px;
}

.ongoing_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 20px;
    width: 336px;
    text-align: center;
    background: white;
    color: black;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    /* the white space below makes it look good when in smaller screen, but if writing too long goes off screen */
    max-width: 100%;
    white-space: normal;
}

.ongoing_button:focus {
    background: white;
    color: black;
}

.option_button {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 24px;
    text-align: center;
    background: white;
    color: black;
    width: 252px;
    height: 100px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    margin-bottom: 12px;
    margin-top: 12px;
}

.header_look {
    font-family: Work Sans, serif;
    font-weight: 950;
    font-size: 26px;
    color: white;
}

.amount_dollar_look {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
}

.amount_label_look {
    font-family: Work Sans, serif;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.freq_dur_next_button {
    width: 50%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #9F843B;
    border: #9F843B;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
}

.freq_dur_next_button:focus {
    background: #9F843B;
    border: #9F843B;
    color: white;
}

/* card settings for mobile pages that use tables */
.card_head_height {
    height: 35px;
}

.card_header_color {
    background-color: white;
}

/* END card settings for mobile pages that use tables */

/* checkboxes for mobile pages and regular tables */
.big-checkbox {
    width: 1rem;
    height: 1rem;
}

.bigger-checkbox {
    width: 1.5rem;
    height: 1.5rem;
}

.checkbox_color {
    accent-color: #9F843B;
    border-color: #9F843B;
}

.checkbox_checked {
    accent-color: #9F843B;
}

.checkbox_checked:checked {
    accent-color: #9F843B;
    background-color: #9F843B;
}

/* END checkboxes for mobile pages and regular tables */

.nli_next_button {
    width: 40%;
    max-width: 80%;
    color: white;
    font-weight: 500;
    background: #9F843B;
    border-radius: 6px;
}

.nli_next_button:focus {
    color: white;
    background: #9F843B;
}

.nli_skip_button {
    width: 40%;
    max-width: 80%;
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
    font-weight: 500;
    background: white;
    border-radius: 6px;
}

.nli_skip_button:focus {
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
}

.cover_surcharge_check {
    position: absolute;
    left: 20px;
    top: 33px;
}

/* END css used in campaign and donation amount pages*/

/* css to size the boxes around manual-card-entry and the logo box on the button to enter card details manually */
.pay_box{
    text-align: center;
    outline: 2px solid #9F843B;
    border-radius: 6px;
    cursor: pointer;
}

.qr_code_div {
    background: white;
    font-size: 10px;
    font-weight: 600;
    border-radius: 6px;
    max-width: 100%;
    margin-bottom: 80px;
}

/* START css used in the modals for login, registration and forgot pin pages */
.dark_button {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: rgba(159, 132, 59, 1);
    border: solid rgba(159, 132, 59, 1);
    color: white;
    padding: 8px 32px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    white-space: nowrap;
    width: 100%;
}

.dark_button:focus {
    background: rgba(159, 132, 59, 1);
    border: solid rgba(159, 132, 59, 1);
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
}

.white_button {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: white;
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
    padding: 8px 32px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    white-space: nowrap;
    width: 100%;
}

.white_button:focus {
    background: white;
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
    opacity: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
}

.dark_button_not_hundred {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: rgba(159, 132, 59, 1);
    border: solid rgba(159, 132, 59, 1);
    color: white;
    padding: 8px 32px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    white-space: nowrap;
}

.dark_button_not_hundred:focus {
    background: rgba(159, 132, 59, 1);
    border: solid rgba(159, 132, 59, 1);
    color: white;
}

.dark_button_not_hundred:disabled {
    opacity: .5;
    background: rgba(159, 132, 59, 1);
}

.white_button_not_hundred {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: white;
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
    padding: 8px 32px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    white-space: nowrap;
}

.white_button_not_hundred:focus {
    background: white;
    border: solid rgba(159, 132, 59, 1);
    color: #9F843B;
}

.label_font {
    color: rgba(99, 99, 99, 1);
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.modal_title {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 24px;
}

.log_reg_lost_form {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    position: relative;
    min-height: 50vh;
    max-height: 60vh;
}

.member_confirm {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    position: relative;
    height: 60vh;
}

.pin_sent_form {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    position: relative;
    min-height: 35vh;
    max-height: 45vh;
    /* top: 50px; */
}

.log_reg_form {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    position: relative;
    height: 85vh;
    /* top: 143px; */
}

.registration_start {
    position: fixed;
    top: 100px;
    left: 10px;
    width: 100% !important;
    overflow-y: auto;
    bottom: 60px;
}

.start_under {
    position: relative;
    top: 143px;
    bottom: 60px;
    height: 50vh;
}

/* END css for modals for login, registration, forgot pin */

/* START css for zmanim modal */
.center_modal_title {
    text-align: center;
    width: 100%
}

.text_right {
    text-align: right;
}

.zmanim_date_text {
    text-align: center;
    font-size: 20px;
    font-family: Suez One, Kanit, sans-serif !important;
}

.zmanim_text {
    font-family: Work Sans, serif;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

.zmanim_text_2 {
    font-family: Suez One, Kanit, sans-serif !important;
    /* font-family: Work Sans, serif; */
    font-weight: normal !important;
    font-size: 20px;
    display: block;
}

/* END css for zmanim modal */

/* START css for the member information view/edit and payment methods */
.white_box {
    background-color: white;
    border-radius: 6px;
    min-height: 50vh;
}

.link_bottom_border {
    padding: 8px 5px;
    border-bottom-style: solid;
    border-bottom-color: #9F843B;
}

.link_font {
    font-family: Work Sans, serif;
    font-weight: 500;
    font-size: 14px;
}

.subheader_font {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 22px;
}

.add_button {
    color: white;
    font-weight: 500;
    background: #9F843B;
    border-radius: 6px;
}

.add_button:focus {
    color: white;
    background: #9F843B;
}

.black_box {
    background-color: black;
    border-radius: 6px;
    color: white;
    min-width: 337px;
    max-width: 337px;
    min-height: 213px;
    max-height: 213px;
}

.black_box_mobile {
    background-color: black;
    border-radius: 6px;
    color: white;
    min-width: 290px;
    max-width: 250px;
    min-height: 200px;
    max-height: 230px;
}

.card_header_font {
    font-family: Work Sans, serif;
    font-weight: 500;
    font-size: 12px;
}

.card_info_font {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 14px;
}

.default_pill_button {
    color: white;
    background: #9F843B;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    height: 50%;
    pointer-events: none;
}

/* END css for the member information view/edit and payment methods */

/* use this to position the donor information where they want it.  Using bootstrap it centers height on page */
.donate-nil {
    top: 150px;
    position: absolute;
    width: 90%;
}

/* START swipe card css */
.cred-card-animation img {
    -webkit-animation: swiping;
    animation: swiping;
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: .5;
    transition: all 2s linear;
    width: 50px;
}


@-webkit-keyframes swiping {
    0% {
        opacity: .5;
        transform: translateX(50px)
    }
    25% {
        opacity: .3;
        transform: translateX(0)
    }
    50% {
        opacity: .05;
        transform: translateX(-50px)
    }
    75% {
        opacity: .3;
        transform: translateX(0)
    }
    to {
        opacity: .5;
        transform: translateX(50px)
    }
}

@keyframes swiping {
    0% {
        opacity: .5;
        transform: translateX(100px)
    }
    25% {
        opacity: .3;
        transform: translateX(50px)
    }
    50% {
        opacity: .05;
        transform: translateX(0)
    }
    75% {
        opacity: .3;
        transform: translateX(50px)
    }
    to {
        opacity: .5;
        transform: translateX(100px)
    }
}

/* END swipe card css */

/* START virtual keyboard */
.ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Work Sans, serif;
    font-size: 30px !important;
    color: black !important;
    background: white !important;
    border-color: #9F843B;
}

.ui-widget button:hover {
    background: gray !important;
    border-color: #9F843B;
}

.ui-keyboard {
    background: #9F843B !important;
    border-radius: 6px;
    border-color: white;
    border-width: 3px;
    font-family: Work Sans, serif;
    font-size: 30px !important;
    top: auto;
}

/* END virtual keyboard */

.section_header {
    color: #1a1d27;
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 26px;
    opacity: 1;
}

/* START how to show icon in a textbox on the left side */
.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}
/* END how to show icon in a textbox on the left side */

.main_box {
    width: 98vw;
    min-height: 80vh;
    top: 90px;
    position: absolute;
}

/* START - THIS IS FOR THE DROPDOWNS that appear on a page from an ellipsis */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    white-space: nowrap;
    text-align: left;
    right: 0;
    /* left: -90px; */
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showdrop {
    display: inline-block;
}

/* END - THIS IS FOR THE DROPDOWNS that appear on a page from an ellipsis */

/* this is to set the height of the error/success message bar as well as the top of the main page */
.err_setup {
    min-height: 63px;
    position: fixed;
    top: 80px;
    width: 100%;
    font-size: 18px;
    z-index: 1000;
}

.not_found_err {
    min-height: 63px;
    position: fixed;
    width: 99%;
    font-size: 18px;
}

.main_start {
    position: fixed;
    top: 143px;
    left: 10px;
    width: 100% !important;
    overflow-y: auto;
    bottom: 60px;
}

.main_start_no_bottom {
    position: fixed;
    top: 143px;
    overflow-y: auto;
}

.index_page {
    top: 143px;
    bottom: 60px;
    height: 90vh;
    width: 100vw !important;
}

/* END bar and page height */

/* START Back link color */

.back_link_white {
    color: white;
}

.back_link_white:hover {
    color: white;
}

/* END Back link color */

/* START OVERLAY for donation side bar */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 80px;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.0s; /* no transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* not found css */
.four_oh_four {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 96px;
}
.not_found {
    font-family: Work Sans, serif;
    font-weight: 600;
    font-size: 48px;
}

.sorry_not_found {
    font-family: Work Sans, serif;
    font-weight: 500;
    font-size: 18px;
}

/* END not found css */

/* moves the recaptcha badge up so it is not half hidden by the bottom bar */
.grecaptcha-badge {
    visibility: hidden;
    bottom: 80px !important;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links
and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
}

/* END overlay for donation side bar */

/* START css to size schedule in the embedded frame */

.portrait_schedule_size {
    height: 500px;
    width: 386px;
    border: 2px solid #555;
}

.landscape_schedule_size {
    width: 85%;
    border: 2px solid #555;
}

.portrait_shabbos_schedule_size {

    /* width: 450px !important;
    height: 585px !important;
 */
    width: 95% !important;
    max-width: 99% !important;
}

.landscape_shabbos_schedule_size {
    width: 95% !important;
    max-width: 99% !important;
}

/* END css to size schedule in the embedded frame */


#logoDivInfo {
    height: 80px;
}

div#logoDivInfo img {
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    /* when the charity bar is removed, it removes the space it occupies, so need to bring down the bar to the right area for the main page buttons */
    .small_top_room {
        top: 100px;
    }

    .donation_right_bar {
        display: none;
    }

    /* button changes for small screen */
    .log_button {
        height: 40px;
        width: 80px;
        font-size: 12px;
        border: double 2px transparent;
        min-width: 80px;
    }

    .button_flip_mgr_mbr {
        height: 40px;
        width: 20px;
    }

    .main_page_button {
        font-weight: 700;
        font-size: 12px;
        width: 159px;
        height: 100px;
        margin-bottom: 0;
        margin-top: 0;
        align-items: start;
        justify-content: center;
    }

    .login_type_button {
        width: 342px;
        height: 126px;
    }

    .campaign_button {
        font-weight: 700;
        font-size: 14px;
        width: 100%;
        height: 72px;
    }

    .amount_button {
        font-size: 16px;
        width: 159px;
        height: 72px;
    }

    .amount_dollar_look {
        font-family: Work Sans, serif;
        font-weight: 700;
        font-size: 16px;
    }

    .amount_label_look {
        font-family: Open Sans, serif;
        font-weight: 500;
        font-size: 12px;
    }

    .frequency_button {
        font-weight: 700;
        font-size: 16px;
        width: 159px;
        height: 72px;
    }

    .frequency_button_checked {
        font-weight: 700;
        font-size: 16px;
        width: 159px;
        height: 72px;
    }

    .freq_dur_next_button {
        width: 100%;
    }

    .nli_next_button {
        width: 100%;
        max-width: 100%;
    }

    .nli_skip_button {
        width: 100%;
        max-width: 100%;
    }

    .payment_button {
        font-weight: 700;
        font-size: 20px;
        width: 342px;
        height: 126px;
    }

    .payment_button_width {
        width: 342px;
    }

    .dark_button_not_hundred {
        width: 100%;
    }

    .white_button_not_hundred {
        width: 100%;
    }

    .amt_button_width {
        width: 100%;
        max-width: 100%;
    }

    .default_pill_button {
        width: 75%;
        max-width: 75%;
        height: 35%;
    }

    /* END button changes for small screen */
    .header_look {
        font-weight: 700;
        font-size: 20px;
    }

    .qr_code_div {
        display: none;
    }

    .topMemberBar {
        height: 60px;
        /*
        padding-left: 6px;
         */
    }

    .welcome_div {
        display: none;
    }

    #logoDivInfo {
        height: 45px;
        width: 120px;
    }

    .banquest_logo_hgt {
        height: 15px;
    }

    .main_start {
        top: 80px;
        width: 102% !important;
        overflow-y: auto;
        bottom: 60px;
    }

    .bottomMemberBar {
        font-size: 12px;
        position: fixed;
    }


    .pushka_mobile_from_bottom {
        bottom: 40px;
    }

    .err_setup {
        height: 80px;
        position: fixed;
        top: 60px;
        z-index: 1000;
    }

    .dropdown-content {
        left: -90px;
    }

    /* START schedule sizing for mobile */
    .portrait_schedule_size {
        height: 350px;
        width: 270px;
        border: 2px solid #555;
    }

    .landscape_schedule_size {
        width: 90%;
        border: 2px solid #555;
    }

    /* END schedule sizing for mobile */
    /* end small screen changes */
}

/*
@media (pointer: coarse) {
    .main_page_button {
        font-family: Work Sans, serif;
        font-weight: 950;
        font-size: 26px;
        background: white;
        color: black;
        width: 400px;
        height: 200px;
        opacity: 1;
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
        margin-bottom: 12px;
        margin-top: 12px;
        display: grid;
    }
}
*/

.fit_content {
    width: fit-content;
    max-width: 150%;
}

/* START Shabbos css */
/* START shabbos page box surrounding sections */
.box-emergency-new {
    width: 100% !important;
    height: 585px !important;
}

.box-header-zmanim {
    left: 0;
    margin-top: 0;
    padding-right: 3px;
    padding-left: 10px;
    color: white;
    font-size: 16px;
}

.box-header-schedule {
    left: 0;
    margin-top: 0;
    padding-right: 3px;
    padding-left: 10px;
    color: white;
    font-size: 16px;
}

.box-header-emergency {
    left: 0;
    margin-top: 0;
    padding-right: 3px;
    padding-left: 10px;
    color: white;
    font-size: 16px;
    justify-content: center;
}
/* END shabbos page box surrounding sections */

.hangup_button {
    background-color: #f54242;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    border: double 10px transparent;
    font-size: 20px;
    height: 60px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
}

.hangup_button:focus {
    background-color: #f54242;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.hangup_button:hover {
    background-color: #071243;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.center_body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#button-background {
    position: relative;
    background-color: #E5E5E5;
    width: 400px;
    height: 80px;
    border: white;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-red {
    transition: width 0.3s,
    border-radius 0.3s,
    height 0.3s;
    position: absolute;
    left: -10px;
    background-color: #f54242;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-blue {
    transition: width 0.3s,
    border-radius 0.3s,
    height 0.3s;
    position: absolute;
    left: -10px;
    background-color: #071243;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* this is used to change the slider to full size to display message, show unused, but used in jquery */
#slider.unlock_me {
    transition: all 0.3s;
    width: inherit;
    left: 0 !important;
    height: inherit;
    border-radius: inherit;
    font-family: Work Sans, serif;
    font-size: 16px;
}

#slide-text-red {
    color: #f54242;
    font-size: 18px;
    font-family: Work Sans, serif;
    font-weight: 800;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#slide-text-blue {
    color: #071243;
    font-size: 18px;
    font-family: Work Sans, serif;
    font-weight: 800;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/* END Shabbos css */

/* START Edit Confirmation Modal Styles */
#editConfirmationModal .modal-content {
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05000000074505806);
}

#editConfirmationModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#editConfirmationModal .modal-title {
    font-family: Work Sans, serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1d27;
}

#editConfirmationModal .modal-body {
    padding: 20px;
    font-family: Work Sans, serif;
    font-size: 14px;
    line-height: 1.5;
}

#editConfirmationModal .modal-body p {
    margin-bottom: 10px;
}

#editConfirmationModal .modal-body strong {
    font-weight: 600;
    color: #9F843B;
}

#editConfirmationModal .modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
}

/* END Edit Confirmation Modal Styles */
