@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Black.ttf');
    font-weight: 900;
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4 !important;
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

input,
select,
textarea,
button {
    font-family: Poppins;
}

* {
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.ikonlar {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.ikonlar a {
    background-color: white;
    padding: 0 10px;
    border: 1px solid #999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-left: 10px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    max-height: 34px;
}

.ikonlar a:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 0 0 2px #e0e0e0;
}

main {
    margin-top: 100px;
}

.p25-50 {
    padding: 25px 50px;
}

.p25 {
    padding: 25px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.white-box {
    box-shadow: 0 8px 14px 3px #0000000d;
    border-radius: 2px;
    background-color: white;
}

main h2 {
    font-size: 1.866rem;
    margin: 0;
    /*color: #655116;*/
	color: #1C1A51;
}

main h4 {
    font-size: 1.2rem;
    margin: 0;
    color: #686868;
    font-weight: normal;
}

.kariyerler {
    margin-top: 30px;
}

main .box_cizgi {
    position: relative;
}

main .box_cizgi:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    /*background: linear-gradient(90deg, #c7ac6d 0, #957d41 100%);*/
	background: linear-gradient(90deg, #00D9D9 0, #1C1A51 100%);
}

.kariyerler .kariyer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgb(224, 224, 224);
}

.input-zone label {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.input-zone label input {
    margin-right: 5px;
}

.kariyerler .pasif {
    opacity: 0.5 !important;
}

.kariyer a {
    font-size: 1.2rem;
}

.sortable .kariyer,
.sortable .basvuru {
    cursor: move;
}

.sortable .kariyer:hover {
    border-color: black;
}

.kariyer a span {
    display: block;
    color: #655116;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.detay div h5 {
    margin-bottom: 5px;
}

.kariyer .detaylar {
    display: flex;
}

.detaylar .detay {
    display: flex;
    align-items: flex-start;
    width: 200px;
}

.detay img {
    margin-right: 10px;
}

.detay h5,
.detay h6 {
    margin: 0;
    font-weight: normal;
}

.detay h6 {
    margin-top: 5px;
    color: #686868;
}

.detay .time {
    color: #686868;
    font-size: 13px;
    margin-top: 0;
}

a {
    color: #0772b3;
    text-decoration: none;
}

footer {
    border-top: 1px solid #e0e0e0;
    background-color: white;
    margin-top: 100px;
    padding: 30px 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #686868;
}

footer a {
    margin: 0 5px;
    color: #686868;
}

footer a:hover {
    text-decoration: underline;
}

footer span {
    margin-left: 5px;
}

.d-flex {
    display: flex;
}

.a-center {
    align-items: center;
}

.f-column {
    flex-direction: column;
}

.ml-auto {
    margin-left: auto;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.two-sided {
    display: flex;
}

.two-sided .inner:first-child {
    width: 60%;
}

.two-sided .inner:last-child {
    margin-left: 30px;
    width: 40%;
    height: fit-content;
    position: sticky;
    top: 10px;
}

.two-sided h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.two-sided p {
    color: #222;
}

.two-sided ul li {
    margin: 10px 0;
}

.f-15 {
    font-size: 15px;
}

.back {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 14px;
    color: #686868;
}

.back:hover {
    text-decoration: underline;
}

.button-1 {
    height: 42px;
    padding: 0 23px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: box-shadow .2s, color .2s, border .2s, background-color .2s;
    /*background-color: rgb(101, 81, 22);*/
	background-color: rgb(28, 26, 81);
	
    border: 1px solid transparent;
}

.button-1.transparent {
    /*border-color: rgb(101, 81, 22);*/
	border-color: rgb(0, 217, 217));
    /*color: rgb(101, 81, 22);*/
	color: rgb(28, 26, 81);
    background-color: transparent;
}

.button-1:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.button-1.small {
    white-space: nowrap;
    width: 100px;
    font-size: 13px;
    padding: 0 5px;
    height: 35px;
}

.button-1.extra-small {
    white-space: nowrap;
    width: fit-content;
    font-size: 10px;
    height: unset;
    padding: 5px 10px;
}

input,
textarea,
select {
    padding: 7.5px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    outline: none;
    font-size: 15px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.details div {
    padding: 20px 0;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.details div h5 {
    margin: 0;
    /*color: rgb(104, 104, 104);*/
	color: rgb(28, 26, 81);
	
    font-size: 14px;
    margin-right: 0px
}

.details div h6 {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
}

.yanyana {
    overflow: hidden;
}

.yanyana .kisim {
    width: 100%;
    min-width: 100%;
    padding: 0 2px;
}

.yanyana .kisimlar {
    display: flex;
    transition: transform .5s;
    /* transform: translateX(-100%); */
}

.apply-job {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .5s, border .5s, color .5s;
}

.apply-job img {
    transform: rotate(90deg);
    margin-right: 5px;
}

.apply h3 {
    /*color: rgb(101, 81, 22);*/
	color: rgb(28, 26, 81);
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
}

.input-zone {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.input-zone span {
    color: #555;
    display: block;
    font-size: 12px;
    margin-bottom: 2.5px;
}

.admin .input-zone {
    border-left: 3px solid red;
    margin: 20px 0;
    padding: 10px 20px;
}

.admin .input-zone span {
    margin-bottom: 10px;
}

.input-zone input,
.input-zone select {
    margin: 2.5px 0;
    font-size: 12px;
}

.input-zone.error input,
.input-zone.error textarea,
.input-zone.error select {
    border-color: red;
}

.input-zone.error span:first-child {
    color: red;
    font-weight: bold;
}

.input-zone input,
.input-zone textarea,
.input-zone select {
    max-width: 300px;
    resize: none;
}

.d-flex .input-zone {
    margin-right: 10px;
}

hr {
    display: block;
    margin: 30px 0;
    background-color: rgb(224, 224, 224);
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
}

.icon-input {
    display: flex;
    position: relative;
    align-items: center;
    height: 40px;
}

.icon-input .icon {
    position: absolute;
    left: 0;
    width: 36px;
    height: 40px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border: 1px solid rgb(204, 204, 204);
    border-right: none;
    border-radius: 2px 0 0 2px;
}

.icon-input .icon svg {
    width: 12px;
    height: 12px;
}

.icon-input input {
    padding-left: 40px;
    height: 40px;
}

.select-file span {
    display: block;
    margin: 0;
    margin-left: 5px;
}

#alt_bilgi {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    padding: 20px 0;
    display: none;
}

#alt_bilgi .button-1 {
    background-color: white;
    width: 250px;
    color: black;
}

#alt_bilgi .button-1:hover {
    /*color: rgb(101, 81, 22);*/
	color: rgb(28, 26, 81));
	
}

#alt_bilgi .button-cancel {
    border: none;
    background-color: transparent;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

#alt_bilgi .button-cancel:hover {
    text-decoration: underline;
}

.only-mobile {
    display: none;
}

.apply-mobile {
    margin-top: 15px;
}

.apply-mobile button {
    margin-bottom: 15px;
}

.apply-mobile span {
    display: block;
    margin-top: 5px;
    color: rgb(104, 104, 104);
    font-size: 15px;
}

.file-select {
    display: none;
}

.required:after {
    content: "*";
    color: black;
}

.departmanlar {
    font-size: 12px;
    margin-top: 20px;
}

#bildirim {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-120%);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px 0px;
    border-radius: 0px 0px 3px 3px;
    transition: transform .2s;
    background-color: #555;
    max-width: 90%;
}

#bildirim.show {
    transform: translateX(-50%) translateY(0);
}

#bildirim.error {
    background-color: rgb(194, 11, 11);
}

#bildirim.success {
    background-color: green;
}

#bildirim span {
    display: flex;
    align-items: center;
}

#bildirim span img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.basvurular {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    max-height: 300px;
    overflow-y: auto;
}

.basvurular .basvuru {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 20px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.basvuru img {
    margin-bottom: 10px;
}

.basvuru div {
    margin-top: 20px;
}

.basvuru div h6 {
    font-weight: normal;
    font-size: 13px;
}

.basvuru div span {
    font-size: 12px;
    color: #999;
}

.basvuru a,
.basvuru button {
    margin: 10px auto;
}

.basvuru a {
    display: flex;
    width: fit-content;
}

@media (max-width: 1200px) {
    .container {
        width: 900px;
    }
}

@media (max-width: 900px) {
    .container {
        width: 763px;
    }
}

@media (max-width: 763px) {

    .container {
        width: 90%;
        max-width: 90%;
    }

    #bildirim {
        width: 90%;
    }

    .two-sided .inner:first-child {
        width: 100%
    }

    .input-zone input,
    .input-zone select,
    .input-zone textarea {
        max-width: 100%;
    }

    .apply-side {
        display: none;
    }

    .kariyerler .kariyer {
        flex-direction: column;
        align-items: flex-start;
    }

    .kariyer .detaylar {
        margin-top: 15px;
        justify-content: space-between;
        width: 100%;
    }

    .detaylar .detay {
        width: fit-content
    }

    .kariyer-listele {
        width: 100% !important;
        min-width: 100%;
        margin: 0;
    }

    footer .d-flex {
        flex-direction: column;
    }

    footer .hide-mobile {
        display: none;
    }

    footer .footers {
        flex-direction: column-reverse !important;
    }

    footer .d-flex .ml-auto {
        margin-left: 0;
        margin-bottom: 30px;
        float: left;
    }

    footer div {
        text-align: center;
        font-size: 12px;
    }

    footer .copyright {
        margin-top: 10px;
    }

    .only-mobile {
        display: block;
    }

    form .d-flex {
        flex-direction: column;
    }

    form input {
        width: 100%;
        max-width: 100%;
    }

    form .d-flex .input-zone {
        margin-right: 0;
    }

    form .select-file {
        flex-direction: unset;
    }

    #alt_bilgi .d-flex {
        flex-direction: column;
    }

    #alt_bilgi .ml-auto {
        margin-left: 0;
        margin-top: 15px;
    }

    #alt_bilgi .button-cancel {
        margin-top: 15px;
    }

    .t-center {
        text-align: center;
    }

    .kariyer_buts {
        flex-direction: unset;
        margin-top: 20px;
        width: 100%;
        justify-content: space-between;
    }

    header .ikonlar {
        flex-direction: column;
    }

    header .ikonlar .d-flex:first-child {
        margin-bottom: 10px;
    }

    .basvurular .basvuru {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .kariyer_baslik {
        flex-direction: column;
    }

    .kariyer_baslik .ml-auto {
        margin-left: 0;
        margin-top: 30px;
    }

}