html {
    background-color: #fafafa;
}

ul.list>li {
    margin-bottom: 15px;
}

.media.listing {
    align-items: center;
    justify-content: center;
}

.listing-tag {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 0.9em;
}

.time-container {
    align-self: center;
}

.time-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tags-container-mobile {
    text-align: center;
}

.logo-mobile {
    margin: 0 auto 20px auto;
}

.content-mobile {
    text-align: center;
    overflow: hidden;
}

.footer {
    padding-bottom: 3rem;
}

.my-modal-card-head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.batha-logo {
    font-family: monospace;

}

.disable-selecttion {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.search-section {
    padding-bottom: 0;
}

.modal-card-title {
    font-size: 1.2rem;
}

.description-container > ul {
    list-style-type: disc;
}

.location {
    color: #4a4a4a
}

.modal-card {
    padding: 0 20px;
}

.btn-apply-job {
    margin-top: 2rem;
}

.search-result-label {
    margin-bottom: 2.5rem;
}

[v-cloak] {
    display:none;
}

.clock-icon {
    width: 1rem;
}

.is-size-65 {
    font-size: 0.85rem;
}

.delete::before {
    height: 1px;
    width: 40%;
}

.delete::after {
    height: 40%;
    width: 1px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.1rem;
}

.haraj-logo {
    background: #0473C0;
    padding: 13px 15px;
}

.haraj-logo.desktop {
    max-width: 300px;
}

.haraj-logo.tablet {
    max-width: 250px;
}

.haraj-logo.mobile {
    max-width: 180px;
}

.haraj-logo-container {
    display: flex;
    justify-content: center;
}

.card-content {
    padding: 2rem;
}

.details-button-container {
    align-self: center;
}

.media+.media {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}