.form-card {
    width: 65%;
    min-height: 101vh;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 40px 40px 40px 40px;
    font-family: 'Barlow', sans-serif;
    border-radius: 0px;
    min-width: 560px;
}

.sub-reservation-card {
    padding: 30px;
    margin-bottom: 20px;
}

.accommodations,
.week {
    padding: 20px;
}


.col-form-label {
    font-size: 16px;
    font-weight: bold;
}

.asteriskField {
    color: red;
}

.add-person {
    cursor: pointer;
    width: 20%;
    margin: 0px 0px 60px 30px;
}

.add-person>.text {
    font-weight: bold;
}

.add-person-icon {
    color: rgb(29, 172, 29);
    margin-right: 3px;
}

.footer-area {
    margin-top: 190px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: rgb(71, 71, 71);
}

.form-logo {
    width: 50%;
    display: block;
    margin: auto auto 50px auto;
    text-align: center;
}

.background-img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -20;
    object-fit: cover;
}

.main {
    padding: 0px;
}

.pin-logo {
    display: block;
    text-align: center;
    font-size: 45px;
    width: 100%;
    margin-top: 10px;
    color: rgb(59, 146, 48);
}

.pin-info-header {
    font-weight: bold;
}

.reservation-submit {
    float: right;
    clear: left;
    margin-bottom: 30px;
}

.contact-row {
    margin-top: 30px;
}

.accepted-card-container {
    width: 100%;
    margin: 20px auto auto auto;
    text-align: right;
}

.stripe-card {
    width: 100% !important;
}

.accepted-card-inner {
    position: relative;
    width: 140px;
    margin: auto;
    display: inline-block;
}

.accepted-card-img {
    width: 30px;
    height: auto;
}

.accepted-card-heading {
    font-size: 14px;
    color: rgb(144, 144, 144);
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pin-row {
    margin: 30px auto 30px auto;
}

.payment-row {
    margin: 40px auto 80px auto;
}

.stripe-container-inner {
    margin-top: 80px;
}

.authorization {
    text-align: center;
    margin-bottom: 40px;
}

.status {
    text-align: center;
    width: 100%;
}

.awaiting {
    color: rgb(11, 109, 155);
}

.status-container {
    text-align: center;
    width: 100%;
}

.details-container {
    margin-top: 100px;
}

.detail {
    width: 70%;
    margin: auto;
}

.detail-header {
    font-weight: bold;
}

.reservation-cards-container {
    width: 100%;
    margin-top: 40px;
}

.reservation-card {
    width: 70%;
    margin: 20px auto 20px auto;
    padding: 15px 30px 30px 30px;
}

.reservation-card-header {
    text-align: center;
    margin: 0px auto 20px auto;
    padding: 10px;
    color: rgb(170, 170, 170);
}

.reservation-card-detail-section {
    text-align: center;
}

.reservation-card-detail-section>h5 {
    font-weight: bold;
}

.reservation-card-detail-section:nth-of-type(1) {
    border-right: 1px solid rgb(197, 197, 197);
}

.reservation-card-requests {
    margin-top: 30px;
}

.request-card {
    margin: 20px auto 20px auto;
    padding: 40px;
}

.request-price-container {
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.request-status {
    text-align: right;
}

.pricing-row {
    text-align: center;
    margin-bottom: 100px;
}

.price-title {
    font-weight: bold;
}

#card_error {
    margin-top: 20px;
}

.coab-info-container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.coab-info-header {
    margin-bottom: 20px;
}

.staff-form-box {
    display: block;
    width: 200px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    background-color: white;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.staff-form-link {
    background-color: rgb(230, 64, 49);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.staff-form-link:hover {
    color: white;
    text-decoration: none;
}

.important-note {
    font-size: 18px;
    margin-top: 10px;
    color: orangered;
}

.payment-details-container {
    width: 75%;
    margin: 40px auto auto auto;
}

.payment-details-header {
    font-size: 20px;
    font-weight: bold;
}

.current-card-information {
    vertical-align: middle;
    padding: 20px;
}

.payment-details-inner {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.new-card-btn {
    margin-top: 20px;
    float: right;
}

.reservation-id {
    margin-top: 20px;
}

.faq-header {
    width: 72%;
    margin: auto auto 30px auto;
}

.card-info {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.form-row {
    width: 70%;
    margin: auto;
}

.authenticate-btn {
    float: right;
}

#authentication-form {
    width: 50%;
    margin: auto;
}

.alert-row {
    width: 65%;
    margin: 30px auto 20px auto;
}

.alert-row>div {
    margin: auto;
}

.authenticate-detail {
    width: 40%;
    margin: 60px auto auto auto;
}

.status-link {
    display: block;
    margin-bottom: 30px;
}

.pricing-row-status {
    margin-top: 50px;
    margin-bottom: 20px;
}

.pretty-line {
    width: 20%;
    border: 1px solid rgb(228, 228, 228);
}

.card-row {
    width: 100% !important;
}

.make-payment-container {
    width: 75%;
    margin: 20px auto 30px auto;
}

.make-payment-container-inner {
    margin-top: 10px;
}

.payment-details-header {
    padding-left: 0px;
}

.payment-link {
    float: right;
}

.submit-payment-container {
    width: 60%;
    margin: auto;
}

.payment-amount-container {
    width: 50%;
    margin: auto;
}

.payment-amount-details {
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
}

.submit-payment-btn {
    display: block;
    margin: 40px auto auto auto;
}

.payment-due-total-container {
    width: 75%;
    margin: auto auto 30px auto;
}

.payment-due-total-value {
    margin: auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.payment-due-total-subtitle {
    display: block;
    text-align: center;
    margin: auto;
}

.payment-due-card-container {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.payment-footer {
    margin-top: 60px;
}

.update-card-container {
    padding: 0px 0px;
    float: right;
}

#payment_error {
    width: 50%;
    margin: auto auto 30px auto;
}

.reservation-status-link {
    display: block;
    text-align: center;
    margin: 30px auto auto auto;
}

.payments-container {
    width: 80%;
    margin: auto;
}

.payments-table-header {
    display: block;
    text-align: center;
    margin: auto auto 30px auto;
}

.pricing-table {
    width: 70%;
    margin: auto auto 40px auto;
}

.table-header {
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.table-value {
    text-align: right;
}

.processing-table {
    width: 95%;
    margin: auto;
}

.search-form {
    width: 100%;
}

.filter-row {
    width: 95%;
    margin: 20px auto 20px auto;
}

.filter-row>input {
    display: inline-block;

}

.filter-row>button {
    margin-left: 10px;
    margin-right: 10px;
}

.filter-select {
    margin: 0px 0px 0px 10px
}

.icon-pagination {
    font-size: 16px;
    vertical-align: middle;
}

.pagination {
    float: right;
    margin: 15px 15px 0px 0px;
}

.pagination-row {
    width: 100%;
}

.per-page-container {
    top: 15px;
    left: 50px;
}

#items-per-page {
    display: inline-block;
    max-width: 70px;
}

.reservation-card {
    width: 95%;
    margin: 40px auto 40px auto;
}

.reservation-items-card {
    width: 100%;
    margin: 40px auto 40px auto;
    padding: 0px;
}

.sub-reservations-heading {
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

.reservation-status {
    text-align: center;
}

.card-title {
    text-align: center;
}

.save-contact-btn {
    float: right;
}

.payment-add {
    float: right;
}

.payments-top-row {
    margin-bottom: 20px;
    margin-top: 40px;
}

.payment-methods {
    width: 90%;
    margin: 20px auto 40px auto;
    padding: 0px 20px 20px 20px;
}

.current-card-staff {
    width: 90%;
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
}

#staff-add-card {
    width: 95%;
    margin: auto;
}

.payments-table {
    width: 95%;
    margin: auto;
}

.request-btn {
    width: 100%;
    margin: 10px auto auto auto;
    text-align: center;
}

.pricing-table-admin {
    width: 97%;
    margin: auto auto 20px auto;
}

.staff-card-row {
    display: inline-block;
    width: 70% !important;
}

.staff-new-card-btn {
    display: inline-block;
    width: 20%;
    float: right;
}

.refund-btn {
    display: block;
    width: 60%;
    margin: auto;
}

.staff-action-btn-container {
    padding: 25px 20px 20px 20px;
    margin-top: 100px;
}

.log-btn {
    float: right;
}

.staff-actions-modal {
    width: 90% !important;
    margin: 80px auto auto auto;
    max-width: none;
}

.reset-btn-row {
    width: 100%;
}

.reset-pass-btn {
    float: right;
}

.registration-closed {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

#passphrase-reset-form {
    display: inherit;
}

.week-stats {
    padding: 48px;
    width: 100%;
}

.week-stat-item {
    padding: 10px;
    margin: 10px;
}

.week-stat-title {
    font-size: 22px;
}

nav.coab-staff-navbar {
    background-color: #1E0433 !important;
}

nav.coab-staff-navbar p.coab-user {
    color: white;

}

.table .thead-dark th {
    background-color: #1E0433 !important;
}

.contact-row-header {
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
}

#empty_form{
    display: none !important;
}

.widttf{
    width: 1250px;
}

.npayment{
    text-align: center;
}