/*#4B617A kapalı*/
/*#6D8DB3 açık*/


@tailwind base;
@tailwind components;
@tailwind utilities;

* {
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}
/*CONFIG HERE*/

@layer components {
    .btn-alternative {
        @apply text-white bg-green-700 hover:bg-green-800 transition-all duration-300 cursor-pointer;
    }
    /*#4B617A kapalı*/
    /*#6D8DB3 açık*/
    .btn-primary {
        @apply text-white bg-[#6D8DB3] hover:bg-[#4B617A] relative cursor-pointer;
    }

    .btn-container {
        @apply cursor-pointer;
    }

    .btn-secondary {
        @apply bg-[#E0E6F6] hover:bg-[#4B617A] relative cursor-pointer;
    }

    .btn-white {
        @apply text-gray-900 bg-white -top-0 hover:-top-1 transition-all duration-300 border border-gray-300 cursor-pointer;
    }

    .btn-xs {
        @apply font-medium rounded-lg text-sm p-2;
    }

    .btn {
        @apply font-medium rounded-lg text-sm py-2 px-6;
    }

    .btn-md {
        @apply font-medium rounded-lg text-sm px-2 py-3.5;
    }

    .btn-search {
        @apply h-full w-full text-sm font-medium whitespace-nowrap cursor-pointer rounded-full;
    }

    /*pricingPage*/
    .checkIcons {
        @apply flex-shrink-0 w-5 h-5 text-green-500 mr-6;
    }

    .indexHeading {
        @apply font-bold md:text-[38px] text-[28px] text-center text-gray-900 transition-all duration-300;
    }
    .indexHeading2 {
        @apply font-bold md:text-[30px] text-[20px] text-center text-gray-900 transition-all duration-300 font-bold;
    }

    .indexFirmenLogo {
        @apply border border-gray-300 p-2 rounded-lg flex items-center justify-center min-h-[84px] capitalize;
    }

    .indexCheckIcons {
        @apply flex-shrink-0 w-5 h-5 text-primary-600;
    }

    .previewAndNjdHeader {
        color: #171717 !important;
        font-size: 21px;
    }

    .previewAndNjdDescription {
        color: #171717 !important;
        font-size: 18px !important;
    }

    .njdColor {
        @apply text-[#04264D];
    }

    .njdTitle {
        @apply njdColor text-[22px] mb-6 font-bold hyphens-auto break-words;
    }

    .njdDescription {
        @apply text-[18px] font-[350] njdColor leading-[28px] hyphens-auto;
    }

    .njdBulletListContainer {
        @apply list-disc font-[350] pl-10 njdColor leading-[28px];
    }

    .njdBulletList {
        @apply list-outside font-[350] text-[18px] njdColor leading-[28px] hyphens-auto;
    }
    /*topjobs*/
    .iconColors {
        @apply text-[#6D8DB3];
    }

    /*cardPartialView,topjobsCard*/
    .outlineColors {
        @apply border border-gray-300 outline outline-transparent hover:outline-[#6D8DB3];
    }

    /*navbar,footer*/
    .logoColors {
        @apply text-[#4B617A];
    }
    /*navbar, footer*/
    .navAndFooterItemHover {
        @apply hover:text-[#6D8DB3];
    }
    /*aboutus(besten,talente)*/
    .aboutusSpecialText {
        @apply text-[#6D8DB3];
    }
}

#iframeContent {
    width: 100%;
    min-height: 100vh !important; /* Ekran yüksekliğinin tamamını kullan */
}

.custom-word-break {
    word-break: break-word !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.indexHeaderPlusFont {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

    .hover-up:hover {
        transform: translateY(-4px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

.outside-list {
    list-style-position: outside !important;
}

/*all Gradients*/
.searchGradient {
    background: #4B617A !important;
}

#previewFrame::-webkit-scrollbar {
    display: none;
}

.pageGradient {
    background: linear-gradient(to bottom, #F5F5F5 10%, white 60%) !important;
}

.form-panel:not(.active) {
    display: none;
}

/*tinymce*/
.tox-tinymce {
    height: 250px !important;
}

.activeListItem1 {
    background: #f1f5f9 !important;
}

.searchInput::placeholder {
    white-space: pre-line !important;
}

#text-editor-1_ifr, #text-editor-2_ifr, #text-editor-3_ifr, #text-editor-4_ifr, #text-editor-5_ifr, #text-editor-ihr_ifr {
    background: #F9FAFB !important;
}

.tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid #EEEEEE !important;
    background: #F9FAFB !important;
}

.tox-toolbar__group {
    background: #F9FAFB !important;
}

.tox-toolbar__primary {
    background: #F9FAFB !important;
}

.tox-editor-header {
    padding: 0 !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu-item {
    background-color: white !important;
    max-width: 500px;
}

    .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
        background: #f1f5f9 !important;
    }

.ui-menu-item-wrapper {
    padding: 5px !important;
}


.ui-autocomplete {
    display: none;
}

@layer base {
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

@media all and (max-width:300px) {
    #indexBottomDesc {
        flex-direction: column !important;
    }
}

@media all and (max-width:449px) {

    .searchInput {
        height: 60px !important;
    }

    #indexSearchBar {
        bottom: -113px !important;
    }
}

@media all and (max-width: 1020px) {
    .postAJobMobile {
        display: none;
    }
}


@media all and (max-width: 1140px) {
    .visibleLogo {
        visibility: hidden;
    }
}



/*searchHeroHeading media queries*/

/*@media (min-width: 314px) {

    .searchHeroHeading,
    .searchHeroSecondHeading {
        font-size: 2.2rem;
    }
}

@media (min-width:449px) {

    .searchHeroHeading,
    .searchHeroSecondHeading {
        font-size: 2.5rem;
    }
}

@media (min-width: 500px) {

    .searchHeroHeading,
    .searchHeroSecondHeading {
        font-size: 2.75rem;
    }
}

@media (min-width: 767px) {

    .searchHeroHeading,
    .searchHeroSecondHeading {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {

    .searchHeroHeading,
    .searchHeroSecondHeading {
        font-size: 3.75rem;
    }
}





*/












@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

#loading {
    position: absolute;
    bottom: 0;
    animation: loading 1s linear;
    -webkit-animation: loading 1s linear;
    transition: all 1s linear;
    height: 5px;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
}
