@import url('https://rsms.me/inter/inter.css');

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    letter-spacing: -1;
}
ul, ol, dl {
    list-style: none;
}
h1 { font-size: 40px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

strong { font-size: 16px; }

button {
    background: none;
    border: none;
    cursor: pointer;
}
a {
    color: initial;
    text-decoration: none;
}
select, input { padding: 16px; border-radius: 5px; border: 1px solid var(--light-gray); font-size: 15px; color: var(--dark-gray); }
select { width: 260px; }
textarea { padding: 15px 20px; border-radius: 5px; border: 1px solid var(--light-gray); }

.tixpass-table { width: 100%; border-collapse: separate; white-space: normal; line-height: normal; font-weight: normal; font-size: medium; font-style: normal; color: -internal-quirk-inherit; text-align: start; border-spacing: 0px !important; font-variant: normal; font-size: 16px; }
.tixpass-table thead tr { background: var(--background-color) }
.tixpass-table thead th { height: 40px; font-weight: normal; }
.tixpass-table th:first-child, .tixpass-table td:first-child { border-left: 0; }
.tixpass-table th, .tixpass-table td { padding: 18px 0; border-spacing: 0px; border-left: 1px solid var(--light-gray); border-bottom: 1px solid var(--light-gray); text-align: center; }


.tixpass-striped-table,
.tixpass-striped-column-table { border-collapse: separate; white-space: normal; line-height: normal; font-weight: normal; border-spacing: 0px !important; border-top: 2px solid rgba(0, 0, 0, .5); }

.tixpass-striped-table > tbody > tr:nth-of-type(odd) > * { background: rgba(0, 0, 0, .03); }
.tixpass-striped-table > thead > tr > th,
.tixpass-striped-table > tbody > tr > td { padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, .1); }

.tixpass-striped-column-table tr th { padding-left: 10px; background: rgba(0, 0, 0, .03); font-weight: normal }
.tixpass-striped-column-table tr th,
.tixpass-striped-column-table tr td { padding: 10px 0; border-spacing: 0px; border-bottom: 1px solid rgba(0, 0, 0, .1); }
.tixpass-striped-column-table tr td { padding-left: 10px; }
em { font-style: normal; }

:root {
    --main-color: #003C8B;
    --main-light-color: #D6E1EE;
    --highlight-color: #FFC300;
    --background-color: #FFF5D6;
    --gray: #F3F3F3;
    --light-gray: #D8D8D8;
    --dark-gray: #737373;
    --green: #05971C;
    --white-gray: #f5f5f5;
}