﻿
.overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
}

.overlay-content {
    color: white;
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.logout-icon {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url('/images/HEYBUS/terminar-sessao.png');
}

.requests-icon {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url('/images/HEYBUS/pedidos.png');
}

.active .requests-icon {
    background-image: url('/images/HEYBUS/az.pedidos.png');
}
.request-icon {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url('/images/HEYBUS/novo-pedido.png');
}

.active .request-icon {
    background-image: url('/images/HEYBUS/az.novo-pedido.png');
}

.requests-text {
    width: 100%;
    height: 100%;
    background-size: contain;
    font-weight: normal;
    color: #d9d9d9;
}

.active .requests-text {
    text-align: center;
    font-weight: bold !important;
    color: #195E8E;
}

.request-text {
    width: 100%;
    height: 100%;
    background-size: contain;
    font-weight: normal;
    color: #d9d9d9;
}

.active .request-text {
    text-align: left;
    font-weight: bold !important;
    color: #195E8E;    
}

