@font-face {
    font-family: "SST Arabic";
    src: url("/siteAssets/fonts/SST-Medium.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "SST Arabic";
    src: url("/siteAssets/fonts/SST-Regular.ttf");
}

* {
    font-family: "SST Arabic", Arial, Helvetica, sans-serif;
}

.banner {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: 50svh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url("/siteAssets/img/job/banner.svg");
}

.banner h1 p {
    color: white !important;
    text-align: center;
}

.jobCard {
    border: 1px solid #259b9a33;
    border-radius: 8px;
    padding: 16px;
}
.logoBox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.titleSection {
    background-color: #259b9a0d;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #259b9a33;
}
.iconBox {
    background-color: #e0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 4px;
}
.badge {
    border: 1px solid #259b9a;
    border-radius: 16px;
    padding: 8px;
    font-size: 12px;
    color: #259b9a;
}
.btn-primary {
    background-color: #259b9a;
    border: none;
}
.btn-primary:hover {
    background-color: #259b9a;
}

.details-section {
    background-color: white;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 10px 16px 0px rgba(204, 204, 204, 0.2);
}
.info-side {
    background-color: white;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 10px 16px 0px rgba(204, 204, 204, 0.2);
}
body {
    background-color: #f8f9fd;
}
