﻿.attendees-public-cart {
    margin: 0 0 20px 0;
    padding: 10px;
    background-color: #f7f7f7;
    color: black;
    text-align: right;
}

.attendees-panel {
    color: black;
    margin-left: 4px;
}

.attendees-panel ::placeholder {
    color: darkgray;
    margin-left: 7px
}

.attendees-list {
    margin: 10px 7px 10px 0;
}

.attendees-public-cart .attendees-list-row {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: 100px 1fr 1fr 150px 1fr 150px;
    margin-bottom: 5px;
}

hr.attendees-separator-line {
    margin: 5px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.attendees-public-cart .attendees-list .attendees-input {
    border: unset;
}

.attendees-public-cart .attendees-list .attendees-input input {
    width: 100%;
    display: inline-block;
    border-radius: 6px;
    background-color: white;
    border: thin solid #d9d9d9;
}

.attendees-text {
    text-align: left;
}

.attendees-title {
    color: inherit;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.attendees-panel .attendees-title {
    font-weight: normal;
}

.attendees-field-date {
    height: 40px;
    padding-left: 7px;
}

.attendees-field-empty {
    color: darkgray;
}

.attendees-public-cart .attendees-save-btn {
    border: none;
    background-color: #60d156;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 20px 7px 10px 0
}