<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;900&amp;display=swap);

.yemekListesiBlok {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-family: 'Mulish', sans-serif;
    
}

:focus {
    outline: 0
}

/*body {
    background: #e7eafb;
    padding: 50px
}*/

.component--job-item {
    background: #fff;
    box-shadow: 0 21px 87px -35px rgba(80,98,211,.5);
    border-radius: 20px;
    max-width: 100%;
    padding: 50px 50px 40px;
    display: flex;
    flex-direction: column
}

    .component--job-item .title {
        margin-bottom: 5px;
        font-size: 25px;
        color: #111127;
        font-weight: 700
    }

        .component--job-item .title a {
            color: #111127
        }

    .component--job-item .position {
        color: rgba(17,17,39,.7);
        font-size: 16px;
        margin-bottom: 24px
    }

    .component--job-item p {
        font-size: 18px;
        color: #111127;
        line-height: 26px;
        margin-bottom: 25px
    }

    .component--job-item .tags {
        display: flex;
        flex-wrap: wrap
    }

        .component--job-item .tags a {
            padding: 7px 20px;
            background: #e7eafb;
            border-radius: 30px;
            font-size: 14px;
            color: #111127;
            margin: 0 10px 10px 0
        }

            .component--job-item .tags a:hover {
                background: #dadff9
            }

.component--job-items li.menu {
    margin-bottom: 15px;
    list-style: none;
}

    .component--job-items li.menu a {
        display: flex;
        background: rgba(8, 36, 67, 0.03);
        border-radius: 10px;
        align-items: center;
        padding: 20px 45px 20px 20px;
        transition: 300ms transform
    }

        .component--job-items li.menu a:hover {
            transform: scale(1.03)
        }

        .component--job-items li.menu a .avatar {
            min-width: 64px;
            margin-right: 15px;
            height: 64px;
            border-radius: 50%;
            font-size: 30px;
            font-weight: 700;
            display: grid;
            place-items: center;
            color: var(--color);
            border: 2px solid #e7eafb;
        }

        .component--job-items, .component--job-items li.menu a .detail {
            display: flex;
            flex-direction: column
        }

            .component--job-items li.menu a .detail .title {
                font-size: 20px;
                font-weight: 700;
                color: #111127;
                margin-bottom: 9px
            }

            .component--job-items li.menu a .detail .position {
                font-size: 16px;
                color: rgba(17,17,39,.7)
            }

            .component--job-items li.menu a .location {
                opacity: .6;
                margin-left: auto;
                display: flex;
                align-items: center;
                font-size: 16px;
                color: #111127
            }

                .component--job-items li.menu a .location img {
                    margin-right: 5px
                }


.component--job-filter {
    width: 300px;
    border-radius: 20px;
    background: #fff;
    padding: 30px
}

    .component--job-filter form .search {
        height: 76px;
        border-bottom: 1px solid #e7eafb;
        padding: 0 30px;
        margin: 0 -30px 30px
    }

        .component--job-filter form .search input {
            height: 46px;
            line-height: 106px;
            background: url(../img/icon-search.svg) no-repeat 8px;
            font-size: 16px;
            padding-left: 45px;
            color: #111127
        }

            .component--job-filter form .search input::-moz-placeholder {
                color: rgba(17,17,39,.7)
            }

            .component--job-filter form .search input:-ms-input-placeholder {
                color: rgba(17,17,39,.7)
            }

            .component--job-filter form .search input::placeholder {
                color: rgba(17,17,39,.7)
            }

    .component--job-filter form h6 {
        font-size: 12px;
        font-weight: 700;
        color: #111127;
        margin-bottom: 15px
    }

    .component--job-filter form .checkbox-list {
        padding-top: 10px;
        padding-bottom: 40px
    }

        .component--job-filter form .checkbox-list li, .component--job-filter form .filter-form li {
            margin-bottom: 20px
        }

            .component--job-filter form .checkbox-list li:last-child, .component--job-filter form .filter-form li:last-child {
                margin-bottom: 0
            }

            .component--job-filter form .checkbox-list li label {
                display: flex;
                cursor: pointer
            }

                .component--job-filter form .checkbox-list li label .checkbox {
                    width: 27px;
                    height: 27px;
                    border: 1px solid #e7eafb;
                    border-radius: 5px;
                    background: #fff url(../img/icon-check.svg) no-repeat center;
                    min-width: 27px;
                    transition: 300ms background-color,300ms border-color;
                    margin-right: 15px
                }

                .component--job-filter form .checkbox-list li label .text {
                    font-size: 16px;
                    color: #111127
                }

                .component--job-filter form .checkbox-list li label input {
                    display: none
                }

                    .component--job-filter form .checkbox-list li label input:checked + .checkbox {
                        background-color: #8a9cff;
                        border-color: #8a9cff
                    }

            .component--job-filter form .filter-form li label {
                display: block;
                font-size: 12px;
                font-weight: 700;
                color: #111127;
                cursor: pointer;
                margin-bottom: 10px
            }

            .component--job-filter form .filter-form li select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                height: 46px;
                border: 2px solid #e7eafb;
                border-radius: 8px;
                background: #fff url(../img/icon-down-arrow.svg) no-repeat calc(100% - 15px);
                width: 100%;
                padding: 0 40px 0 20px;
                cursor: pointer;
                text-overflow: ellipsis;
                transition: 300ms border-color
            }

                .component--job-filter form .filter-form li select:hover {
                    border-color: #dadff9
                }

                .component--job-filter form .filter-form li select:focus {
                    border-color: #8a9cff
                }

            .component--job-filter form .filter-form li button {
                width: 100%;
                height: 57px;
                background: #8a9cff;
                border-radius: 8px;
                color: #fff;
                cursor: pointer;
                font-size: 16px;
                font-weight: 700;
                box-shadow: 0 11px 30px -15px #6778e1;
                transition: 300ms background-color
            }

                .component--job-filter form .filter-form li button:hover {
                    background: #5771ff
                }

.component--job-button {
    display: inline-flex;
    align-items: center;
    height: 71px;
    background-color: #fff;
    padding: 0 35px 0 45px;
    font-size: 18px;
    color: #111127;
    border-radius: 10px;
    box-shadow: 0 11px 30px -15px rgba(103,120,225,.54);
    transition: 300ms transform
}

    .component--job-button:hover {
        transform: scale(1.03);
        color: #2446ff
    }

    .component--job-button img {
        margin-left: 25px
    }</pre></body></html>