progress[value] {
    width: 35px;
    height: 7px;
    border: 1px solid rgb(233, 239, 232);
    border-radius: 2px;
    margin: 0px 0;
    color: #ddd;
    margin-top: -5px;
    vertical-align: middle;
    background: -moz-linear-gradient(left, #ffffff 0%, #79ce00 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(19%, #79ce00), color-stop(19%, transparent), color-stop(21%, transparent), color-stop(21%, #79ce00), color-stop(39%, #79ce00), color-stop(39%, transparent), color-stop(41%, transparent), color-stop(41%, #79ce00), color-stop(59%, #79ce00), color-stop(39%, transparent), color-stop(41%, transparent), color-stop(41%, #79ce00), color-stop(59%, #79ce00), color-stop(59%, transparent), color-stop(61%, transparent), color-stop(61%, #79ce00), color-stop(79%, #79ce00), color-stop(79%, transparent), color-stop(81%, transparent), color-stop(81%, #79ce00), color-stop(100%, #79ce00));
    background: -webkit-linear-gradient(left, #ffffff 0%, #79ce00 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #0057a9 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #79ce00 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
    background: linear-gradient(to right, #79ce00 0%, #79ce00 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

progress[value]::-webkit-progress-bar {
    background-color: transparent;
    position: relative;
}

progress[value]::-webkit-progress-value {
    width: 100%;
    background-color: #fff;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* @media (min-width: 614px) {
    .details {
		margin-top: 41px;
	}
} */

.jobScoreProgress>.tooltip>.tooltip-inner {
    white-space: normal;
}

progress[value]::-moz-progress-bar {
    background-color: #fff;
}

.beta-search-banner {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    margin-bottom: 5px;
    height: 50px !important;
    margin-bottom: 0
}

.verify-email-p {
    padding: 15px 15px 0px 15px;
}

#hideBetaSearchBanner .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 35px;
    margin-left: 10PX;
}

#hideBetaSearchBanner .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#hideBetaSearchBanner .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#hideBetaSearchBanner .slider:before {
    position: absolute;
    content: "";
    height: 31px;
    width: 31px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#hideBetaSearchBanner input:checked+.slider {
    background-color: #2196F3;
}

#hideBetaSearchBanner input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

#hideBetaSearchBanner input:checked+.slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
}

/* Rounded sliders */
#hideBetaSearchBanner .slider.round {
    border-radius: 34px;
}

#hideBetaSearchBanner .slider.round:before {
    border-radius: 50%;
}

#hideBetaSearchBanner .icon-delete-1 {
    margin-right: 40px;
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .icon-delete-1 {
        margin-right: 28px;
        margin-left: 15px;
    }

    #hideBetaSearchBanner {
        display: none !important;
    }
}

#hideBetaSearchBanner .container {
    line-height: 3;
    color: #000;
}

#hideBetaSearchBanner .close {
    font-size: 18px;
    line-height: 2;
    opacity: 1;
    font-weight: 400;
    padding-top: 7px;
}

.count-header {
    margin-bottom: 0;
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 22px;
    font-weight: 200;
    margin-bottom: 40px !important;
    margin-left: 7px;
    letter-spacing: .25px;
    text-align: center;
    background-color: transparent !important;
}
h4.count-header {
    width: 100%;
    float: none;
}


@media only screen and (max-width: 767px) {
    .count-header {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 11px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}