:root {
    --bs-body-font-size: 1rem;
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-color: rgb(232, 124, 124);
    --bs-navbar-color: rgba(173, 18, 18, 0.8);

    --color-primary: white;
    --color-secondary: rgb(222, 134, 33);
    --color-text: black;
}

body {
    margin: 0;
    padding: 0;
    background: #F6F8F9;
    background: radial-gradient(circle farthest-corner at center center, #F6F8F9 0%, #E5EBEE 30%, #D7DEE3 60%, #F5F7F9 100%);
    font-size: calc(10px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    /* font-size: calc(11px + 0.390625vw); */
    /* font-size: 11pt; */

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    -webkit-animation: slidein 100s;
    animation: slidein 100s;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}

@keyframes slidein {
    from {
        background-position: top;
        background-size: 3000px;
    }

    to {
        background-position: -100px 0px;
        background-size: 2750px;
    }
}

.lead {
    font-size: 2rem;
    font-weight: bold;
}

.nav {
    font-size: 18pt;
}

.navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, .6);
    border-bottom: solid 3px var(--color-secondary);
}

.navbar-brand {
    padding-top: 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(250, 250, 250, .8);
}

.nav-item {
    text-align: center;
}

.nav-link {
    color: black;
    background-color: rgba(119, 115, 115, 0);
    margin-right: .3rem;
    line-height: 2.8em;
}


.nav-link:hover,
.nav-item .active:hover {
    background-color: rgb(166, 190, 182);
    color: white;
}

.nav-item .active {
    background-color: var(--color-secondary);
    color: white !important;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(75, 75, 250, 0.3);
    border-radius: 3px;
}

.center h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
}

p {
    margin-top: 1.5rem;
}

#container {
    position: absolute;
    margin: auto;
    width: 50%;
    height: 80pt;
    left: 0;
    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 35pt;

    text-align: center;

    user-select: none;
    color: #aaa;
}

figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #eee;
    margin: auto;
}

figure img {
    height: 100px;
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
}

.check-list li {

    list-style-type: none;
    //padding-left: 2.5rem;
    margin-bottom: 0.5rem;
}

.check-list2 li:before {
    content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

h1,
.title {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--color-secondary), var(--color-secondary));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--color-secondary), var(--color-secondary));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size: max(24pt, 2.5vw);
    line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
    line-height: 110%;
}

.title {
    margin-bottom: 2rem;
}

.graph-paper {
    background-color: #ffffff;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    background-image: -webkit-linear-gradient(rgba(56, 56, 56, 0.5) 2px, transparent 2px), -webkit-linear-gradient(0, rgba(56, 56, 56, 0.5) 2px, transparent 2px), -webkit-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -webkit-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
    background-image: -moz-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
    background-image: linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
}

.header-background,
footer {
    background-image: url(/upload/orlped26-header2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #BB7A4E;
    text-align: left;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    min-height: 400px;
}

.header-background .display-6 {
    font-size: calc(40px + (26 - 18) * ((100vw - 100px) / (1600 - 300)));
    font-weight: bold;
}

.event-image {
    position: absolute;
    z-index: -10;
    max-height: 100%;
    height: 300px;
    float: left;
}

.background-image {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border: solid 1px transparent;
}

.container-main {
    background-color: #fff;

}

footer .container {
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(194, 186, 186, 0.8);
}

.event-name {
    color: var(--color-primary);
    font-size: calc(1.1rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: 2.6vmin;
    line-height: calc(1.1em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
    line-height: 130%;
    padding-bottom: 2rem;
    text-shadow: 3px 2px 5px #fff;
}

.title2 {
    position: relative;
    display: inline;
    font-size: calc(1.1rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: 2.6vmin;
    line-height: calc(1.1em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
    line-height: 130%;
    padding-bottom: 2rem;
}

.title::after {
    position: absolute;
    border-bottom: solid 14px darkgoldenrod;
    width: 50vw;
    top: 10px;
    display: block;
}

h3,
h4,
h5 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}




.tax-selector {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-content: stretch;
}

@media (max-width: 800px) {
    .tax-selector {
        flex-direction: column;
    }

    .tax {
        flex: 100%;
        width: 100%;
    }
}

.tax {
    flex: 45%;
    position: relative;
    border: 2px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 1rem;
    margin: 5px;
    cursor: pointer;
}

.tax.selected {
    background: -webkit-linear-gradient(to left, #ffdde1, #E5097F);
    background: linear-gradient(to left, #ffdde1, #E5097F);
    border: solid 2px #E5097F;
}

.tax:hover {
    background-image: linear-gradient(to left, #fee, #efe);
}

.tax .item {
    font-size: 1.1em;
    font-weight: bold;
}

.tax .valid {
    color: #888;
}

.tax .value {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.tab-content,
.tab-content h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-size: 13pt; */
}

.numesesiune {
    font-weight: bold;
    font-size: 1em;
}

.lista {
    list-style-type: none;
}

.lista li {
    margin-top: .8rem;
}

.lista li .lector {
    display: flex;
    width: 100%;
}

.lector-picture img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}

.login-form {

    background: #38A090;
    background: linear-gradient(to top right, var(--color-secondary) 0%, var(--color-primary) 100%);
    border-radius: .3rem;
    box-shadow: 2px 2px 25px #ccc;
    padding: 1rem;
    color: white;
}

.login-form .vertical-text {
    display: inline-block;
    font: bold 12px Sans-Serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgb(216, 165, 77);
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    line-height: 24px;
    width: 100%;
}

.company {
    margin: 0 !important;
}

.user-box {


    padding: 0;
}

.user-box .user-info {
    text-align: center;
}

.user-box .nav .nav-item a {
    color: black;
    margin-right: .3rem;
    line-height: 1.2em;
}

.user-box .nav .nav-item .nav-link:hover {
    background-color: var(--color-secondary);
}

.event-info,
.alert {
    padding: 1.5rem;
    margin: 1rem 0;
    background-color: #f8f9fa;
    border-left: 4px solid var(--color-secondary);
    border-radius: 0.25rem;
    display: flex;
    gap: 1rem;
}

.event-info .card {
    flex: 1;
    padding: 1rem;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event-info .card h5 {
    margin: 0 !important;
    padding: 0;
    color: var(--color-secondary);
}

.event-info .card h3 {
    margin: 0;
    padding: 0;
    color: #555;
}

.speaker-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speaker-list .name {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.5rem;
}

.flag-img {
    height: 15px;
    border: none;
    aspect-ratio: 1;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}