body {
    background-color: #171616;
    min-height: 100%;
    margin: 0;
    font-family: "Prompt", sans-serif;
    font-weight: 100;
}
#googleTagManager {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: white;
}
a,
a:visited {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    text-decoration: "none";
}
/* remove default highlight when button or input is focused */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.StripeElement {
    width: 95%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: white;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    /* outline-width: 0; */
    /* border: 1px solid black; */
    /* z-index: 9998; */
}

.CardBrandIcon-container {
    padding-left: 10px;
}
.ql-container {
    height: 250px !important;
}
.ql-container.ql-snow {
    border: unset !important;
}
.quill {
    border-radius: 5px !important;
}
.ql-toolbar.ql-snow {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.addthis_inline_share_toolbox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
canvas {
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(23, 22, 22);
    position: absolute;
}
.chrome-picker {
    position: absolute;
    z-index: 99999;
    left: 385px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "\2713\0020";
    position: absolute;
    top: 0.15em;
    left: 0.22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all 0.2s;
    font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* hide scrollbars */
#job-listing-tags::-webkit-scrollbar {
    display: none;
}
#job-listing-tags {
    -ms-overflow-style: none;
}

/* media queries */
#job-listing-container {
    width: 60%;
}

#job-listing-tags {
    width: 500px;
}

@media only screen and (max-width: 1000px) {
    #job-listing-container {
        width: 100%;
    }
    #job-listing-tags {
        width: 275px;
    }
}
