﻿.ebv-drawer .ebv-name {
    font-weight: 700;
    color: #7f7f7f;
}

.secondary-text {
    color: #7f7f7f;
}

.sex-selected {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.year-dd-filter{
    font-size:1.5em !important;
}

.button__inner {
    border-color: #cfcfcf;
}

.el-checkbox-button__inner {
    border-color: #cfcfcf;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}

.ebv-drawer .el-drawer__body {
    overflow: auto;
}

.ebv-drawer .title-buttons {    
    padding-bottom: 10px;
}

/*.sticky-container {
    height: 100%;
}*/

/*.sticky-container > .body {
    position: absolute;
    height: 100%;
    overflow: auto;
}*/

.sticky-container > .footer {
    position: absolute;
    height: 60px;
    top: calc(100vh - 70px);
    width: 100%;
    z-index: 10000;
}

.infinite-list-wrapper {
    max-height: calc(76vh - 20px);
    overflow: auto;
}

@media(max-width:1100px) {
    .ebv-drawer .fluid-drawer {
        width: 33% !important;
    }
}

@media(max-width:850px) {
    .ebv-drawer .fluid-drawer {
        width: 50% !important;
    }
}


@media(max-width:600px) {
    .ebv-drawer .fluid-drawer {
        width: 100% !important;
    }
}