.foxentry-clear {
    clear: both
}

.foxentry-clearfix {
    clear: both
}

.foxentry-form-whisper {
    opacity: 0;
    display: block;
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000000;
    background: #fff;
    box-shadow: 3px 26px 54.87px 4.13px rgba(73, 105, 130, 0.15);
    border-radius: 0 0 5px 5px;
    transition: all 100ms ease-out;
    max-width: 550px;
    overflow: hidden;
    pointer-events: initial;
}

@media (max-width: 767px) {
    .foxentry-form-whisper {
        max-width: 90vw !important;
    }
}

.foxentry-form-whisper * {
    box-sizing: border-box;
}

.foxentry-form-whisper div, .foxentry-form-whisper span {
    font-size: 13px;
}

.foxentry-form-whisper.foxentry-active {
    opacity: 1;
}

.foxentry-form-whisper.foxentry-active.foxentry-showBanner .foxentry-form-whisper__banner {
    display: block;
}

.foxentry-form-whisper .foxentry-form-content, .foxentry-form-whisper .foxentry-form-fake {
    display: none;
    z-index: -1;
    transition: all 300ms ease-out;
    overflow-y: auto;
    max-height: 320px;
}

@media (min-width: 992px) {
    .foxentry-form-whisper .foxentry-form-content, .foxentry-form-whisper .foxentry-form-fake {
        scrollbar-color: #a9aebe #f8f9f9;
        scrollbar-width: thin;
    }

    .foxentry-form-whisper .foxentry-form-content::-webkit-scrollbar-track, .foxentry-form-whisper .foxentry-form-fake::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #eff0f1;
        background-color: #fff;
    }

    .foxentry-form-whisper .foxentry-form-content::-webkit-scrollbar, .foxentry-form-whisper .foxentry-form-fake::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }

    .foxentry-form-whisper .foxentry-form-content::-webkit-scrollbar-thumb, .foxentry-form-whisper .foxentry-form-fake::-webkit-scrollbar-thumb {
        background-color: #a9aebe;
        border-radius: 5px;
    }
}

.foxentry-form-whisper .foxentry-form-content.foxentry-active, .foxentry-form-whisper .foxentry-form-fake.foxentry-active {
    display: block;
    z-index: 3;
}

.foxentry-form-whisper .foxentry-form-content .foxentry-form-whisper__line {
    cursor: pointer;
}

/*
.foxentry-form-whisper.foxentry-showBanner .foxentry-form-content, .foxentry-form-whisper.foxentry-showBanner .foxentry-form-fake {
  padding-bottom: 40px;
}
*/
.foxentry-form-whisper.foxentry-whisper--company .foxentry-form-content, .foxentry-form-whisper.foxentry-whisper--company .foxentry-form-fake {
    max-height: 370px;
}

.foxentry-form-whisper .foxentry-form-whisper__line {
    padding: 0 15px;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-flag {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e6ebef;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block {
    width: 23px;
    height: 17px;
    background: #e6ebef;
    border-radius: 5px;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-66 {
    width: 66%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-59 {
    width: 59%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-48 {
    width: 48%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-43 {
    width: 43%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-38 {
    width: 38%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-21 {
    width: 21%;
}

.foxentry-form-whisper .foxentry-form-whisper__line .foxentry-fake-block.foxentry-w-16 {
    width: 16%;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted {
    background: #e6fce1;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-fake-block {
    background: #c9edc1;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-fake-flag {
    background: #c9edc1;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted:hover {
    background: #dbf9d5;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-form-whisper__name, .foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-form-whisper__place {
    color: #147e00;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-form-whisper__name .foxentry--highlighted, .foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted .foxentry-form-whisper__place .foxentry--highlighted {
    color: #147e00;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-highlighted + .foxentry-form-whisper__line .foxentry-form-whisper__row {
    border-color: transparent;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-light {
    background: #f5f5f5;
}

.foxentry-form-whisper .foxentry-form-whisper__line.foxentry--bg-light:hover {
    background: #f1f6f7;
}

.foxentry-form-whisper .foxentry-form-whisper__line:hover {
    background: #f5f5f5;
}

.foxentry-form-whisper .foxentry-form-whisper__line:hover .foxentry-form-whisper__row {
    border-color: transparent;
}

.foxentry-form-whisper .foxentry-form-whisper__line:hover + .foxentry-form-whisper__line .foxentry-form-whisper__row {
    border-color: transparent;
}

.foxentry-form-whisper .foxentry-form-whisper__line:last-child .foxentry-form-whisper__row {
    border: none;
}

.foxentry-form-whisper .foxentry-form-whisper__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #efefef;
    padding: 10px 0;
    line-height: 1;
}

.foxentry-form-whisper .foxentry-form-whisper__row.foxentry-row-top {
    align-items: flex-start;
}

.foxentry-form-whisper .foxentry-form-whisper__flag {
    margin-right: 14px;
    width: 21px;
}

.foxentry-form-whisper .foxentry-form-whisper__flag img {
    max-height: 14px;
    max-width: 100%;
}

.foxentry-form-whisper .foxentry-form-whisper__name {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #242526;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.foxentry-form-whisper .foxentry-form-whisper__name span {
    font-size: 13px;
    display: inline-block;
}

.foxentry-form-whisper .foxentry-form-whisper__name span.foxentry--highlighted {
    color: #f54009;
}

.foxentry-form-whisper .foxentry-form-whisper__name span.foxentry--ico {
    width: 10px;
    margin-left: 10px;
}

.foxentry-form-whisper .foxentry-form-whisper__name span.foxentry-ico {
    margin-left: auto;
    font-weight: 400;
    width: 100%;
    margin-top: 7px;
}

.foxentry-form-whisper .foxentry-form-whisper__name strong {
    font-weight: 700;
}
