.boxed-greyindex {
    padding-top: 5rem;
    padding-bottom: 1rem;

}
.inputs-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
}
@media only screen and (min-width: 800px) {
    .inputs-container {
        align-items: center;
    }
}
.hero {
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: #2a2f40;
}
@media screen and (min-width: 600px) {
    .hero-flix {
        background-image: url(/img/img_track2.png);
    }
}
@media screen and (min-width: 1024px) {
    .hero {
        margin-top: 15px;
        height: 400px;
    }
}
.container_track {
    padding-top: 30px;
    min-height: 60vh;
}
.search-input-container {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 24px;
}
@media only screen and (min-width: 1024px) {
    .inputs-wrapper {
        margin-top: 300px;
    }
}

.inputs-wrapper {
    z-index: 1;
    max-width: 792px;
    border: none;
}


<!---->
.input-ticket-number{
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-template-rows: 1fr;
    column-gap: 12px;
}
.ticket-input{
    position: relative;
}
.label-n-bilhete{
    background: #ffffff;;
    border-radius: 6px;
    color: #2c2828;;
    display: block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400;
    left: 6px;
    line-height: 1rem;
    padding: 1px 6px);
    position: absolute;
    text-align: left;
    top: -.5rem;
    z-index: 1;
}
.input-n-bilhete{
    align-items: center;
    background-color: #ffffff;;
    border: 1px solid #8b8b8b;
    border-radius: 6px;
    color: rgba(13, 13, 13, 0.86);
    display: flex;
    min-height: 44px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.icon-position-ticket {
    flex-shrink: 0;
    font-size: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 12px;
    margin-right: 6px;
    max-height: 48px;
    max-width: calc(24px * 2);
    min-height: 24px;
    min-width: 24px;
    order: 2;
    pointer-events: none;
    position: relative;
    width: 1.5rem;
    z-index: 1;
}
.input-text-ticket{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    color: #353535;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    min-height: 100%;
    order: 3;
    padding: calc(12px - 3px - 1px) 12px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
}
.div-content {
    border-radius: 20px;
    padding:20px;
    width:710px;
    margin-bottom: 10px;
    position:relative;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.6);
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 700px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

@media (max-width: 700px){
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}