:root {
    --dark-color: #100146;
    --gray-color: #6a6b6d;
    --violet-color: #8301ff;
    --pink-color: #e562fe;
    --navy-blue-color: #100146;
    --primary-button-hover-color: #2b2e33;
    --light-dark-color: #29292b;
    --gold-color: #ffc700;
    --light-violet-color: #f4e8ff;
    --red-color: #da0c0c;
    --red-light-color: hsla(0, 91%, 41%, 0.2);
    --green-color: rgb(16, 107, 16);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--dark-color);
}

::-webkit-scrollbar-thumb:hover {
    background: #10014690;
}

html,
body {
    font-family: Ubuntu;
    /* background-image: url("/images/background-noise.png"); */
    background: #f9f9f9;
    color: var(--dark-color);
    overflow-x: hidden;
    position: relative;
}

a {
    transition: all 0.1s ease-in-out;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
}

h4 {
    margin-bottom: 0;
}

h2 {
    font-weight: 800;
    font-size: 26px;
}

p {
    max-width: 960px;
}

label {
    font-weight: 600;
    cursor: pointer;
    padding-left: 16px;
    margin-bottom: 5px;
}

textarea {
    border: 1px solid #10014615;
    background: #10014605;
    height: 40px;
    padding: 10px;
    border-radius: 15px;
    color: var(--dark-color);
    width: 100%;
    outline: none;
    transition: all 0.1s ease;
    min-height: 80px;
    max-height: 360px;
}

hr {
    background-color: var(--gray-color);
}

textarea:focus {
    border: 1px solid var(--pink-color);
}

.gx-5,
.gx-4,
.gx-3,
.gx-2,
.gx-1 {
    column-gap: var(--bs-gutter-x) !important;
}

.gy-5,
.gy-4,
.gy-3,
.gy-2,
.gy-1 {
    row-gap: var(--bs-gutter-y) !important;
}

.mt-auto {
    margin-top: auto;
}

label[title="text"] {
    padding-left: 0;
}

.badge-fill {
    background-color: transparent;
    color: var(--dark-color);
    border-radius: 100px;
    border: 2px solid var(--dark-color);
    padding: 8px 14px;
    font-weight: 800;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
}

.single-news .badge-fill,
.single-company-recruitments .badge-fill,
.basic-company-information .badge-fill,
.basic-person-information .badge-fill {
    white-space: nowrap;
}

.badge-outline {
    text-align: center;
    border-radius: 100px;
    background-color: white;
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    padding: 5px 14px;
    font-weight: 600;
    width: fit-content;
}

.white-color {
    color: white;
}

.ml-auto {
    margin-left: auto;
}

.active-element {
    background-color: var(--light-violet-color) !important;
}

.notification-error-message {
    background: #ff000010;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid darkred;
    color: darkred;
}

.message.success-message {
    background: #00ff0010;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid darkgreen;
    color: darkgreen;
}

.notification-success-message {
    background: #00ff0010;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid darkgreen;
    color: darkgreen;
}

.notification-danger-message {
    background: #ff8c0010;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid darkorange;
    color: darkorange;
}

#news-feed {
    display: flex;
    flex-direction: column;
    /* gap: 50px; */
}

.nav-pagination .page-link:focus {
    box-shadow: none;
}

.nav-pagination .page-link {
    color: var(--dark-color);
}

.nav-pagination .page-link::before {
    display: none;
}

.nav-pagination .page-item.active .page-link {
    background-color: var(--dark-color);
    border-color: #dee2e6;
    color: white;
}

#dropdown-content {
    z-index: 10000000000 !important;
}

@media (max-width: 1200px) {
    .lang-switch-container {
        display: none !important;
    }
}

h4 {
    font-weight: 600;
}

h5 {
    font-size: 1.05rem;
}

.admin-edited {
    background: whitesmoke;
    width: fit-content;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
}

/* LANGUAGE SWITCHER */

.languages {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 3px 3px #9c9ca430;
    transition: 0.2s linear;
}

.language img:hover {
    transform: scale(1.1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: 10px;
    left: -9px;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content img {
    width: 30px;
    /* Adjust the size as needed */
    height: auto;
    border-radius: 100%;
}

.dropdown-content.show {
    display: block;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 1000;
}

[data-tooltip]:hover::before {
    opacity: 1;
}

form[data-tooltip]::before {
    color: var(--red);
}

nav .notifications {
    position: relative;
}

nav .notifications-counter {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: var(--primary);
}

.card-white {
    background-color: white;

    margin-top: 20px;
    border-radius: 25px;
}

.select2-container {
    max-width: fit-content;
}

.dropdown-content a::before {
    display: none !important;
}

.single-company-recruitments .badge-fill {
    padding: 8px 14px 6px;
    background: var(--dark-color);
    color: white;
}

.nav-pagination {
    z-index: 99 !important;
}

.additional-padding {
    display: none;
}

@media (max-width: 1200px) {
    .additional-padding {
        display: block;
    }
}

@media screen and (max-width: 570px) {
    .text-input-container.mt-0 {
        margin-top: 0 !important;
    }

    .ranking-element-container form .select-container,
    .ranking-element-container .select-container input {
        width: 100% !important;
        min-width: -webkit-fill-available !important;
    }

    .ranking-element-container button {
        width: 100% !important;
    }

    .ranking-element-container .select-container .select2.select2-container {
        width: 100% !important;
        min-width: -webkit-fill-available;
    }

    .ranking-element-container .select-container select {
        width: 100% !important;
    }

    .searching-section .text-input-container,
    .searching-section .text-input-container input,
    .searching-section .select-container,
    .searching-section .select-container input {
        width: 100% !important;
    }

    .searching-section .select-container .select2.select2-container {
        width: 100% !important;
        min-width: -webkit-fill-available;
    }

    .searching-section .select-container select {
        width: 100% !important;
    }
}

section.standard-desc {
    background: white;
    border-radius: 20px;
}

section.marketing-desc {
    color: white;
    background: url('../../images/dark-bg.png');
    background-size: cover;
    border-radius: 20px;
}

section.standard-desc p,
section.marketing-desc p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0px;
}

.rate-this-company h2 {
    font-size: 26px;
}


.svg-icon {
    width: 20px;
    height: 20px;
}

button .svg-icon {
    width: 20px;
    height: 20px;
    filter: brightness(100);
}

h2:has(img.svg-icon) {
    display: flex;
    align-items: center;
    gap: 10px;
}

h2 .svg-icon {
    width: 40px;
    height: 40px;
}

.cities h2 {
    justify-content: center;
}

nav a .svg-icon {
    width: 20px;
    height: 20px;
    filter: brightness(100);
}

@media (max-width: 980px) {

    main {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    h2 {
        font-size: 22px;
    }

    h2 .svg-icon {
        width: 30px;
        height: 30px;
    }

    p {
        font-size: 14px;
    }

    .rate-this-company h2 {
        font-size: 20px;
    }

    .badge-fill {
        font-size: 10px;
        padding: 4px 12px;
    }

    .primary-button,
    .gradient-button,
    .underline-button,
    .secondary-button {
        height: 40px !important;
        font-size: 14px !important;
        padding: 0 20px !important;
        font-weight: 700 !important;
    }

    .primary-button {
        min-width: 120px !important;
    }

    button .svg-icon {
        width: 17px;
        height: 17px;
    }
}