.bg-primary {
    background-color: #ff6725 !important;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.filter-input label {
    display: block;
    position: relative;
    font-size: 16px;
    padding-left: 18px;
    color: #000;
    transition: all 0.1s ease-in-out 0s;
}
.dash-btn-one {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: #fff;
    border-radius: 7px;
    line-height: 40px;
    padding: 0 15px;
    min-width: 135px;
    text-align: center;
    background: #000;
    transition: all 0.2s ease-in-out 0s;
}
.filter-input label::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 3px;
    line-height: 12px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
    font-family: "bootstrap-icons";
    transition: all 0.1s ease-in-out 0s;
}
.user-data-form {
    border: solid 1px #ff6725;
}
.accordion-style-two .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
}
.dash-input-wrapper input,
.dash-input-wrapper .nice-select {
    height: 35px !important;
    line-height: 35px !important;
}
fieldset {
    border: 1px solid #dee2e6;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0.375rem;
}
legend {
    float: none;
    width: auto;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}
.legend-link {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
    cursor: pointer;
}
.legend-link:hover {
    text-decoration: underline;
}
.pointer {
    cursor: pointer !important;
    pointer-events: auto !important;
}
#file-name-display .alert-text {
    font-size: 14px;
    letter-spacing: -0.14px;
    color: rgba(0, 0, 0, 0.5);
}
.filter-input li {
    width: calc(33% - 20px);
}
.filter-input.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.filter-input.radio label::before {
    border-radius: 100%;
}
.filter-input.radio input[type="radio"]:checked + label:before {
    content: "\f633";
    background: #000;
    color: #fff;
    border-color: #000;
}
.generate-cv .nav {
    border-bottom: none;
}
.generate-cv .nav .nav-link.active {
    color: #ff6725;
}
.generate-cv .nav .nav-link {
    height: 30px;
    font-weight: 500;
    font-size: 17px;
    background: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.user-data-form .form-wrapper {
    max-width: 650px;
}
.loading-link::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/shape/shape_79.svg) no-repeat center;
    background-size: cover;
    margin-left: 5px;
    vertical-align: 2px;
    animation: rotated 2s infinite linear;
}
.message_filter button {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    border-radius: 30px;
    padding: 0 12px;
    margin: 0 2px;
    position: relative;
}
.message_filter button.active {
    background: #000;
    color: #fff;
}
