*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin:none;
}

.main-container{
    width: 100%;
    height: 130vh;
    background-image: url(background-desktop.png);
    background-size: cover;
    overflow: hidden;
}

.line{
    position: absolute;
    margin-top: 50px;
    margin-left: 900px;
}

.logo{
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.logo img{
    margin-top: 10px;
    width: 150px;
    margin-left: 550px;
    cursor: pointer;
}

.header{
    width: 600px;
    height: 150px;
    margin-left: 330px;
    color: white;
    text-align: center;
    margin-top: 20px;
}

.header h1{
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-size: 45px;
}

.header p{
    font-size: 18px;
    color: grey;
    margin-top: 10px;
}

.load{
    position: relative;
    z-index: 1;
    margin-left: 480px;
    margin-top: 20px;
}

.load h3{
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.upload{
    width: 350px;
    height: 100px;
    border-radius: 10px;
    margin-top: 10px;
    border:1px dotted white;
    background-color: rgba(128, 128, 128, 0.2);
}

.upload img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 150px;
    border-radius: 5px;
    border: 1px solid grey;
    background-color: rgba(128, 128, 128, 0.5);
    cursor: pointer;
}

.upload p{
    color: rgb(231, 228, 228);
    margin-left: 70px;
    margin-top: 10px;
}

.info{
    margin-top: 5px;
    display: flex;
}

.info img{
    cursor: pointer;
}

.info p{
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}

.full-name{
    color: white;
    margin-top: 20px;
}

.full-name label{
    color: white;
}

.full-name input{
    width: 350px;
    height: 40px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.3);
    padding: 10px;
    color: white;
}

.email{
    color: white;
    margin-top: 20px;
}

.email label{
    color: white;
}

.email input{
    width: 350px;
    height: 40px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.3);
    padding: 10px; 
    color: white;
}

.github{
    color: white;
    margin-top: 20px;
}

.github label{
    color: white;
}

.github input{
    width: 350px;
    height: 40px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.3);
    padding: 10px; 
    color: white;
}

.ton{
    width: 350px;
    height: 40px;
    background-color:hsl(7, 88%, 67%) ;
    border-radius: 10px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

#ticket-container {
    width: 650px;
    height: 450px;
    margin-left: 350px;
    margin-top: 10px;
    color: white;
    margin-bottom: 50px;
}

#ticket-container h3{
    text-align: center;
    margin-top: -20px;
    margin-left: -20px;

}

#ticket-container h3 em{
    color: red;
}

.ticket {
    width:600px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(pattern-ticket.svg);
    background-position: center;
    margin-top: 50px;
}

.log{
    margin-left:-350px;
    margin-top: 10px;
}

.location{
    color: white;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.content{
    width: auto;
    height: 70px;
    display: flex;
    margin-top: 140px;
    margin-left: -370px;
    justify-content: left;
}

.ven{
    width: auto;
    height: 50px;
    margin-top: 5px;
    margin-left: 10px;
}

.git{
    display:flex;
    margin-left: -5px;
}

.git img{
    width: 30px;
    height: 20px;
    color: white;
}

#ticket-avatar {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-top: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

#ticket-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

#ticket-github{
    margin-top: 2px;
    color: darkgrey;
}

#number{
    width: 50px;
    height: 100px;
    position: absolute;
    margin-left: 500px;
    margin-top: 80px;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    display: flex;
}
#number span {
    display: inline-block;
    margin-left: -10px;
    transform: rotate(90deg); /* Rotate the entire span */
    writing-mode: horizontal-tb;  /* Change the writing mode to vertical right-to-left */ 
    padding: 10px;
    padding-top: 60px;
    padding-left: 30px;
    font-size: 24px;
    color: lightslategray;
}

.bottom{
    width: 850px;
    height: auto;
    position: absolute;
    margin-top: -300px;
}