.awvs-vacature-calculator label {
    display: block;
    margin-top: 15px;
    color: #333;
}

.awvs-vacature-calculator select,
.awvs-vacature-calculator input[type=number] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.awvs-vacature-calculator .awvs-calculator-result {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    color: #155724;
    background-color: #d4edda;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.awvs-vacature-calculator .awvs-calculator-result button {
    background-color: #da8a66;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}

.awvs-vacature-calculator .awvs-calculator-result button:hover {
    background-color: #da8a66;
    color: #fff;
    transform: scale(1.1);
}

.awvs-vacature-calculator .awvs-faq {
    margin-top: 0;
}

.awvs-vacature-calculator .awvs-faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #2b4a6f;
    border-left-width: 5px;
}

.awvs-vacature-calculator .awvs-faq-item h3 {
    margin: 0;
    font-size: 16px;
    color: #2b4a6f;
}

.awvs-vacature-calculator .awvs-faq-answer {
    display: none;
    margin-top: 10px;
    color: #333;
}

.awvs-vacature-calculator .awvs-faq-item.open .awvs-faq-answer {
    display: block;
}

@media screen and (max-width: 600px) {
    .awvs-vacature-calculator .awvs-calculator-result {
        font-size: 14px;
        padding: 10px;
    }
}

.awvs-vacature-calculator .awvs-extra-spacing-top {
    margin-top: 50px;
}

.awvs-open-spots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 15px;
    background-color: #139198;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.25em;
    align-items: center;
    gap: 10px;
    margin: -9px 0 20px 0;
}

.awvs-open-spots.warning {
    background-color: #ff8627;
    color: #ffffff;
}

.awvs-open-spots.warning .awvs-limit-info-icon,
.awvs-open-spots.warning .awvs-limit-info,
.awvs-open-spots.info .awvs-limit-warning,
.awvs-open-spots.info .awvs-limit-warning-icon {
    display: none;
}

.awvs-open-spots.info {
    background-color: #7fb3dc;
    color: #ffffff;
}

.awvs-buy-spots,
.awvs-pop-up-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100vw;
    max-width: 100vw;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 122;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1em;
}

.awvs-pop-up-wrapper .awvs-pop-up-wrapper-inner {
    position: fixed;
    width: 500px;
    max-width: 90vw;
    height: auto;
    min-height: 160px;
    max-height: 80vh;
    top: 20vh;
    background: white;
    padding: 60px 30px 40px 30px;
    border-radius: 20px;
    margin: 0 auto;
    z-index: 123;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.awvs-pop-up-wrapper .awvs-pop-up-close-icon {
    position: absolute;
    font-size: 24px;
    color: red;
    cursor: pointer;
    z-index: 223322332233;
    width: 500px;
    max-width: 90vw;
    top: calc(20vh + 34px);
    text-align: right;
    left: calc(50% - 18px);
    transform: translate(-50%, -50%);
}

.awvs-pop-up-wrapper .awvs-pop-up-close-icon svg {
    width: 28px;
    height: 28px;
}

.awvs-pop-up-wrapper.show {
    display: flex;
}

body div .awvs-cant-place-vacancy {
    font-size: 16px;
    line-height: 1.2em;
}

.awvs-buy-spots .awvs-buy-spots-step1,
.awvs-buy-spots .awvs-buy-spots-step2 {
    position: fixed;
    width: 500px;
    max-width: 90vw;
    height: auto;
    max-height: 80vh;
    top: 20vh;
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin: 0 auto;
    z-index: 123;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.awvs-buy-spots .awvs-buy-spots-step1 .awvs-vacature-calculator,
.awvs-buy-spots .awvs-buy-spots-step1 .awvs-form-calculator {
    width: 100%;
    height: 100%;
}

.awvs-buy-spots .awvs-buy-spots-step1 {
    display: flex;
}

.awvs-buy-spots .awvs-buy-spots-step2 {
    display: none;
}

.awvs-buy-spots .awvs-vacature-calculator #awvs-calculator-prijs-tekst {
    text-align: left;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 5px;
}

.awvs-buy-spots .awvs-vacature-calculator .awvs-calculator-result {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    color: #155724;
    background-color: #d4edda;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

.awvs-buy-spots .awvs-buy-spots-close-icon {
    position: absolute;
    font-size: 24px;
    color: red;
    cursor: pointer;
    z-index: 223322332233;
    width: 500px;
    max-width: 90vw;
    top: calc(20vh + 34px);
    text-align: right;
    left: calc(50% - 18px);
    transform: translate(-50%, -50%);
}

.awvs-buy-spots .awvs-buy-spots-close-icon svg {
    width: 28px;
    height: 28px;
}

@media(max-width: 767px) {
    .awvs-buy-spots {
        padding: 0;
    }
}

body div .awvs-btn.awvs-color-dark-red,
body div .awvs-vacature-dashboard .awvs-btn.awvs-color-dark-red,
body div .awvs-invoice-settings-form .awvs-btn.awvs-color-dark-red,
body div .awvs-color-dark-red {
    background-color: #76160b;
    border-color: #76160b;
    color: #fff;
    transition: 0.3s ease-in-out;
}

body div .awvs-btn.awvs-color-dark-red:hover,
body div .awvs-vacature-dashboard .awvs-btn.awvs-color-dark-red:hover,
body div .awvs-invoice-settings-form .awvs-btn.awvs-color-dark-red:hover,
body div .awvs-color-dark-red:hover {
    background-color: #9e3a2f;
    border-color: #9e3a2f;
    color: #fff;
}

.awvs-order-summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.awvs-order-summary .awvs-single-summery-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.awvs-order-confirmation-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #ffe9e3;
    color: #c93501;
    border-radius: 8px;
    margin-top: 20px;
    line-height: 1.2em;
}

.awvs-confirm-order-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    border-radius: 8px;
    margin-top: 20px;
}

.awvs-buy-spots .awvs-buy-spots-step2 .awvs-confirm-order-wrapper .awvs-confirm-order.awvs-btn,
.awvs-buy-spots .awvs-buy-spots-step2 .awvs-order-confirm-output-wrapper a {
    background-color: #da8a66;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.awvs-buy-spots .awvs-buy-spots-step2 .awvs-confirm-order-wrapper .awvs-confirm-order.awvs-btn:hover,
.awvs-buy-spots .awvs-buy-spots-step2 .awvs-order-confirm-output-wrapper a:hover {
    background-color: #da8a66;
    color: #fff;
    transform: scale(1.1);
}

.awvs-buy-spots .awvs-buy-spots-step2 .awvs-confirm-order-wrapper .awvs-confirm-order.awvs-btn:disabled,
.awvs-buy-spots .awvs-buy-spots-step2 .awvs-order-confirm-output-wrapper a:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
}

.awvs-buy-spots-overview-txt {
    padding: 0 0 5px 0;
    margin: 0;
}

.awvs-buy-spots .awvs-buy-spots-step2 .awvs-order-confirm-output-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}