@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.phoenix-invitatie{
    height:100vh;
    overflow: auto;
}
.container-phoenix{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    box-sizing: border-box;
    height:100%;
}
body{
    margin:0;
    padding:0;
    font-family: "Roboto", sans-serif;
}
p, input, span, div, ul, ol, h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}
.row-phoenix{
    display:flex;
    height:100%;
}
.left-sec{
    width:40%;
    padding:80px 65px;
    box-sizing: border-box;
    background: #ddf3fd;
    box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    position:relative;
    z-index:99;
}
.right-sec{
    width:60%;
    box-sizing: border-box;
}
.logo-phoenix{
    margin-bottom:60px;
}
.logo-phoenix img{
    width:280px;
}
.wrapper-input input{
    height:73px;
    width:100%;
}
.wrapper-input-coordonate input{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 20px;
    border: 1px solid #d6d6d6;
    border-radius:40px;
    color:#7a736d;
    font-style:italic;
    font-weight:300;
    font-family: "Roboto", sans-serif!important;
}
.wrapper-input-coordonate{
    margin-bottom:10px;
}
.wrapper-input-locatie > div{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 20px;
    border: 1px solid #d6d6d6;
    border-radius: 40px;
    color: #278ee0;
    font-weight: 600;
    display: flex;
    align-items:center;
}
.wrapper-input-locatie{
    margin-bottom:25px;
}
.h1-phoenix{
    margin-top:0;
    margin-bottom:30px;
    font-size:28px;
    font-weight:700;
}
.labelllist{
    margin-top:0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}
.list-descriere{
    list-style:none;
    padding-left:35px;
    margin:0;
    border-left:10px solid #1678c6;
}
.list-descriere li{
    margin-bottom:10px;
}
.list-descriere li:last-child{
    margin-bottom:0;
}
.label-description{
    font-size:18px;
    font-weight:700;
}
.value-description{
    font-size:28px;
    font-weight:700;
    vertical-align: bottom;
}
.panouri-li span{
    color:#278ee0;
}
.panouri-li .label-description{
    bottom: 5px;
    position: relative;
    vertical-align: unset;
}
.row-right-sec{
    display:flex;
    justify-content: space-between;
    padding: 30px 50px 30px 60px;
    box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.15);
    align-items: flex-start;
    box-sizing: border-box;
    position:relative;
    z-index:99;
}
.h2-header{
    padding:20px 0 20px 25px;
    border-left:15px solid #1678c6;
}
.h2-header h2{
    margin:0;
    font-size:28px;
    font-weight:300;
}
.h2-header p{
    margin:0;
    font-size:28px;
    font-weight:300;
}
.data-event{
    display:flex;
    align-items:flex-end;
    padding-top:25px;
}
.data-event .value-data{
    font-size:70px;
    font-weight:700;
    margin:0;
    line-height:60px;
}
.data-event .label-data{
    font-size:30px;
    font-weight:700;
    margin:0;
}
#map{
    height:100%;
}
.wrapper-map{
    height:calc(100% - 166px);
    position:relative;
}
.row-details-loc{
    position:absolute;
    left:60px;
    top:30px;
    z-index:9998;
}
.row-details-loc{
    display:flex;
    gap:18px;
}
.location-sec{
    padding:10px;
    box-sizing: border-box;
    color:#000;
    font-weight: 700;
    font-size:28px;
    background:#278ee0;
}
.hour-sec{
    padding:10px;
    box-sizing: border-box;
    color:#000;
    font-weight: 700;
    font-size:28px;
    background:#22bf47;
}
.list-descriere {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.list-descriere .panouri-li {
    grid-column: 1 / -1;
}
.color-map-icon-include {
    color: #008000;
}
.material-symbols-outlined{
    position: relative;
    bottom: -5px;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
    position: relative;
    left: calc(50% - 90px);
    top: calc(50% - 25px);
}
.loader::before {
    content: "Loading...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side,#fff 94%,#000);
    -webkit-background-clip:text;
    background-clip:text;
}
.loader-overlayer{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    text-align: center;
    background: #fff;
}
@keyframes l24{
    100%{background-position: left}
}
@media only screen and (max-width: 1024px) {
    .row-phoenix{
        flex-wrap:wrap;
    }
    .left-sec,
    .right-sec{
        width:100%;
    }
    .row-right-sec{
        padding:20px;
        flex-wrap:wrap;
    }
    .h2-header,
    .data-event{
        width:100%;
    }
    .left-sec{
        padding:20px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding-bottom:40px;
        border-bottom: 1px solid #d6d6d6;
    }
    .logo-phoenix{
        margin-bottom:40px;
    }
    .phoenix-invitatie{
        height:auto;
        overflow: hidden;
    }
    .h1-phoenix{
        font-size:24px;
    }
    .right-sec{
        background: #ddf3fd;
    }
    .row-right-sec{
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding-top:40px;
    }
    .label-description{
        font-size:22px;
    }
    .value-description{
        font-size:40px;
    }
    .list-descriere{
        padding-left:20px;
    }
    .list-descriere li{
        margin-bottom:15px;
    }
    .h2-header{
        border-left: 10px solid #1678c6;
        padding:10px 0 10px 25px;
    }
    .h2-header h2,
    .h2-header p{
        font-size:24px;
    }
    .data-event .value-data{
        font-size:50px;
        line-height:50px;
    }
    .data-event .label-data{
        font-size:26px;
    }
    .wrapper-map{
        height:400px;
    }
    .row-details-loc{
        left: 20px;
        top: 0;
        gap: 10px;
        margin-bottom: 20px;
    }
    .row-details-loc{
        position: relative;
    }
    .location-sec,
    .hour-sec{
        font-size:24px;
    }
    .list-descriere {
        grid-template-columns: 1fr;
    }
}