/* new kiosk style */
body {
    font-family: Segoe UI;
    
}

.mediaViewInfo {
    --web-view-name: New Volunteer-3;
    --web-view-id: New_Volunteer-3;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

:root {
    --web-view-ids: New_Volunteer-3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

#New_Volunteer-3 {
    width: 100%;
    min-height: 92.5vh;
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    --web-view-name: New Volunteer-3;
    --web-view-id: New_Volunteer-3;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#Rectangle_55 {
    fill: rgba(86,108,17,1);
}

.Rectangle_55 {
    position: absolute;
    overflow: visible;
    width: 504px;
    height: 78px;
    left: 262px;
    top: 68px;
}

#Choose_Shift {
    left: 319px;
    top: 73px;
    position: absolute;
    overflow: visible;
    width: 387px;
    height: 48px;
    text-align: center;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: rgba(255,255,255,1);
}

/*
td, th{
    padding: 10px;
    width: 12%;
    text-align: center;
    border: 1px solid black;
}
*/

#Welcome_Volunteer {
    overflow: visible;
    width: 100%;
    
    /* height: 57px; */
    text-align: center;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: min(60px,20vw);
    color: rgba(120,120,120,1);
    margin: 0 auto;
}

#instructions {
    top: 438px;
    overflow: visible;
    width: 75%;
    height: 91px;
    line-height: 18px;
    text-align: center;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(100,100,100,1);
    margin: 0 auto;
    padding-top: 15px;
}

#logo {
    /* top: 40px; */
    /* overflow: visible; */
    max-width: 100%;
    /* padding-bottom: 10px; */
}

#logo_div {
    text-align: center;
    padding: 1rem;
}

#dynamic_card {
    padding: 0 1rem;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,.5);
    border-radius: 5px;
    transition: all .5s ease;
    color: #000;
    padding-bottom: 25px;
    font-size: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.info_buttons {
    cursor: pointer;
    /* max-width:222px; */
    width: 100%;
    color: white;
    background-color: var(--client-primary-color);
    border: none;
    font: normal bold 19px / 23px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px;
    border-radius: 25px;
}

.info_buttons:hover {
    background-color: #808080;
}

.info_buttons:disabled{
    background-color:#404040;
    cursor:not-allowed;
}

#contact_table {
    width: 100%;
    border: 1px solid black;
    border-radius: 30px;
    border-spacing: 0;
    padding: 30px;
}

#contact_table th {
    border-bottom: 1px solid black;
}

#contact_table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#waiver {
    text-align: left;
    padding: 30px;
    border: 1px solid black;
    border-radius: 30px;
}

#search_name_form {
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 22px;
    padding: 30px;
    /* font-size: 25px; */
    font-size:1.5rem;
}

#walk_in_message_div {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    font-size: 25px;
}

#walk_in_message {
    border-top: 1px solid white;
}

#past_vol_ask {
    margin: 0 auto;
}

#past_volunteer {
    display: none;
    width: 75%;
    margin: 0 auto;
}

#past_volunteer td {
    width: 50%;
}

#new_volunteer {
    width: 100%;
    margin: 0 auto;
}

#new_volunteer td {
    /* width: 50%; */
}

#choose_verification_method_div {
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#choose_verification_method {
    width: 50%;
    margin: 0 auto;
}

#choose_verification_method td{
    width: 11%;
}

#view_shifts {
    padding-top: 15px;
}

.form_input_text_boxes {
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: #ffff;
    color: #000;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 20px;
}

.form_input_text_boxes::placeholder {
    color: #a1a1a1;
}

#past_volunteer_div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#new_volunteer_div {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

#pick_contact {
    border: 1px solid black;
    border-radius: 30px;
    padding: 30px;
}

#enter_code_div {
    width: 100%;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 30px;
    padding: 30px;
}

#user_signature {
    padding-top: 10px;
    padding-bottom: 10px;
}

#not_me_div {
    padding-top: 10px;
    border-top: 1px solid white;
}

#display_location {
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 30px;
}

#display_todays_shifts {
    border: 1px solid black;
    border-radius: 30px;
    border-spacing: 0;
    margin: 0 auto;
    width: 98%;
}

#display_todays_shifts td {
    padding: 30px
}

#header_row {
    border-bottom: 1px solid black;
}

#volunteer_info {
    border: 1px solid black;
    border-radius: 30px;
    padding: 30px;
}

#already_signed_up_version {
    text-align: center;
    color: red;
}

#shift_table {
    border: 1px solid black;
    border-radius: 30px;
    padding: 30px;
    margin: 0 auto;
    width: 75%;
    border-spacing: 0;
}

#checkout_table {
    text-align: center;
    margin: 0 auto;
}

#checkout_table td {
    padding-right: 20px;
}

.check_in_out_form input[type="submit"] {
    /* width: 100%; */
    /* min-width:171px; */
    flex: 1 0 0;
    border-radius: 12px;
    height: 100px;
    font-size: min(30px,7vw);
}

#select_locations {
    font-size: 20px;
    border-bottom: 2px solid black;
    width: 100%;
}

#action_table {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#action_table td {
    width: 50%;
    padding: 10px;
}

.action_radio {
    transform: scale(1.5);
    width: 25px;
}

.action_table_details {
    padding-top: 10px;
    padding-bottom: 10px;
}

#help_message {
    color: red !important;
    display: none;
}

#user_email {
    width: 275px;
}

#volunteer_email{
    margin-bottom:.5rem;
}

.picture_button {
    text-align: center;
}

#video {
    max-width: 640px;
    width:100%;
    /* height: 480px; */
}

#snap {
    cursor: pointer;
    width: 222px;
    color: white;
    background-color: #0062ff;
    border: none;
    font: normal bold 19px / 23px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px;
    border-radius: 25px;
}

#num_additional_volunteers {
    display: none;
    border-bottom: 1px solid black;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
}

#additional_volunteers_table {
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

#assign_group_table {
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

#select_group {
    display: none;
    border:none;
    border-bottom: 1px solid black;
    margin: 0 auto;
    width: 100%;
    /* padding-top: 10px; */
}

#select_group:focus{
    outline: auto;
    border:none;
    border-bottom: 1px solid black;
}


#mandated_hours_table {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

#select_mandated_service {
    display: none;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid black;
    padding-top: 10px;
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px double var(--client-tertiary-color);
    border-right: 16px double var(--client-primary-color);
    border-left: 16px double var(--client-secondary-color);
    border-bottom: 16px double var(--client-quaternary-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}

#myDiv {
    display: none;
    text-align: center;
}

#choose_shift_table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#choose_shift_table th {
    border-bottom: 1px solid black;
}

#choose_shift_table td {
    padding-left: 10px;
}

/* #choose_shift_table tr td{
    padding:.5rem;
} */

#extra_question {
    display: none;
}

#confirm_user_table {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
}

#confirm_user_table th {
    border-bottom: 1px solid black;
}

.name_input {
    border-bottom: 1px solid black;
    font-size: 20px;
}

#odd_row {
    background-color: lightgray;
}

#even_row {
    background-color: white;
}

#create_contact {
    display: "none";
}

#lookup_table {
    width: 50%;
    text-align: center;
    margin: 0 auto 1rem auto;
    font-size: 25px;
    padding-top: 20px;
}

#lookup_table td{
    padding: 0 .5rem;
}

.text_form{
    text-align: left;
}