.app-container {
    max-width: 1200px;
    width: 100%;
}

.badge__wrapper {
    position: relative;
}

.badge__counter {
    position: absolute;
    display: none !important;
}

.badge__counter--for-sidebar {
    top: 50%;
    right: 35px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
    font-weight: 500;
}

.badge__counter--for-home {
    top: 10px;
    right: 10px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.badge__counter--for-nav {
    top: 50%;
    right: 35px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.badge__counter--for-bell {
    top: -6px;
    right: -22px;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white !important;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    border: none !important;
}

.job-btn__keep {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    background: #ffffff;
    color: #000;
    background: -moz-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    position: relative;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    border-radius: 25px 0 0 25px;
    width: 49%;
    vertical-align: middle;
}

.job-btn__keep:hover {
    color: #000;
    text-decoration: none;
}

.job-btn__keep-icon-bookmarked {
    display: none;
}

.job-btn__keep-icon-bookmarked i {
    color: green;
}

.job-btn__keep-icon-unbookmarked {
    display: block;
}

.job-btn__keep--bookmarked .job-btn__keep-icon-bookmarked {
    display: block;
}

.job-btn__keep--bookmarked .job-btn__keep-icon-unbookmarked {
    display: none;
}


.job-btn__apply {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    background: #ffffff;
    color: #000;
    background: -moz-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 57%, #ffffff 64%, #ffffff 67%, #e5e5e5 100%);
    position: relative;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    border-radius: 0 25px 25px 0;
    width: 49%;
    vertical-align: middle;
}

.job-btn__apply:hover {
    color: #000;
    text-decoration: none !important;
}

.job-btn-border-radius {
    border-radius: 0 25px 25px 0;
}

.job-btn__apply i {
    color: #D72D86;
}

.job-btn__chat {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    background: #D72D86;
    background: -moz-linear-gradient(top, #f0499f 57%, #f0499f 64%, #f0499f 67%, #D72D86 100%);
    background: -webkit-linear-gradient(top, #f0499f 57%, #f0499f 64%, #f0499f 67%, #D72D86 100%);
    background: linear-gradient(to bottom, #f0499f 57%, #f0499f 64%, #f0499f 67%, #D72D86 100%);
    position: relative;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #D72D86;
    width: 49%;
    vertical-align: middle;
}

.job-btn__chat:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.job-more-region__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    grid-template-rows: masonry;
    margin-top: 20px;
}

.job-more-region__item {
    position: relative;
    padding-left: 14px;
}

.job-more-region__item:before {
    border-left: 7px solid rgb(210, 210, 210);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}

.job-more-region__item__child {
    position: relative;
    padding-left: 14px;
}

.job-more-region__item__child:before {
    border-left: 7px solid rgb(210, 210, 210);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}

.text-start {
	text-align: start !important;
}