﻿.sent-containe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 105px;
    overflow: hidden;
    max-width: 100vh;
}


.sent-mensager {
    font-weight: bold;
    color: #E40E18;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.sent-rectangle-40 {
    width: 100%;
    min-height: 200px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 100px;
}


.custom-section-sent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

.sent-summary {
    margin: 0 auto;
    width: 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.sent-ticket-section {
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.summary-title-sent {
    display: flex;
    gap: 40px;
    font-size: 20px;
    align-content: center;
    align-items: center;
}

@media (max-width: 1024px) {

    .sent-mensager {
        font-size: 20px;
    }

    .custom-section-sent {
        padding: 20px;
        margin-bottom: 130px;
        width: 100%;
        overflow: hidden;
    }

    .sent-rectangle-40 {       
        padding: 0 20px;       
    }

    .sent-summary {        
        width: 100%;
        padding: 20px;
        margin-top: -125px;
    }
}