@font-face {
    font-family: 'Barlow-Black';
    src: url(../fonts/Barlow-Black.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-BlackItalic';
    src: url(../fonts/Barlow-BlackItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url(../fonts/Barlow-Bold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-BoldItalic';
    src: url(../fonts/Barlow-BoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraBold';
    src: url(../fonts/Barlow-ExtraBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraBoldItalic';
    src: url(../fonts/Barlow-ExtraBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraLight';
    src: url(../fonts/Barlow-ExtraLight.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ExtraLightItalic';
    src: url(../fonts/Barlow-ExtraLightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Italic';
    src: url(../fonts/Barlow-Italic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Light';
    src: url(../fonts/Barlow-Light.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-LightItalic';
    src: url(../fonts/Barlow-LightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url(../fonts/Barlow-Medium.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-MediumItalic';
    src: url(../fonts/Barlow-MediumItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url(../fonts/Barlow-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url(../fonts/Barlow-SemiBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-SemiBoldItalic';
    src: url(../fonts/Barlow-SemiBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-Thin';
    src: url(../fonts/Barlow-Thin.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Barlow-ThinItalic';
    src: url(../fonts/Barlow-ThinItalic.ttf);
    font-style: normal;
}

@media (min-width: 1720px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}


.myTable {
    text-align: left !important;
    font-size: 18px;
    ;
}

    .myTable tr {
    }

    .myTable th {
        text-align: left;
        font-family: 'Barlow-SemiBold';
        border: 1px solid #d3d3d3;
        padding: 5px;
    }

    .myTable td {
        font-family: 'Barlow-Regular';
        border: 1px solid #d3d3d3;
        padding: 5px;
    }


    .myTable .form-control {
        margin-bottom: 0px !important;
        background-color: #ededed;
    }

.renklendir {
    background-color: #ffefe2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}


.sscv table td {
    padding: 5px;
}

.tab-content .sag {
    width: 100%;
    padding: 20px;
    background-color: #daffda;
    margin-top: 20px;
    border-radius: 10px;
}

.tab-content .sol {
    width: 100%;
    padding: 20px;
    background-color: #fbffda;
    margin-top: 20px;
    border-radius: 10px;
}


.tab-content .ortak {
}

    .tab-content .ortak h1 {
        margin-bottom: 4px;
        color: var(--color-gri);
        font-family: 'Barlow-Bold';
        font-size: 18px;
        padding: 3px;
    }

    .tab-content .ortak h2 {
        margin-bottom: 4px;
        color: var(--color-gri);
        font-family: 'Barlow-Regular';
        font-size: 18px;
        padding: 3px;
    }

.fr {
    float: right;
}

.navbar-brand img {
    height: 75px;
}


table th {
    text-align: center;
}

.dataTables_filter label {
    font-size: 14px;
    font-family: 'Barlow-Medium';
    color: var(--color-gri);
}

    .dataTables_filter label input {
        margin-left: 7px;
        border: 1px solid #dee2e6;
        width: 600px;
        height: 35px;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
    margin-top: 1rem;
}

    .breadcrumb a {
        color: var(--color-orange);
    }


hr {
    color: #ffb586;
}

:root {
    --color-white: #ffffff;
    --color-gri: #707070;
    --color-arkagri: #EFF0F6;
    /*--color-orange: #E95A00;*/
    --color-orange: #1163ab;
}

i {
    font-family: fontawesome;
    font-style: normal;
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

.smt20 {
    margin-top: 20px;
}

.bggray {
    background-color: var(--color-arkagri);
}

.login {
    margin-top: 5vh;
}




    .login .ust {
        font-family: 'Barlow-Regular';
        color: var(--color-orange);
        font-size: 20px;
    }

    .login .orta {
        min-height: 700px;
        padding: 5vh;
    }

        .login .orta .w-100 {
            margin-bottom: 40px;
        }

        .login .orta .btn-primary {
            background-color: var(--color-orange);
            border: none;
            height: 60px;
        }

        .login .orta .form-control {
            height: 60px;
            border: none;
        }

            .login .orta .form-control::-webkit-input-placeholder {
                font-size: 14px;
                font-family: 'Barlow-Medium';
            }


    .login .alt p {
        color: var(--color-orange);
        font-size: 20px;
        font-family: 'Barlow-Regular';
    }

        .login .alt p span {
            font-size: 20px;
            font-family: 'Barlow-Bold';
        }

.header .nav-link {
    background-color: var(--color-white);
}

.header .nav-link {
    font-family: 'Barlow-Regular';
    color: var(--color-gri);
}

    .header .nav-link svg {
        margin-top: -4px;
        margin-right: 2px;
    }

    .header .nav-link:hover {
        color: var(--color-orange) !important;
    }

.main {
    background-color: var(--color-arkagri);
    min-height: calc(100vh - 80px);
}

.analiz {
    padding: 20px 0 0 0;
}

    .analiz .box {
        width: 100%;
        background-image: linear-gradient(to right, #2764ad, #020443);
        /*background-image: linear-gradient(to right, #2764ad, #020443);*/
        height: 150px;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 15px;
    }

        .analiz .box .sol {
            height: 125px;
            width: 30%;
        }

        .analiz .box .sag {
            height: 95px;
            width: 70%;
            padding-left: 5%;
        }

            .analiz .box .sag .d1 {
                font-family: 'Barlow-Medium';
                color: var(--color-white);
                font-size: 14px;
            }

            .analiz .box .sag .d2 {
                font-family: 'Barlow-Bold';
                color: var(--color-white);
                font-size: 22px;
            }



.white-box {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

    .white-box .ust-balik {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #edeef2;
        padding-bottom: 10px;
    }

        .white-box .ust-balik .svgmetin {
            margin-top: 4px;
            margin-right: 5px;
        }

        .white-box .ust-balik .metin {
            font-family: 'Barlow-Bold';
            color: var(--color-orange);
            font-size: 18px;
        }

        .white-box .ust-balik .cizgi {
            color: var(--color-arkagri);
            margin-left: 20px;
        }

        .white-box .ust-balik .icortabaslik a {
            font-family: 'Barlow-Regular';
            color: var(--color-gri);
            font-size: 14px;
            margin-right: 10px;
        }

        .white-box .ust-balik .tumunugor a {
            font-family: 'Barlow-Regular';
            color: var(--color-gri);
            font-size: 14px;
        }


        .white-box .ust-balik .gorev {
            display: flex;
        }

            .white-box .ust-balik .gorev a {
                margin-left: 30px;
                font-size: 16px;
                font-family: 'Barlow-Medium';
                color: var(--color-gri);
            }


    .white-box .gorev .new {
        width: 222px;
        color: white !important;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
        font-size: 15px;
        font-family: 'Barlow-Bold';
        margin-top: -10px;
        border: none;
    }

    .white-box .gorev .btnorange {
        margin-left: 20px;
        background-image: linear-gradient(to right, #2764ad, #020443);
    }

    .white-box .gorev .btngreen {
        margin-left: 20px;
        background-image: linear-gradient(to right, #2cdd00, #1c8d00);
    }

    .white-box .gorev .btngray {
        margin-left: 20px;
        background-image: linear-gradient(to right, #b7b7b7, #737373);
    }

    .white-box .gorev .btnblue {
        margin-left: 20px;
        background-image: linear-gradient(to right, #ffc65d, #ff8400);
    }

    .white-box .gorev .btnozel {
        margin-left: 0 !important;
        width: 100%;
        height: 50px;
        padding-top: 14px;
        margin-top: 10px;
    }

.arabaslik {
    font-family: 'Barlow-Bold';
    color: var(--color-orange);
    font-size: 16px;
    margin-left: 5px;
}

.custom-file-upload {
    font-size: 14px;
    font-family: 'Barlow-Medium';
}



.ozel-grid {
}

    .ozel-grid .grid {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .ozel-grid .smb-20 {
        margin-bottom: 23.5px;
    }

    .ozel-grid .grid .tarih {
        font-family: 'Barlow-SemiBold';
        color: var(--color-white);
        font-size: 12.5px;
        padding: 5px;
        margin: 0 5px 0 0;
        border-radius: 10px;
    }

    .ozel-grid .grid .tred {
        background-color: #fc0000;
    }

    .ozel-grid .grid .torange {
        background-color: var(--color-orange);
    }

    .ozel-grid .grid .tyellow {
        background-color: #fc9800;
    }

    .ozel-grid .grid .tgray {
        background-color: #cccccc;
    }

    .ozel-grid .grid .g-center {
        width: 100%;
    }

        .ozel-grid .grid .g-center .d-flex-das {
            border-bottom: 1px dashed #edeef2;
        }

            .ozel-grid .grid .g-center .d-flex-das h6 {
                color: var(--color-gri);
                font-family: 'Barlow-Bold';
                font-size: 16px;
                margin-top: -7px;
            }

            .ozel-grid .grid .g-center .d-flex-das h5 {
                color: var(--color-gri);
                font-family: 'Barlow-Regular';
                font-size: 16px;
            }

        .ozel-grid .grid .g-center .d-grid {
            border-bottom: 1px dashed #edeef2;
            margin-top: 2.5px;
        }

        .ozel-grid .grid .g-center .gizli {
            overflow: hidden;
            display: -webkit-box;
            width: 100%;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            height: 25px;
        }

        .ozel-grid .grid .g-center p {
            margin-bottom: 4px;
            color: var(--color-gri);
            font-family: 'Barlow-Regular';
            font-size: 14px;
            width: 90%;
            padding: 3px;
        }

            .ozel-grid .grid .g-center p span {
                font-family: 'Barlow-Bold';
            }

        .ozel-grid .grid .g-center .devam {
            font-family: 'Barlow-Regular';
            color: #43afff;
            font-size: 12px;
        }


    .ozel-grid table {
        width: 100% !important;
    }


        .ozel-grid table th {
            font-size: 14px;
            font-family: 'Barlow-Bold';
            color: var(--color-orange);
        }

        .ozel-grid table td {
            font-size: 14px;
            font-family: 'Barlow-Medium';
            color: var(--color-gri);
            align-content: center;
            text-align-last: center;
        }

    .ozel-grid .dataTables_filter {
        margin: 20px 0px;
    }

    .ozel-grid .bilo {
        margin-top: 10px;
        background-color: #daffda;
        padding: 10px;
        border-radius: 10px;
        width: 98%;
    }

        .ozel-grid .bilo p {
            margin-bottom: 4px;
            color: var(--color-gri);
            font-family: 'Barlow-Regular';
            font-size: 14px;
            width: 90%;
            padding: 3px;
        }

            .ozel-grid .bilo p span {
                font-family: 'Barlow-Bold';
            }

        .ozel-grid .bilo a {
            color: var(--color-gri);
            font-family: 'Barlow-SemiBold';
        }

    .ozel-grid .okunmadi {
        background-color: #ffdada; /*Kırmızı*/
    }

    .ozel-grid .sari {
        background-color: #fbffda; /*Sarı*/
    }

    .ozel-grid .turuncu {
        background-color: #ffca9e; /*turuncu*/
    }


.scroller-tesis {
    overflow-y: auto;
    overflow-x: hidden;
}

.tesis-sc-boyut {
    height: 764px;
    width: 103%;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px white;
    border-radius: 10px;
    border-left: 3px solid #ebecee;
    border-right: 3px solid #ebecee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-orange);
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #61b2f8;
    }

.ihracaatcilar .ihlar img {
    margin-top: 20px;
    margin-right: 25px;
    width: 30px;
}

.ihracaatcilar .ihlar .t1 {
    font-family: 'Barlow-Medium';
    margin-top: 10px;
    color: var(--color-gri);
    font-size: 16px;
}

.ihracaatcilar .ihlar .t2 {
    font-family: 'Barlow-Bold';
    color: var(--color-gri);
    font-size: 16px;
}

.sponsors-slide {
    padding: 15px 20px 0 20px;
}

    .sponsors-slide p {
        font-family: 'Barlow-Medium';
        color: var(--color-gri);
        font-size: 14px;
    }

        .sponsors-slide p .s1 {
            font-family: 'Barlow-Bold';
        }

        .sponsors-slide p .red {
            color: red;
        }

    .sponsors-slide .owl-nav {
        display: block !important;
        margin-top: 0px;
    }

        .sponsors-slide .owl-nav .owl-prev {
            font-size: 30px !important;
        }

        .sponsors-slide .owl-nav .owl-next {
            font-size: 30px !important;
            margin-left: 10px;
        }


.pagination .page-item {
    margin-right: 5px;
}

    .pagination .page-item .page-link {
        color: var(--color-gri) !important;
    }


.ekleform {
    margin-top: 20px;
    padding: 30px 0;
}


    .ekleform input {
        border: none;
        border-bottom: 1px solid #edeef2;
        border-radius: 0;
    }


    .ekleform textarea {
        border: none;
        border-bottom: 1px solid #edeef2;
        border-radius: 0;
    }

    .ekleform .form-control {
        margin-bottom: 30px;
    }

        .ekleform .form-control::-webkit-input-placeholder {
            font-size: 14px;
            font-family: 'Barlow-Medium';
        }

    .ekleform .form-select {
        margin-bottom: 30px;
    }

    .ekleform label {
        font-size: 14px;
        font-family: 'Barlow-Medium';
        margin-bottom: 10px;
        color: #a9a9a9;
    }

    .ekleform select {
        font-size: 14px;
        font-family: 'Barlow-Medium';
        border: none;
        border-bottom: 1px solid #edeef2;
    }



.filter {
}


    .filter input {
        border: none;
        border-bottom: 1px solid #edeef2;
        border-radius: 0;
    }


    .filter textarea {
        border: none;
        border-bottom: 1px solid #edeef2;
        border-radius: 0;
    }

    .filter .form-control {
        margin-bottom: 30px;
    }

        .filter .form-control::-webkit-input-placeholder {
            font-size: 14px;
            font-family: 'Barlow-Medium';
        }

    .filter .form-select {
        margin-bottom: 30px;
    }

    .filter label {
        font-size: 14px;
        font-family: 'Barlow-Medium';
        margin-bottom: 10px;
        color: #a9a9a9;
    }

    .filter select {
        font-size: 14px;
        font-family: 'Barlow-Medium';
        border: none;
        border-bottom: 1px solid #edeef2;
    }

.vertop {
    margin-top: 50px;
}

.vertop2 {
    margin-bottom: 20px;
}

.yepyeni {
    margin: 22px 10px 0 0;
    cursor: pointer;
    color: #43afff;
}

.customerdetail .title {
    font-family: 'Barlow-Bold';
    font-size: 14px;
    color: var(--color-orange);
    margin-bottom: 10px;
}

    .customerdetail .title a {
        font-family: 'Barlow-Bold';
        font-size: 14px;
        color: #43afff;
        cursor: pointer;
    }


.duzen {
    font-family: 'Barlow-Bold';
    font-size: 14px;
    color: #43afff;
    cursor: pointer;
}

    .duzen a {
        font-family: 'Barlow-Bold';
        font-size: 14px;
        color: #43afff;
        cursor: pointer;
    }

.customerdetail table {
}

    .customerdetail table .td1 {
        font-family: 'Barlow-Bold';
        font-size: 14px;
        color: var(--color-gri);
    }

    .customerdetail table .td2 {
        font-size: 14px;
        font-family: 'Barlow-Medium';
        color: var(--color-gri);
    }

.mboyut {
    min-height: 298px;
}

.mboyut2 {
    min-height: 600px;
}

.ttss {
    margin: 0 10px;
}

.image-logoss {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 5px;
}

.image-logoss2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
}


.btnoragenews {
    border: 1px solid orange;
    border-radius: 25px;
    padding: 0 5px 2px 5px;
}

    .btnoragenews a {
        color: orange;
        font-size: 12px;
        font-family: 'Barlow-Medium';
    }



.btngreennews {
    border: 1px solid #18bc31;
    border-radius: 25px;
    padding: 0 5px 2px 5px;
}

    .btngreennews a {
        color: #18bc31;
        font-size: 12px;
        font-family: 'Barlow-Medium';
    }

.d-flexim {
    display: flex;
}

@media (max-width: 1200px) {
    .dataTables_filter label input {
        margin-left: 7px;
        border: 1px solid #dee2e6;
        width: auto;
        height: 35px;
    }

    .white-box .gorev .new {
        width: auto;
        margin-top: 15px;
    }

    .ozel-grid .grid .tarih {
        text-align: center;
    }

    .ozel-grid .grid .g-center .d-grid {
        margin-bottom: 20px;
    }

    .ozel-grid .grid {
        display: inline-block;
    }

        .ozel-grid .grid .g-center p {
            width: 100%;
        }

    .d-flexim {
        display: inline-block;
    }

    .header .navbar-brand img {
        height: 40px;
    }

    .white-box .gorev .btngreen {
        margin-top: 20px;
    }

    .ekleform .row {
        display: grid;
    }

    .white-box .ust-balik .gorev {
        display: grid;
    }

    .mobildegizle {
        display: none !important;
    }

    .login {
        height: auto;
        margin-top: 20vh;
    }

        .login .orta {
            min-height: auto;
            padding: 5vh;
        }
}
