@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/icons.woff2) format('woff2');
}

@-webkit-keyframes progress {
    from { background-position: 40px 0 }
    to   { background-position: 0 0 }
}
@-o-keyframes progress {
    from { background-position: 40px 0 }
    to   { background-position: 0 0 }
}
@keyframes progress {
    from { background-position: 40px 0 }
    to   { background-position: 0 0 }
}

.progress {
    overflow: hidden;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 2px
}

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #000000;
}

a, a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
    font-weight: normal;
}

label.sold-out {
    background-color: red;
    color: #ffffff;
    padding: 5px 9px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 10px;
    margin-left: 10px;
}

card {
    height: 600px;
    display: block;
    border: 2px solid black;
    border-radius: 10px;
    padding: 30px;
    padding-top: 400px;
    font-size: 14px;
    max-width: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    flex-shrink: 0;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

form {
    display: block;
    border: 2px solid black;
    border-radius: 10px;
    padding: 30px;
    font-size: 14px;
    max-width: 300px;
    margin-top: 25px;
}

form label {
    display: block;
}

form radiogroup {
    display: block;
    margin-bottom: 25px;
    margin-top: 10px;
}

form radiogroup input[type="radio"] {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    width: 25px;
    height: 25px;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

form radiogroup label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

card name {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;

}

card date {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}

card location::before {
    content: '';
    font-family: 'Material Icons';
    margin-right: 5px;
    display: inline-block;
    float: left;
}

card location {
    display: block;
    margin-bottom: 20px;
}

input[type=text], input[type=email], input[type=number], input[type=password], select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 11px 0px;
}

button {
    background-color: #ffffff;
    padding: 10px 20px;
    border: 2px solid black;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #ff134d;
    display: block;
    cursor: pointer;
}

button[disabled] {
    background-color: #cccccc !important;
    border: 2px solid #bbbbbb !important;
    color: #8c8c8c;
}

button:hover {
    background-color: #f5f5f5;
}

button:active {
    background-color: #000000;
    color: #ffffff;
}

button.patience {
    animation: progress 0.3s linear infinite;
    background-image: linear-gradient(
        45deg,
        rgba(255,255,255,.55) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255,255,255,.55) 50%,
        rgba(255,255,255,.55) 75%,
        transparent 75%,
        transparent
        )
        !important;
    background-size: 20px 20px;
}

form button {
    margin-top: 15px;
}

a:hover {
    text-decoration: none;
}

div.block {
    margin: 40px;
}

div.top {
    margin-bottom: 40px;
}

div.bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

div.logo {
    margin-bottom: 45px;
    max-width: 300px;
}

div.contact {
    line-height: 25px;
    margin-bottom: 45px;
}

div.container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: 900;
}

div.title {
    font-size: 18px;
    font-weight: 900;
}

hr {
    height: 1px;
    border: 0px;
    background-color: #000000;
}

p {
    margin-bottom: 1em;
    margin-top: 0em
}
