﻿:root {
    --light-blue: #7ebee7;
    --blue: #0093d7;
    --dark-blue: #0079b1;
    --text: #505050;
    --gray: #d9d9d9;
    --white: #ffffff;
    --black: #000000;
    --bg: #f5f5f5;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./Admin/assets/fonts/roboto/Roboto-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Verdana;
    src: url(./Admin/assets/fonts/verdana/verdanab.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url(./Admin/assets/fonts/verdana/verdana.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url(./Admin/assets/fonts/verdana/verdanai.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Verdana;
    src: url(./Admin/assets/fonts/verdana/verdanaz.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Heading;
    src: url(./Admin/assets/fonts/heading-pro-trial/Heading-Pro-Bold-trial.woff);
    font-weight: 700;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
    font-family: "Poppins", "sans-serif" !important;
   /* background-color: var(--bg);*/
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.verdana {
    font-family: Verdana;
}

.blue-button {
    color: var(--white);
    font-weight: 700;
    background-color: var(--blue);
    border-radius: 12px;
    border: none;
    padding: 7px 14px;
    cursor: pointer;
    font-size: 13px;
    padding: .5rem 1.5rem;
    border: 1px solid rgb(56 154 199);
    background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 25%, rgba(59, 187, 237, 1) 50%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
    transition: .2s ease-in-out;
}

    .blue-button:hover {
        background-color: var(--dark-blue);
    }

.br-mobile {
    display: none;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: var(--white);
    margin: 10px 0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .br-mobile {
        display: block;
    }
}


/*table-css*/
.dt-buttons > button.buttons-excel {
    font-size: .8rem !important;
    background: #04aa6d;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    transition: .3s ease;
    border-radius: 18px;
    padding: .5rem 1rem;
    line-height: normal;
    margin-bottom: 0;
}

    .dt-buttons > button.buttons-excel:hover {
        background: #059862 !important;
        border: none !important;
    }

.dataTables_wrapper .dataTables_filter label input {
    border-radius: 12px;
    outline: none;
    font-size: 14px;
    border-color: #d9d9d9;
    padding: 7px 12px;
    margin-bottom: 1.5rem;
}

.dataTables_wrapper .dataTables_length label select {
    border: 1px solid #d9d9d9;
    box-shadow: none;
    outline: none;
    border-radius: 12px;
    margin-left: .5rem;
    font-size: 12px;
    padding: 7px 5px;
}

    .dataTables_wrapper .dataTables_length label select option {
        font-size: 13px !important;
    }

.dataTable {
    border: 1px solid #dee2e6 !important;
}

    .dataTable th {
        border: none;
        border-bottom: 1px solid #dee2e6 !important;
        font-size: .75rem !important;
        text-align: center !important;
        color: #505050 !important;
        padding: 15px 20px !important;
        text-wrap-mode: nowrap;
    }

        .dataTable th:not(:last-child) {
            border-right: 1px solid #dee2e6;
        }

    .dataTable > tbody > tr {
        border: none !important;
    }

        .dataTable > tbody > tr > td {
            border: none;
            font-size: .75rem !important;
            color: var(--text) !important;
            font-family: "Montserrat", sans-serif !important;
            padding: 20px 30px !important;
            align-content: center !important;
            text-align: center;
            font-weight: 500;
            cursor: pointer;
        }

            .dataTable > tbody > tr > td:not(:last-child) {
                /* border-right: 1px solid #dee2e6; */
            }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    color: #545454 !important;
    min-height: auto;
    min-width: auto;
    height: 25px;
    width: 25px;
    background: #f5fbff;
    border-radius: 50%;
    background: #f5fbff;
}

.dataTables_wrapper .dataTables_paginate > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 1rem;
    width: 100%;
}

    .dataTables_wrapper .dataTables_paginate > span a.paginate_button.current {
        border-radius: 50%;
        background: #f5fbff;
        border-color: #7ebee7;
        font-size: .8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        margin: 0;
    }

.panel-comments-wrapper #comments-table_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #7ebee7;
}

#sss-table tr {
    border-bottom: 1px solid var(--gray) !important;
}

.danisan-filtreleme-button {
    font-size: .8rem !important;
    background: #0093d7 !important;
    color: #fff !important;
    font-weight: 600;
    border: none !important;
    outline: none !important;
    transition: .3s ease !important;
    border-radius: 18px !important;
    padding: .5rem 1rem !important;
    line-height: normal !important;
    margin: 0 !important;
}

    .danisan-filtreleme-button:hover {
        background: #017bb3 !important;
    }

div#danisan-table2_wrapper .dt-buttons {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.dataTable > tbody > tr > td .badge {
    font-size: .65rem;
    letter-spacing: normal;
    padding: .5rem 1rem;
    text-transform: uppercase;
    border-radius: 20px;
}
/*table-css-end*/



/*user-offer*/
.offer-tab-content div#nav-tabContent {
    display: block;
    padding-top: .5rem;
}

.offer-tab-content {
}

.offer-container {
    position: relative;
    margin-top: 4rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.offer-tab-content .offer-tab-table {
}

    .offer-tab-content .offer-tab-table div#offer-table_wrapper {
    }

    .offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section {
        position: absolute;
        top: -7rem;
        width: 100%;
        left: -3px;
        align-items: center;
    }

    .offer-tab-content .offer-tab-table div#offer-table_wrapper .offer-tab-section input[type="search"] {
        margin: 0;
        background: #fff;
    }

    .offer-tab-content .offer-tab-table div#offer-table_wrapper .offer-tab-section .dataTables_length label select {
        background: #fff;
    }

.offer-container .offer-tab {
    display: flex;
    justify-content: center;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
}

    .offer-container .offer-tab div#nav-tab {
        width: 100%;
        border: moccasin;
        justify-content: space-between;
    }

        .offer-container .offer-tab div#nav-tab > button.nav-link {
            border-radius: 0;
            background: no-repeat;
            border: none;
            padding: .9rem;
            width: 16.66%;
            font-size: .75rem;
            font-weight: 600;
            color: #505050;
            text-transform: uppercase;
            position: relative;
            border-bottom: 2px solid transparent;
        }

            .offer-container .offer-tab div#nav-tab > button.nav-link.active {
                color: #0093d7;
                border-bottom: 2px solid #0093d7;
            }

            .offer-container .offer-tab div#nav-tab > button.nav-link:not(:last-child)::after {
                content: "";
                position: absolute;
                right: 0;
                height: 40%;
                width: .08rem;
                background: #e7e7e8;
                top: 30%;
            }

.dataTables_wrapper table {
    border: none !important;
    width: 100%;
}

    .dataTables_wrapper table th {
        border: none !important;
        border-bottom: 1px solid #ddd !important;
    }

    .dataTables_wrapper table thead tr {
        border-bottom: 1px solid #ddd !important;
    }

.offer-tab-content .offer-tab-table div#offer-table_wrapper .offer-tab-section .options-group {
    gap: .5rem;
}


.dataTables_wrapper .dataTables_filter label input {
    margin-bottom: 0;
}

.offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section .options-group {
    gap: .5rem;
}

.offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section .dataTables_length label select {
    background: #fff;
}

.offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section input[type="search"] {
    background: #fff;
    margin: 0;
}
/*user-offer-end*/


.certificate-swiper .certificateSwiper .swiper-wrapper .swiper-slide .uzman-each > a > img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
    border-radius: 10px;
}

/*user-offer-detail*/
.main-detail-bottom .main-detail-bottom-left, .main-detail-bottom .main-detail-bottom-right {
    width: 50%;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    overflow: hidden;
}

.main-detail-bottom-left .tab-section {
    height: 100%;
    overflow: hidden;
}

    .main-detail-bottom-left .tab-section .tab-section-content {
        display: block;
        overflow: hidden;
        overflow-y: scroll;
        height: 100%;
    }

.main-detail-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: none;
    box-shadow: none;
}

.main-detail-top-right {
}

.main-detail-bottom {
    display: flex;
    width: 100%;
    gap: 1rem;
    height: calc(100vh - 15rem);
    padding: .5rem;
}

    .main-detail-bottom .main-detail-bottom-right {
        width: 50%;
    }

        .main-detail-bottom .main-detail-bottom-right .message-panel {
            height: 100%;
        }

.main-detail-top h2.organization-name {
    font-size: 20px;
}

.main-detail-top .main-detail-top-right {
}

    .main-detail-top .main-detail-top-right select#offerOptions {
        font-size: .75rem;
        border-radius: 15px;
        outline: none;
    }

.main-detail-bottom-left .tab-section .nav-tabs > button.nav-link {
    border-radius: 0;
    background: no-repeat;
    border: none;
    padding: .9rem;
    width: 33.3%;
    font-size: .75rem;
    font-weight: 600;
    color: #505050;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #ddd;
}

.main-detail-bottom-left .tab-section .nav-tabs {
    width: 100%;
    border: none;
    justify-content: space-between;
}

    .main-detail-bottom-left .tab-section .nav-tabs > button.nav-link.active {
        color: #0093d7;
        border-bottom: 2px solid #0093d7;
    }


.offer-details p {
    margin-bottom: 0;
}

.offer-info p:nth-child(1), .offer-contact p:nth-child(1), .offer-message p:nth-child(1) {
    font-size: .75rem;
    color: #505050;
}

.offer-info p:nth-child(2), .offer-contact p:nth-child(2), .offer-message p:nth-child(2) {
    color: #505050;
    font-size: .7rem;
    width: 60%;
    font-weight: 500;
}

.offer-details .offer-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.main-detail-bottom-left .tab-section .tab-section-content .tab-pane h5 {
    font-size: .9rem;
    font-weight: 700;
    color: #0093d7;
    width: fit-content;
}

.main-detail-bottom-left .tab-section .tab-section-content::-webkit-scrollbar {
    background: transparent;
    width: 8px;
}

.main-detail-bottom-left .tab-section .tab-section-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 13px;
}

.message-input input::placeholder {
    font-size: .8rem;
    color: #949394;
}

.tab-notes-add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: .5rem;
}

.tab-notes-content {
    display: flex;
    min-height: 200px;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
}

.tab-notes-add > button {
    font-size: .8rem !important;
    background: #04aa6d;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    transition: .3s ease;
    border-radius: 18px;
    padding: .5rem 1rem;
    line-height: normal;
    margin-bottom: 0;
}

.tab-notes-add > span {
    font-size: .8rem;
    color: #505050;
}

div#notesModal {
}

    div#notesModal .modal-header {
        background: #0093d7;
    }

        div#notesModal .modal-header > h1 {
            margin: 0;
            color: #fff;
            font-size: 16px !important;
        }

    div#notesModal .modal-content {
        border: none;
    }

    div#notesModal .modal-header > button {
        color: #fff !important;
        outline: none;
        padding: 0;
        border: none;
    }

    div#notesModal .modal-body {
    }

        div#notesModal .modal-body .notes-content {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

            div#notesModal .modal-body .notes-content .notes-text {
                position: relative;
            }

                div#notesModal .modal-body .notes-content .notes-text > label {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    font-size: .8rem;
                    color: #505050;
                    font-weight: 500;
                    transition: .3s ease;
                }

                div#notesModal .modal-body .notes-content .notes-text textarea:focus + label {
                    top: -7px;
                    font-size: 0.7rem; /* Opsiyonel: Etiket boyutunu k���ltmek istiyorsan�z */
                    color: #0093d7; /* Opsiyonel: Etiketin rengini de�i�tirmek i�in */
                    background: #fff;
                }

                div#notesModal .modal-body .notes-content .notes-text textarea:focus {
                    border: 1px solid #0093d7;
                }

            div#notesModal .modal-body .notes-content .notes-note {
            }

                div#notesModal .modal-body .notes-content .notes-note > span {
                    font-size: .7rem;
                    font-weight: 500;
                    color: #505050;
                }

    div#notesModal .modal-content .modal-footer {
        padding: 0;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

        div#notesModal .modal-content .modal-footer > button {
            font-size: .8rem !important;
            background: #04aa6d;
            color: #fff;
            font-weight: 600;
            border: none;
            box-shadow: none;
            outline: none;
            transition: .3s ease;
            border-radius: 18px;
            padding: .5rem 1rem;
            line-height: normal;
            margin-bottom: 0;
        }

            div#notesModal .modal-content .modal-footer > button:hover {
                background: #059862 !important;
            }

.tab-notes-list {
    display: flex;
    width: 100%;
    height: 100%;
}

    .tab-notes-list > ul {
        width: 100%;
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: 1rem;
        overflow-x: auto;
        padding: .5rem;
    }

        .tab-notes-list > ul > li {
            padding: .5rem;
            background: #f3f3f3;
            border-radius: .5rem;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

            .tab-notes-list > ul > li > span {
                font-size: .75rem;
                color: #505050;
                font-weight: 500;
                display: flex;
                flex-direction: column;
                gap: .5rem;
            }

.tab-story-content {
    display: flex;
    width: 100%;
}

    .tab-story-content ul.tab-story-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* padding: .5rem; */
    }

        .tab-story-content ul.tab-story-list > li {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 1rem;
        }

            .tab-story-content ul.tab-story-list > li .tab-story-list-icon {
                display: contents;
            }

                .tab-story-content ul.tab-story-list > li .tab-story-list-icon > svg {
                    width: 22px;
                    height: 22px;
                    fill: #0093d7;
                }

            .tab-story-content ul.tab-story-list > li .tab-story-list-text {
                display: flex;
                flex-direction: column;
                font-size: .75rem;
                gap: .3rem;
            }

                .tab-story-content ul.tab-story-list > li .tab-story-list-text > * {
                    margin-bottom: 0;
                    color: #505050;
                    font-size: .7rem;
                    font-weight: 700;
                }

                .tab-story-content ul.tab-story-list > li .tab-story-list-text > span {
                    font-size: .65rem;
                    font-weight: 500;
                }

        .tab-story-content ul.tab-story-list > hr {
            border-color: #b9b1b1;
        }

.tab-notes-list > ul > li > span > p {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
/*user-offer-detail-end*/


footer > p {
    font-size: .8rem;
    display: flex;
    justify-content: center;
    padding: 0;
}


@media screen and (max-width: 1200px) {
    .dataTables_wrapper {
        position: unset !important;
    }

    .offer-tab-content {
        overflow-x: auto;
    }

    .offer-container {
        position: relative;
    }

        .offer-container .offer-tab div#nav-tab {
            overflow: hidden;
            overflow-x: auto;
            flex-wrap: nowrap;
        }

            .offer-container .offer-tab div#nav-tab > button.nav-link {
                text-wrap-mode: nowrap;
                width: fit-content;
            }

    .offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section {
        top: -4rem;
    }

    .tab-content {
        padding: 1rem;
    }

    .dataTable > tbody > tr > td .badge {
        font-size: .6rem;
    }

    .dataTable > tbody > tr > td {
        text-wrap-mode: nowrap;
        font-size: .65rem !important;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 0;
    }
}

@media screen and (max-width:550px) {
    .offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section {
        flex-wrap: wrap;
        top: -6rem;
        gap: .5rem;
    }

        .offer-tab-content .offer-tab-table .dataTables_wrapper .offer-tab-section .options-group {
            width: 100%;
            justify-content: space-between;
        }

    .offer-container {
        margin-top: 6rem;
    }
}
