﻿.card-title {
    font-size: 0.9rem !important;
    line-height: 1.2;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.modal {
    overflow-y: auto;
}

.btn-save-job.btn-danger {
    color: #fff !important;
}

.cta-column .cta-content {
    flex-direction: column;
}

.cta-column .cta-text-header {
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
}

.cta-column .cta-button {
    width: 100%;
}

.btn-100 .btn-ct {
    width: 100%;
}

.rs-flex {
    display: flex;
}

.agency-slot {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.border {
    border: 1px solid #e8ebf3 !important;
}

.logo-container .logo {
    max-width: 83px;
}

.logo-container {
    display: grid;
    place-items: center;
}

h2 {
    color: var(--Black, #3F4047);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}

h1 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}

.company-name {
    font-size: 16px;
}

.job-detail-option h2 {
    width: fit-content;
    display: inline-block;
}

.agency-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.agency-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}
.cta-column{
    margin-bottom: 1.5rem;
}

@media (max-width:767px) {
    .rs-flex {
        display: unset;
        gap: 16px;
    }

    .rs-flex .btn-ct {
        margin-bottom: 16px;
    }
}

@media (max-width: 1279.99px) {
    .md-hidden {
        display: none;
    }
}

@media (min-width: 1280px) {
    .lg-hidden {
        display: none;
    }
}
