.gs-text	{
	padding: 40px 0;
	line-height: 1.7;
}

.gs-text p	{
	text-align: justify;
}
div#loading {
    display: none !important;
}
header.header.container.d-flex.fixed {
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: white;
    padding-bottom: 10px;
}
summary:before {
    top: .4em;
    left: .3em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .5s;
}
summary {
    display: block;
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
    padding: .3em .3em .3em 1.4em;
    border-bottom: 1px solid #e2e8f0;
}
details {
    display: block;
    background: #fff;
    width: 100%;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow: hidden;
    font-size: 21px;
    margin-bottom: 1.5rem;
}
table.numbers td {
    font-size: 21px;
}
.container.drivers img {
    width: 200px;
    height: auto;
    padding: 10px;
}
.container.drivers tr {
    display: flex;
    flex-direction: column;
}
.container.drivers tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.container.drivers tbody td {
    max-width: 250px;
    text-align: center;
}

.message-modal{
    position: fixed;
    bottom: 10px;
    display: none;
    left: 10px;
    max-width: 550px;
    border-radius: 20px;
    padding: 20px;
    z-index: 1;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    .message-modal__content{
        margin-bottom: 10px;
    }
    @media (max-width: 768px) {
        left: unset;
        bottom: 0;
        border-radius: 0;
    }
}

.accept{
    label{
        display: block !important;
        span{
            border-bottom: unset !important;
        }
        &.error{
            color: #a94442;
        }
    }
}