#app-title {
    width: 140px;
}

.alert-warning {
    background-color: #ffcc80;
    color: #e65100;
}

.anticon {
    vertical-align: 1px !important;
}

.text-texto {
    color: #987748 !important;
}


.ant-form-item-label {
    line-height: 0 !important;
}

button:focus {
    outline: none !important;
}

.cookie-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9999999;
    border-radius: 0;
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
    opacity: 0;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 2000ms;
}


