/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 html, body {
    scroll-behavior: smooth;
}

.zrjb-file-upload-button {
    cursor: pointer;
    display: inline-flex;
    padding: 18px 54px;
    justify-content: center;
    align-items: center;
    gap: 10px !important;
    border-radius: 6px !important;
	border: 2px solid #242424;
	color: #242424;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
    .zrjb-file-upload-button:hover {
        background-color: #242424;
        color: #fff;
    }
    .zrjb-file-upload-button input {
        display: none;
    }

.zrjb-select-file-input {
    display: none;
}

.zrjb-attachment-line {
    margin: 5px 0 5px 0;
    padding: 0 10px 5px 10px;
    border: 1px solid lightgray;
    font-weight: bold;
    background-color: #eee;
    color: black;
}

.zrjb-remove-file-icon {
    position: relative;
    top: 6px;
    left: 5px;
}

input[type="submit"]:disabled {
    cursor: wait;
}

.zrjb-input-error {
    border-left: 5px solid red !important;
}

.zrjb-highlight-text {
    color: red;
}

#zrjb-message-container {
    display: none;
}

.zrjb-message-line {
    color: red;
}

.zrjb-error-message {
    text-align: center;
}

.zrjb-filter-keywords-container {
    margin: 10px;
}

.zrjb-profile-iframe {
    border: none;
}

.zrjb-image {
    border-radius: 6px;
    width: 100%;
}

#zrjb-sending-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) url(../images/loading.svg) no-repeat center center;
    z-index: 10000;
}

#zrjb-job-share-container {
    width:fit-content;
}

.zrjb-resp-sharing-button {
    background: #242424;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    margin: 0.4rem 0;
    transition: all .3s;
    line-height: 1rem;
    font-size: 13px;
}

.zrjb-job-share-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.zrjb-job-share-col {
    flex: 0 0 25%;
    max-width: 25%;
}

.zrjb-social-media-icon {
    fill: white;
}
