#main-wrap {
    padding: 44px 0;
}
#main-wrap h2 {
    color: #484848;
    font-size: 26px;
    font-weight: bold;
    margin-top: 24px;
}
.list-group button {
    outline: none;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #18a1b8;
    border-color: #18a1b8;
}
.list-group {
    font-size: 14px;
}
.list-group .badge {
    position: relative;
    top: -1px;
}
#post-job-button,
#company-update-button {
    font-size: 14px;
    outline: none;
}
.job-poster-info {
    display: inline-block;
    font-size: 14px;
}
span.required {
    color: #bb2626;
    font-size: 14px;
    margin-right: 2px;
}
.alert-dismissible .close {
    outline: none;
}

/* modal */
#jobModalCenter .modal-content {
    font-size: 14px;
    color: #555;
}
#jobModalCenter .modal-content .modal-title {
    font-weight: bold;
    font-size: 15px;
}
#jobModalCenter .modal-content ul {
    list-style: none;
    padding: 0;
}
#jobModalCenter .modal-content .form-group {
    margin-bottom: 24px;
}
#jobModalCenter .modal-content .form-group label.bold {
    font-weight: bold;
}
.offer-wage-list {
    margin-bottom: 0;
}
#add-offer-wage-btn {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 8px;
    height: 28px;
}
.job-picture-wrap {
    height: 100px;
    width: 100px;
    border-radius: 20px;
}
.job-picture-wrap .delete-picture-btn {
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
    border-radius: 50%;
    height: 37px;
}
.job-picture-scroll-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 115px;
    padding-left: 5px;
    padding-top: 5px;
}
.job-picture-ul {
    height: 100px;
    width: max-content;
}
.job-picture-ul li {
    float: left;
    width: 100px;
    margin-right: 14px;
}
.job-picture-wrap img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 2px 6px #0000006b;
}
.job-picture-button {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    border: 1px dashed #aaa;
    background: #fff !important;
}
.job-picture-button:hover {
    background: #fff !important;
}
.job-picture-button span {
    font-size: 40px;
    font-weight: bold;
    line-height: 80px;
    color: #888;
}
#addJobPictureBtn {
    height: 100px;
    width: 100px;
}
#jobModalCenter .modal-footer button {
    font-size: 14px;
}


#setting-block-1 {
    display: none;
}


@media (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 480px) {}
