/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

.footer-container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    background-color: #f6f7fa;
    border: 0;
    margin-top: 4em;
}

.footer-info {
    position: relative;
    z-index: 10;
    width: 84%;
    margin: 0 8% 0;
    padding: 30px;
    border-radius: 46px 46px 0 0;
}

.footer-strap {
    height: 65%;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #1088FF;
}

.footer-btn-icon {
    border-radius: 50%;
    background-color: #294F75;
    color: #fff;
}

.footer-img-link {
    margin-right: 12px;
}

.footer-img-link:hover {
    opacity: 0.5;
    cursor: pointer;
}

.all-candidate-filter-panel {
    box-shadow: none !important;
    border: 1px solid #D8D7DC;
    padding-left: 4em;
}

.all-candidates-requests-tabs .rz-tabview-panels {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
}

.all-candidates-requests-tabs .rz-tabview-panel {
    padding-left: 0;
}

.all-candidates-requests-tabs .rz-tabview-selected {
    background-color: #1088FF;
    border-color: rgba(255, 255, 255, 0);
    color: #FFF;
}

.all-candidates-requests-tabs li a {
    font-size: 18px !important; 
}

.all-candidates-filter-button {
    background-color: rgba(0, 0, 0, 0) !important;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}

.all-candidates-filter-button:hover {
    background-color: #C3C3C3 !important;
}

.all-candidates-filter-button-selected {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    background-color: #D5D5D5 !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
