﻿.create-job-page h1 {
    color: #6a0dad;
    font-family: "Montserrat", sans-serif;
    font-size: 42px !important;
    text-align: left;
    transition: transform 0.2s ease-in-out;
    transform-origin: center;
    margin-bottom: 30px;
    font-weight: 400 !important;
}

.create-job-page button {
    background-color: #6a0dad;
    width: 180px;
    height: 50px;
    color: white;
    border: none;
    border-radius: 30px !important;
    margin-top: 30px;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.create-job-page .serviceselect {
    margin-bottom: 30px;
    height: 50px;
}

.create-job-page h2 {
    font-size: 24px;
    color: #6a0dad;
}

.notavailable {
    text-align: center;
    margin-top: 30px;
}

.notavailable p{
    font-size: 16px;

}

.notavailable a {
    color: #6a0dad;
    text-decoration: underline !important;
    font-weight: 500;
}