﻿/* DEFAULTS
----------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');


body {
    background: #fff !important;
    /*font-size: .70em;
    font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;*/
    margin: 0;
    line-height: normal;
    /*padding: 4px 8px 4px 4px;*/
}

.aspxinput {
    flex: 1 1 0;
    color: #99A0AE;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    background: white;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 10px;
    overflow: hidden;
    border: 1px #E1E4EA solid;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.aspx-form-control {
    /*display: compact;*/
    width: 100%;
    height: 20px !important;
    padding: 10px 10px 10px 12px;
    font-size: 14px;
    line-height: 20px !important;
    /*color: #555;*/
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /* -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

/*.aspxinput-bordered {
    flex: 1 1 0;
    color: #99A0AE;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;*/
/*line-height: 20px;*/
/*word-wrap: break-word;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    background: white;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc !important;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}*/

.aspxinput-bordered {
    flex: 1 1 0;
    color: #99a0ae; /* Yazı rengi siyah */
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
    padding-right: 10px !important;
    background: white;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #E1E4EA !important; /* Kenarlık rengi gri */
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

    /* Kullanıcı inputa yazı yazarken de border rengi gri kalsın */
    .aspxinput-bordered:focus {
        color: #555; /* Yazı rengi siyah */
        border: 1px solid #99A0AE !important; /* Kenarlık rengi gri */
        outline: none; /* Varsayılan mavi çerçeveyi kaldırmak için */
    }

.aspx-text-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    /*align-items: flex-end;*/
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.aspx-text-parent-align-end {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.aspx-text-parent-width {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    /*align-items: flex-end;*/
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.aspx-row {
    width: 50%;
}

.aspx-grid-bordered {
    border: 1px solid #ccc !important;
    padding-top: 12px;
    padding-bottom: 12x;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 10px;
}

.aspx-buttons-100 {
    background: url('../img/search-2-line.svg') no-repeat left center;
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
}

/*table aspx 1*/
#MainContent_grvExpenses {
    border: none !important;
    table-layout: auto; /* İçeriğe göre genişlik ayarlanır */
    overflow-x: auto; /* Taşma durumunda yatay scroll */
    /*display: block;*/ /* Scroll'un çalışması için */ /*scroll kullanılmak istenen sayfalarda aşağıda yorum satırında olan javascript kodu ilgili sayfaya eklenmeli*/
    max-width: 100%; /* Tablo genişliği ekranı aşarsa scroll çıksın */
}

    #MainContent_grvExpenses > tbody > tr {
        background-color: #FFE3D5 !important;
    }

        #MainContent_grvExpenses > tbody > tr > th {
            background-color: #FFE3D5 !important;
            color: #525866 !important;
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
            white-space: nowrap;
        }

            #MainContent_grvExpenses > tbody > tr > th > a {
                background-color: #FFE3D5 !important;
                color: #525866 !important;
                font-size: 14px !important;
                font-family: Inter !important;
                font-weight: 400 !important;
                line-height: 20px !important;
                word-wrap: break-word !important;
                text-align: left !important;
                border-collapse: collapse !important;
            }

        #MainContent_grvExpenses > tbody > tr > td {
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
            border-bottom: 1px solid #e1e4ea !important;
        }

        #MainContent_grvExpenses > tbody > tr:first-child {
            border: none !important;
        }

            #MainContent_grvExpenses > tbody > tr:first-child > th:first-child {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                background-color: #FFE3D5 !important;
            }

            #MainContent_grvExpenses > tbody > tr:first-child > th:last-child {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

    #MainContent_grvExpenses > thead > tr:first-child > th:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #MainContent_grvExpenses > thead > tr:first-child > th:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

/*table aspx 1*/

/*table aspx 2*/
#MainContent_grvExpenses1 {
    border: none !important
}

    #MainContent_grvExpenses1 > tbody > tr {
        background-color: #FFE3D5 !important;
    }

        #MainContent_grvExpenses1 > tbody > tr > th {
            background-color: #FFE3D5 !important;
            color: #525866 !important;
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
        }

            #MainContent_grvExpenses1 > tbody > tr > th > a {
                background-color: #FFE3D5 !important;
                color: #525866 !important;
                font-size: 14px !important;
                font-family: Inter !important;
                font-weight: 400 !important;
                line-height: 20px !important;
                word-wrap: break-word !important;
                text-align: left !important;
                border-collapse: collapse !important;
            }

        #MainContent_grvExpenses1 > tbody > tr > td {
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
            border-bottom: 1px solid #e1e4ea !important;
        }

        #MainContent_grvExpenses1 > tbody > tr:first-child {
            border: none !important;
        }

            #MainContent_grvExpenses1 > tbody > tr:first-child > th:first-child {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                background-color: #FFE3D5 !important;
            }

            #MainContent_grvExpenses1 > tbody > tr:first-child > th:last-child {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

    #MainContent_grvExpenses1 > thead > tr:first-child > th:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #MainContent_grvExpenses1 > thead > tr:first-child > th:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

/*table aspx 2*/

/*table aspx 3*/
#MainContent_grvExpenses3 {
    border: none !important
}

    #MainContent_grvExpenses3 > tbody > tr {
        background-color: #FFE3D5 !important;
    }

        #MainContent_grvExpenses3 > tbody > tr > th {
            background-color: #FFE3D5 !important;
            color: #525866 !important;
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
        }

            #MainContent_grvExpenses3 > tbody > tr > th > a {
                background-color: #FFE3D5 !important;
                color: #525866 !important;
                font-size: 14px !important;
                font-family: Inter !important;
                font-weight: 400 !important;
                line-height: 20px !important;
                word-wrap: break-word !important;
                text-align: left !important;
                border-collapse: collapse !important;
            }

        #MainContent_grvExpenses3 > tbody > tr > td {
            font-size: 14px !important;
            font-family: Inter !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            word-wrap: break-word !important;
            text-align: left;
            height: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-collapse: collapse !important;
            border: none;
            border-bottom: 1px solid #e1e4ea !important;
        }

        #MainContent_grvExpenses3 > tbody > tr:first-child {
            border: none !important;
        }

            #MainContent_grvExpenses3 > tbody > tr:first-child > th:first-child {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                background-color: #FFE3D5 !important;
            }

            #MainContent_grvExpenses3 > tbody > tr:first-child > th:last-child {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

    #MainContent_grvExpenses3 > thead > tr:first-child > th:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #MainContent_grvExpenses3 > thead > tr:first-child > th:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

/*table aspx 3*/


.align-right {
    text-align: right !important;
}

.align-right-design {
    text-align: right !important; /* Sağ hizalama */
}

/* Butonlar arası boşluk ve konumlandırma */
.action-icon {
    margin-left: 12px; /* Her buton arasında 12px boşluk */
}

/* Son buton (Yazdır) için sağda 16px boşluk */
.action-icon-margin {
    margin-left: 12px;
    margin-right: 16px; /* Yazdır butonunun sağında 16px boşluk */
}
/* Tek bir buton olduğunda sağdan 16px boşluk */
.action-icon-right {
    text-align: right !important;
    margin-right: 16px; /* Yazdır butonunun sağında 16px boşluk */
}

/* Son buton (Yazdır) ile diğerleri arasındaki boşluk */
#btnExpenseCopy {
    margin-right: 12px; /* Kopyala ile yazdır arasında 12px boşluk */
}
/*endtable*/

.page {
    padding: 0px 16px 0px 16px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 24px;
    font-weight: 500;
    min-height: 75vh;
    padding-bottom: 70px !important;
}

.figmapages {
    padding: 0px 16px 0px 16px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 24px;
    font-weight: 500;
    min-height: calc(100vh - 181px) !important;
    /*height: 75vh !important;*/
    padding-bottom: 70px !important;
}

.figmapage {
    /*width: 1440px;
    height: 616px;
    background: var(--bg-white-0, #FFF);*/
    width: 100%;
    position: relative;
    background-color: #fff;
    /*height: 1024px;*/
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: "Inter" !important;
    /*min-height: 400px !important;*/
    /*min-height: calc(100vh - 132px);*/
    /*height: 100vh;*/
}

/*html, body {
    height: 100%;*/ /* Sayfa yüksekliğini %100 yapar */
/*margin: 0;*/ /* Varsayılan margin'leri sıfırlar */
/*overflow-y: scroll;*/ /* Sayfa her zaman dikey scroll bar'ı göstermelidir */
/*}*/

.layout-container {
    display: flex;
    /*padding: 20px 44px;*/
    margin: 0 auto;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--stroke-soft-200, #E1E4EA);
    background: #FF8447;
    height: 90px;
    justify-content: space-between;
}

.layout-container-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.layout-container .logo {
    width: 63px;
    height: 42px;
    /*        padding: 20px 44px;*/
    flex-shrink: 0;
    background: url('../img/NewFasdatLogo.png') lightgray 50% / cover no-repeat;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}


.navbar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-grow: 1;
}

div.menu {
    /*padding: 4px 0px 4px 8px;*/
    display: flex;
    padding: var(--spacing-8, 8px) 12px var(--spacing-8, 8px) var(--spacing-8, 8px);
    align-items: center;
    gap: var(--spacing-8, 8px);
    padding: 2px;
    /*border-radius: var(--radius-8, 8px);*/
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 10001;
        text-decoration: none !important;
        border-radius: var(--radius-8, 8px);
    }

    div.menu .level2, .level3, .level4, .level5, .level6, .level7 {
        background-color: #fff;
        color: #000;
        /*box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);*/
        width: 280px;
    }

    div.menu ul li a, div.menu ul li a:visited {
        position: relative;
        border-radius: 8px;
        /*width: 100%;*/
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 8px 12px 8px 8px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        color: #fff;
        font-family: "Inter" !important;
        position: relative;
        letter-spacing: -0.01em;
        line-height: 20px;
        font-weight: 500;
        text-decoration: none;
    }

    div.menu .level3 ul li a, div.menu .level3 ul li a:visited {
        background-color: #fff;
        color: #000;
        width: 280px;
        box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    }

    div.menu .level4 ul li a, div.menu .level4 ul li a:visited {
        background-color: #fff;
        color: #000;
    }

    div.menu .level5 ul li a, div.menu .level5 ul li a:visited {
        background-color: #fff;
        color: #000;
    }

    div.menu .level6 ul li a, div.menu .level6 ul li a:visited {
        background-color: #fff;
        color: #000;
    }

    div.menu .level7 ul li a, div.menu .level7 ul li a:visited {
        background-color: #fff;
        color: #000;
    }


    div.menu .level2 ul li a, div.menu .level2 ul li a:visited {
        background-color: #fff;
        color: #000;
        /*border: 1px solid #4B6C9E;*/
    }

    div.menu .level2 .dynamic {
        /*color: #000 !important;*/
        /*border: 3px solid #FFF;*/
        /*margin: 6px;*/
        width: 100%;
        /*border-radius: 8px;*/
        /*box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);*/
        /*border-radius: 16px 16px 16px 16px;*/
        /*background-color: #f5f7fa;*/
        /*padding: 2px;*/
        /*box-sizing: border-box;*/
        gap: 6px;
        text-align: left;
        font-size: 14px;
        color: #0e121b;
        font-family: "Inter" !important;
        /*flex: 1;
        position: relative;
        letter-spacing: -0.01em;
        line-height: 20px;
        font-weight: 500;
        z-index: 0;*/
    }

#UCMenu1_NavigationMenu\:submenu\:5 {
    /*border: 1px solid rgba(10, 13, 20, 0.03);*/
    margin-top: 3px;
    align-self: stretch;
    /*border-radius: 8px;*/
    /*background-color: #f5f7fa;*/

    padding: 10px;
    position: relative;
    gap: 6px;
    color: #0e121b;
}


#1_NavigationMenu\:submenu\:5 {
    /*border: 1px solid rgba(10, 13, 20, 0.03);*/
    margin-top: 3px;
    align-self: stretch;
    /*border-radius: 8px;*/
    /*background-color: #f5f7fa;*/

    padding: 10px;
    position: relative;
    gap: 6px;
    color: red !important;
    /*background-color: yellow !important;
    border: 15px solid red !important;*/
}

#1_NavigationMenu\:submenu\:5 {
    border-top: 12px solid rgba(255, 0, 0, 0) !important;
    background-color: red !important;
}

#UCMenu1_NavigationMenu\:submenu\:51 {
    border: 1px solid rgba(10, 13, 20, 0.03);
    margin-top: 3px;
    padding: 10px;
}

#UCMenu1_NavigationMenu\:submenu\:2 {
    border: 1px solid rgba(10, 13, 20, 0.03);
    margin-top: 3px;
    padding: 10px;
}


div.menu ul li a:hover {
    position: relative;
    border-radius: 8px !important;
    background-color: #f5f7fa !important;
    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    gap: 8px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: "Inter" !important;
    text-decoration: none;
}

div.menu ul li a:active {
    position: relative;
    border-radius: 8px !important;
    background-color: #f5f7fa !important;
    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    gap: 8px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: "Inter" !important;
    text-decoration: none;
}


.sophia {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
}

.name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}


.user-profile-topbar-10 {
    /*position: relative;*/
    /*border-radius: 10px;*/
    background-color: #fff;
    /*border: 1px solid #e1e4ea;*/
    box-sizing: border-box;
    /*width: 100%;*/
    /*overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-start;*/
    padding: 4px 8px 4px 4px;
    gap: 6px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: "Inter" !important;
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ff8447;
    border-radius: 10px;
}

/*div.menu ul li a:hover {
    position: relative;
    border-radius: 8px;
    background-color: #f5f7fa;*/
/*width: 100%;*/
/*display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    gap: 8px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    text-decoration: none;
}*/


.figmaheader {
    position: relative;
    color: #0E121B;
    font-size: 20px;
    font-family: 'Inter' !important;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word
}

.figmaheadersize {
    position: relative;
    color: #0E121B;
    font-family: 'Inter' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
}

.figmaheaderleft {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Inter';
    color: #0e121b;
    text-align: left;
}

.figmaheader-color {
    position: relative;
    color: #525866;
    font-size: 20px;
    font-family: 'Inter Display' !important;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word
}

.text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    font-family: "Inter" !important;
}

.header-parent {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    font-size: 20px;
    color: #0e121b;
    font-family: "Inter" !important;
    padding-bottom: 20px;
}

.bordered {
    border: 1px #E1E4EA solid;
    padding: 16px;
    border-radius: 20px;
}

.bold-text {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 24px;
    font-weight: 500;
    font-family: Inter;
    color: #0e121b;
    text-align: left;
}

.color-text {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 24px;
    font-weight: 500;
    font-family: Inter;
    color: #525866;
    text-align: left;
}


.figmalabel {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.figmalabel-color {
    color: #525866;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.figma-information {
    color: white;
    /*background-color: red;*/
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
}

.info-box {
    background-color: #1D4071; /* Koyu mavi arka plan */
    color: #fff; /* Beyaz yazı rengi */
    border-radius: 10px; /* Yuvarlatılmış köşeler */
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 800px;
}

.info-icon {
    width: 18px;
    height: 18px;
}

.info-text {
    font-size: 14px;
    line-height: 1.4;
}

.calendar-line-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.dd-mm {
    flex: 1;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
}

.figmainput {
    align-self: stretch;
    /*box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);*/
    border-radius: 10px;
    background-color: #fff;
    /*border: 0px solid #e1e4ea;*/
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*padding: 1px 1px 1px 1px;*/
    /*gap: 8px;*/
    color: #99a0ae;
    height: 40px !important;
}

    .figmainput select {
        appearance: none; /* Varsayılan ok simgesini kaldırır */
        -webkit-appearance: none;
        -moz-appearance: none;
        /* background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
        font-size: 16px;
        cursor: pointer;
        border-radius: 4px;*/

        background-image: url('../img/arrow-down-s-line.svg');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 20px;
    }

.figmainput-dosya {
    align-self: stretch;
    /*box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);*/
    /*border-radius: 10px;*/
    background-color: #fff;
    /*border: 0px solid #e1e4ea;*/
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*padding: 1px 1px 1px 1px;*/
    padding-top: 0px;
    /*gap: 8px;*/
    color: #99a0ae;
    height: 40px !important;
}

.figmatext {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    /*margin-right: 10px;*/ /* Aralara boşluk bırakır */
}

.figmatext-end {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 4px;
    /*margin-right: 10px;*/ /* Aralara boşluk bırakır */
}

.figmatext-flexdirection-row {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.figmatext-flexdirection-row-buttons {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.figmatext-row {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    align-self: center;
}

.figmatext-chechbox {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.datepicker {
    background-image: url('../img/calendar-line.svg') !important; /* Simgeyi ekler */
    background-repeat: no-repeat; /* Tekrarlamasını engeller */
    background-position: 12px center !important; /* Sol iç boşluk ve dikey ortalama */
    background-size: 15px !important; /* Simge boyutu */
    padding-left: 35px !important; /* Soldaki simgenin üstüne yazıyı getirmemek için boşluk bırak */
    margin-top: 0px !important;
}

    .datepicker.dropdown-menu {
        background-image: none !important; /* İkonu kaldırır */
        padding-left: 4px !important; /* Padding'i sıfırlar */
    }


.inline-dropdown-10 {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-length-adjusted {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 475px !important;
}

.text1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
}

.buttons-100 {
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
    text-decoration: none !important; /* Altı çizgiyi tamamen kaldırır */
}

    .buttons-100:hover {
        text-decoration: none !important; /* Üzerine gelince de altı çizgili olmasın */
    }

.buttons-100-update {
    /*background: url('../img/loop-left-line.svg') no-repeat;
    background-position: 10px center;
    padding-right: 4px;*/ /* Sağdan 4px boşluk */
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
    text-decoration: none !important; /* Altı çizgiyi tamamen kaldırır */
}

.aspx-buttons-100-update {
    background: url('../img/loop-left-line.svg') no-repeat left center;
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
}

.buttons-long {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
}

.buttons-excel {
    width: 156px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 4px;
    color: #ff8447 !important;
    height: 40px;
}

.buttons-notbordered-100 {
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447;
    height: 40px;
}

.buttons-100-colored {
    width: 103px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #525866;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    /*padding: 10px;*/
    gap: 4px;
    color: #525866 !important;
    height: 40px;
    text-decoration: none !important; /* Altı çizgiyi tamamen kaldırır */
}

.buttons-100-colored-notwidth {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #525866;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: inline-flex; /* inline-flex sayesinde içerik kadar genişler */
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    padding: 10px;
    gap: 4px;
    color: #525866 !important;
    text-decoration: none !important;
    white-space: nowrap; /* Taşmasını önler */
}

.buttons-100-colored-long {
    width: 50%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #525866;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    /*padding: 10px;*/
    gap: 4px;
    color: #525866 !important;
    height: 40px;
    text-decoration: none !important; /* Altı çizgiyi tamamen kaldırır */
    text-align: center;
}

.button-9 {
    box-shadow: 0px 1px 2px rgba(82, 88, 102, 0.06);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e2e4e9;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    padding: 8px;
    gap: 4px;
    text-align: center;
    font-size: 14px;
    color: #525866;
    font-family: Inter;
    text-decoration: none;
}

.buttons-11 {
    /*width: 103px;*/
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ff8447;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447;
    height: 40px;
}

.buttons-back {
    position: relative;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e1e4ea;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 4px;
    text-align: left;
    font-size: 14px;
    color: #525866 !important;
    font-family: Inter;
    width: 76px !important;
    height: 40px !important;
}

.buttons-black {
    position: relative;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e1e4ea;
    box-sizing: border-box;
    width: 120px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 4px;
    text-align: left;
    font-size: 14px;
    color: #525866 !important;
    font-family: Inter;
    height: 40px !important;
}

.figmabutton {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
}


.buttons-dosya {
    position: relative;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    /*border-radius: 8px;*/
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 4px;
    text-align: left;
    font-size: 14px;
    color: #525866 !important;
    font-family: Inter;
    width: 76px !important;
    height: 40px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.text-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.text-parent-width {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.text-parent-50 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}



.text-parent-width-50 {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    /*margin-bottom: 20px;*/
}

.text-parent-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.text-parent-end {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
    text-align: left;
    font-size: 14px;
    color: #0e121b;
    font-family: Inter;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 10px !important;
    height: 40px !important;
}

.dosya {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width: 100% !important;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.members {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
}

.table-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.table-header-cell-10 {
    flex: 1;
    width: 100%;
    position: relative;
    background-color: #ffe3d5 !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 12px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    color: #525866;
    font-family: Inter;
}


.table > thead > tr:first-child > th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table > thead > tr:first-child > th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.no-border-bottom {
    border-bottom: 0px !important;
}

/*#figmatable {
    width: 100%;*/
/*background-color: #ffe3d5 !important;*/
/*86px;
    border-collapse: collapse !important;*/ /* Hücrelerin arasındaki çizgileri kaldırır */
/*border-color: #ffe3d5 !important;*/
/*border-radius: 8px;*/
/*table-layout: fixed;*/
/*}*/
#figmatable {
    width: 100%;
    border-collapse: collapse !important;
    border-radius: 8px;
    table-layout: auto; /* İçeriğe göre genişlik ayarlanır */
    overflow-x: auto; /* Taşma durumunda yatay scroll */
    /*display: block;*/ /* Scroll'un çalışması için */ /*scroll kullanılmak istenen sayfalarda aşağıda yorum satırında olan javascript kodu ilgili sayfaya eklenmeli*/
    max-width: 100%; /* Tablo genişliği ekranı aşarsa scroll çıksın */
}

    /*Scroll'un çalışması için
        document.addEventListener("DOMContentLoaded", function () {
    function adjustTableDisplay() {
        var table = document.getElementById("figmatable");
        var container = table.parentElement;

        if (table.scrollWidth > container.clientWidth) {
            table.style.display = "block"; // Eğer tablo genişliği container'dan büyükse block yap
        } else {
            table.style.display = "table"; // Sığarsa normal tablo gibi davransın
        }
    }

    // Sayfa yüklendiğinde ve pencere boyutu değiştiğinde kontrol et
    adjustTableDisplay();
    window.addEventListener("resize", adjustTableDisplay);
});*/

    #figmatable th {
        background-color: #ffe3d5;
        color: #525866;
        padding: 10px 12px;
        text-align: left;
        border: none; /* Başlık hücrelerinde sınır yok */
        white-space: nowrap; /* Başlıkları tek satırda tut */
        font-weight: 400;
    }

    #figmatable td {
        border-bottom: 1px solid #e1e4ea !important; /* Sadece veri hücreleri arasında üst çizgi */
        border-top: none !important; /* Sadece veri hücreleri arasında üst çizgi */
        padding: 10px 12px;
        text-align: left;
    }

#figmatable-notbordered {
    width: 100%;
    /*background-color: #ffe3d5 !important;*/
    height: 40px;
    border-collapse: collapse !important; /* Hücrelerin arasındaki çizgileri kaldırır */
    /*border-color: #ffe3d5 !important;*/
    border-radius: 8px;
    table-layout: auto;
    max-width: 100%; /* Tablo genişliği ekranı aşarsa scroll çıksın */
}

    #figmatable-notbordered th {
        background-color: #ffe3d5;
        color: #525866;
        padding: 10px 12px;
        text-align: left;
        border: none; /* Başlık hücrelerinde sınır yok */
    }

    #figmatable-notbordered td {
        border-top: none !important; /* Sadece veri hücreleri arasında üst çizgi */
        padding: 8px 0px !important;
        text-align: left;
    }

#figmatable-notbordered2 {
    width: 100%;
    /*background-color: #ffe3d5 !important;*/
    height: 40px;
    border-collapse: collapse !important; /* Hücrelerin arasındaki çizgileri kaldırır */
    /*border-color: #ffe3d5 !important;*/
    border-radius: 8px;
    table-layout: auto;
    max-width: 100%; /* Tablo genişliği ekranı aşarsa scroll çıksın */
}

    #figmatable-notbordered2 th {
        background-color: #ffe3d5;
        color: #525866;
        padding: 10px 12px;
        text-align: left;
        border: none; /* Başlık hücrelerinde sınır yok */
    }

    #figmatable-notbordered2 td {
        border-top: none !important; /* Sadece veri hücreleri arasında üst çizgi */
        padding: 8px 0px !important;
        text-align: left;
    }

#figmatable-bordered {
    width: 100%;
    height: 40px;
    border-collapse: collapse !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    table-layout: auto;
    max-width: 100%;
}

    #figmatable-bordered th {
        background-color: #ffe3d5;
        color: #525866;
        padding: 10px 12px;
        text-align: left;
        border: none;
    }

    #figmatable-bordered td {
        border-top: none !important;
        border-bottom: 1px solid #e9e9e9 !important;
        padding: 8px 12px !important;
        text-align: left;
    }
    
    #figmatable-bordered tr:nth-child(odd) td {
        background-color: #ffffff !important;
    }
    
    #figmatable-bordered tr:nth-child(even) td {
        background-color: #f6f6f6 !important;
    }
    
    #figmatable-bordered tr:last-child td {
        border-bottom: none !important;
    }

#figmatable-bordered2 {
    width: 100%;
    height: 40px;
    border-collapse: collapse !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    table-layout: auto;
    max-width: 100%;
}

    #figmatable-bordered2 th {
        background-color: #ffe3d5;
        color: #525866;
        padding: 10px 12px;
        text-align: left;
        border: none;
    }

    #figmatable-bordered2 td {
        border-top: none !important;
        border-bottom: 1px solid #e9e9e9 !important;
        padding: 8px 12px !important;
        text-align: left;
    }
    
    #figmatable-bordered2 tr:nth-child(odd) td {
        background-color: #ffffff !important;
    }
    
    #figmatable-bordered2 tr:nth-child(even) td {
        background-color: #f6f6f6 !important;
    }
    
    #figmatable-bordered2 tr:last-child td {
        border-bottom: none !important;
    }

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background-color: #ffe3d5 !important;
    font-size: 14px !important;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-family: Inter !important;
    color: #525866 !important;
    text-align: left;
    font-weight: 400;
}

.table > tbody > tr > td {
    vertical-align: bottom;
    background-color: white !important;
}

.table > tfoot > tr:first-child > td {
    background-color: #fff;
}

.table > tbody > tr > td > a {
    /*width: 103px;*/
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: left;
    /*padding: 10px;*/
    gap: 4px;
    color: #ff8447;
    height: 40px;
}

/*.GridviewCss {
    padding: 0;
    margin: 0;
    background-color: White;
    border-color: #999999;
    border-width: 1px;
    border-style: Solid;
    font-family: Tahoma;
    width: 100%;
    border-collapse: collapse;
}

    .GridviewCss th {
        color: White;
        background-color: #415698;
        font-size: Small;
        font-weight: bold;
    }

    .GridviewCss tr.normal {
        vertical-align: middle;
        text-align: center;
        color:#525866 !important;
    }

        .GridviewCss tr.normal:hover {
            background-color: #E6ECFF;
        }
*/

tbody > tr > td {
    vertical-align: middle !important;
    background-color: white !important;
}

.icon {
    width: 20px;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: white !important;
}

.a {
    color: black !important;
    text-decoration: none;
}

.footer {
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    background: #f6f8fa;
    border-top: 1px solid #e1e4ea;
    margin-top: auto;
    padding: 0px !important;
    bottom: 0px !important;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 108px;
    padding-left: 16px;
    gap: 4px;
}

.atp-logo {
    width: 45px;
    height: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
    font-feature-settings: "cv09" on, "ss11" on, "calt" off, "liga" off;
    color: #58595b;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .footer-content {
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {
    .footer {
        height: auto;
    }

    .footer-content {
        padding: 12px 16px;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        text-align: center;
    }
}


.figmafooter {
    background-color: white !important;
    /*  display: flex !important;
    flex-direction: row !important;*/
    /*align-items: center !important;*/
    height: 60px !important;
}

.tfoot > tr:first-child > td {
    background-color: #fff;
}

.figma-label {
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    /*word-wrap: break-word !important;*/ /* Uzun kelimelerin satır sonunda kırılmasını sağlar */
    /*white-space: normal !important;*/ /* Metnin satır sonuna geçmesine izin verir */
    /*word-break: break-word;*/
    display: flex;
    align-items: center;
}

.figma-label-notstrong {
    color: #525866;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400 !important;
    line-height: 20px;
    word-wrap: break-word
}

.figma-label-notstrong2 {
    color: var(--text-strong-950, #0E121B);
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    /* Paragraph/Small */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}




.page-2-of {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
}

.left {
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0px;
    box-sizing: border-box;
}

.arrow-left-double-line-icon {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.buttons-10 {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.buttons-101 {
    position: relative;
    border-radius: 10px;
    background-color: #ff8447;
    /*width: 100%;*/
    height: 40px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ff8447;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: Inter;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
}

.buttons-101width50 {
    position: relative;
    border-radius: 10px;
    background-color: #ff8447;
    width: 50%;
    height: 40px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ff8447;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: Inter;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.buttons-width101 {
    position: relative;
    border-radius: 10px;
    background-color: #ff8447;
    width: 100% !important;
    height: 40px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ff8447;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Inter;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
}

.buttons-width100 {
    position: relative;
    border-radius: 10px;
    background-color: #ff8447;
    width: 100px;
    height: 40px !important;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ff8447;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: Inter;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
}

.div {
    width: 20px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}

.pagination-cells-10 {
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px;
}

.pagination-cells-101 {
    border-radius: 8px;
    background-color: #f5f7fa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px;
}

.pages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination-group {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination-group-footer {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: center;
    font-size: 14px;
    color: #525866;
    font-family: Inter;
}

.pages-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.page-2-of {
    position: relative;
    letter-spacing: -0.01em;
    line-height: 20px;
}

.left-footer {
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0px;
    box-sizing: border-box;
}

.compact-dropdowns-10 {
    /*box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);*/
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 6px 6px 10px;
    gap: 2px;
}

.right-footer {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}

.pagination-group-10 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    text-align: center;
    font-size: 14px;
    color: #525866;
    font-family: Inter;
}

.pagination {
    display: flex !important;
    justify-content: center !important;
    margin: 20px 0;
}


    /*.pagination > li {
        padding: 6px !important;
    }*/
    .pagination > li > a {
        background-color: #fff !important;
        font-size: 14px !important;
        border-radius: 8px !important;
        border: 1px solid #e1e4ea !important; /* Siyah kenarlık */
        color: #525866 !important;
    }

    .pagination > .active > a {
        background-color: #e1e4ea !important;
        font-size: 14px !important;
        border-radius: 8px !important;
        /*border: 1px solid white !important;*/ /* Siyah kenarlık */
        color: #525866 !important;
    }



#hesabimmenu {
    position: relative !important; /* Sabit konumlandırma */
    right: 44px; /* Sağdan sıfır mesafe */
    z-index: 1000; /* Menü, diğer öğelerin üstünde kalacak şekilde */
    margin: 12px;
}

    #hesabimmenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #hesabimmenu > ul > li > ul {
        position: relative;
        transform: translateX(-50%) !important;
        left: calc(50%) !important;
        right: 44px;
        z-index: 1000;
        width: calc(100% + 90px);
    }

#submenu {
    position: relative;
    transform: translateX(-50%) !important;
    left: calc(50%) !important;
    right: 44px;
    z-index: 1000;
    width: calc(100% + 90px);
}

#submenu-container {
    position: relative;
    transform: translateX() !important;
    left: calc(0%) !important;
    right: 44px;
    z-index: 1000;
    width: calc(20% + 85px);
    border-top: 12px solid rgba(255, 0, 0, 0) !important;
    background-color: transparent !important;
}
/*
#submenu-container {
    
}*/

#hesabim-link.active + #submenu {
    display: block; /* Menü açılınca görünür olacak */
}

/*#submenu.active {
    display: none !important;
}*/

#hesabim-link {
    background-color: #fff !important;
    color: #0e121b !important;
}

#menubasligi {
    width: 100%;
    /*position: relative;
    display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: left;
    color: #99a0ae !important;
    /*padding: 4px 8px !important;*/
    font-size: 12px !important;
}



#hesabimmenu a {
    text-decoration: none;
    /*color: #000;*/
    padding: 6px;
    display: block;
}

/* Alt menüyü gizle */
#hesabimmenu .level2 {
    display: none; /* Başlangıçta gizli */
    position: absolute; /* Konumlandırma */
    top: 90%; /* Üst menüye göre alt menüyü konumlandır */
    left: 0;
    background-color: white;
    /*border: 1px solid #ccc;*/ /* Menü kenarını belirleyelim */
    z-index: 500; /* Menülerin üst üste binmemesi için */
}


.navbar-right {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 20px;
    /*padding: 10px;*/
    /*box-sizing: border-box;
    background-color: #ff8447;*/
    border-radius: 10px;
    justify-content: flex-end;
    width: 200px;
}

/* Menü öğesinin üzerine gelindiğinde alt menüyü göster */
#hesabimmenu > ul > li:hover .level2 {
    display: block; /* Alt menüyü göster */
}

#submenu {
    /*border-top: 12px solid rgba(255, 0, 0, 0) !important;*/
    border: 1px solid #e1e4ea !important;
    /*background-color: transparent !important;*/
}

#submenu-container {
    border-top: 12px solid rgba(255, 0, 0, 0) !important;
    background-color: transparent !important;
}
/* Alt menüdeki öğeler */
#hesabimmenu .level2 li {
    padding: 2px;
    display: block; /* Her öğe görünür olsun */
    z-index: 1001; /* Alt menü öğelerine z-index ekleyelim */
}

    /* Alt menü öğelerine hover efekti */
    #hesabimmenu .level2 li a:hover {
        /*background-color: #f0f0f0;*/
        display: block;
    }

    /* Şifremi Değiştir ile Hesabım arasına 3px boşluk ekleyelim */
    #hesabimmenu .level2 li:first-child {
        margin-top: 3px; /* Alt menü öğesinin üstüne boşluk ekler */
    }

    /* Çıkış butonunun alt menüdeki konumunu koruyalım */
    #hesabimmenu .level2 li:last-child {
        margin-top: 3px; /* Çıkış butonuna da üstten 3px boşluk ekleyelim */
    }

/* "Hesabım" üzerine gelindiğinde hem "Şifremi Değiştir" hem de "Çıkış" butonunun görünmesini sağla */
#hesabimmenu > ul > li:hover .level2 li {
    display: block; /* Alt menüdeki tüm öğeleri görünür yapar */
}

/* Görünürlüğü artırmak için z-index ve genişlik/görünürlük kontrolü */
#hesabimmenu .level2 li a {
    z-index: 1002; /* Tıklanabilir öğelerin üst sırada olmasını sağla */
    position: relative; /* Konumlandırma ile üst üste binmeyi engelle */
    color: black;
}

.line-icon {
    width: 100%;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.custom-link {
    color: #0E121B !important; /* Yazı rengi */
    text-decoration: underline !important; /* Altı çizili */
}

/*aspx tab*/

.ajax__tab_active {
    border-bottom: 2px solid #FF8447;
}

    .ajax__tab_active .ajax__tab_tab span {
        color: black !important; /* Yazı rengi siyah */
        color: var(--text-strong-950, #0E121B);
        font-size: 14px;
        font-family: Inter;
        font-weight: 500;
        line-height: 20px;
        word-wrap: break-word
    }

.ajax__tab_outer {
    color: var(--text-strong-950, #0E121B);
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word
}

.ajax__tab_header {
    width: 1104px;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    letter-spacing: -0.01em;
    line-height: 20px;
    align-self: stretch;
}

a:-webkit-any-link:focus-visible {
    outline: none !important; /* Dış çerçeveyi tamamen kaldırır */
}

/*aspx tab*/

.underline-link-button {
    color: #FF8447 !important; /* Yazı rengi */
    text-decoration: underline !important; /* Altı çizili */
}

.status {
    color: #525866;
    font-size: 12px;
    font-family: Inter;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word
}

input[type="checkbox"] {
    margin: 0px 0 0 !important;
    line-height: normal;
    accent-color: #FF8447 !important;
}

/*
LOGIN
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
}

::ng-deep .mat-snack-bar-container {
    position: fixed !important; /* Snackbar'ın konumunu sabitler */
    top: 8px !important; /* Üstten 10px uzaklık */
    right: 8px !important; /* Sağdan 10px uzaklık */
    bottom: auto !important; /* Alt pozisyonunu sıfırlar */
    left: auto !important; /* Sol pozisyonunu sıfırlar */
    z-index: 9999; /* Diğer elementlerin önünde görünmesini sağlar */
}


.login-container {
    display: flex;
    height: 100vh; /* Ekran boyutuna göre ayarlanır */
    background-color: #FFFFFF;
}

.login-left {
    flex: 1;
    width: 40%;
    height: 100%;
    position: relative;
}

.login-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    height: 100%;
    padding: 20px 200px 20px 200px !important;
}

.login-left img {
    /*width: 100%;*/ /* Resmin genişliği konteynerin genişliğine göre ayarlanır */
    height: 100%; /* Yükseklik oranını korur */
    padding: 20px 4px 20px 4px;
}

.login-component {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.designer-credit {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(88, 89, 91, 1);
    font-family: "Inter";
}

    .designer-credit img {
        margin-right: 5px; /* Space between the logo and text */
    }

.overlay-text {
    width: 75%;
    height: 18%;
    position: absolute;
    top: 140px;
    left: 30px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    text-align: center;
    margin-left: 40px;
    margin-right: 32px;
}

.input-container {
    position: relative;
    width: 100% !important;
}

.email-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/mail-line.svg'); /* SVG dosyasını çağır */
    background-size: contain;
    background-repeat: no-repeat;
}

.password-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/lock-2-line.svg'); /* SVG dosyasını çağır */
    background-size: contain;
    background-repeat: no-repeat;
}

.input-field {
    padding: 10px 35px !important; /* Sol boşluk bırakıyoruz, ikona yer açıyoruz */
}

.notification-messages {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.notification-login {
    display: flex;
    padding: 8px;
    align-items: center;
    align-self: stretch;
    border-radius: var(--radius-8, 8px);
    background: var(--state-information-lighter, #C9DFFF);
    width: 486px;
    height: 84px;
}

    .notification-login img {
        margin-right: 8px;
    }

    .notification-login p {
        margin: 8px;
    }


.otp-container {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.otp-box {
    flex: 1 1 0;
    min-width: 48px;
    height: 64px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: white;
    box-shadow: 0px 1px 2px rgba(228, 229, 231, 0.24);
    border-radius: 10px;
    overflow: hidden;
    border: 1px #E2E4E9 solid;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: black;
    font-size: 24px;
    font-family: Montserrat !important;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    text-align: center;
}

    .otp-box:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.tek-kullanimlik-sifre {
    color: #0E121B;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.bubble {
    position: absolute;
    top: 100%; /* İkonun hemen altında konumlandırır */
    left: 59px;
    z-index: 10;
}

.bubble-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 372px;
    height: 84px;
    position: relative;
    border-radius: var(--radius-4, 4px);
    border: 1px solid var(--stroke-soft-200, #E1E4EA);
    background: var(--bg-white-0, #FFF);
    box-shadow: 0px 12px 24px 0px rgba(14, 18, 27, 0.06), 0px 1px 2px 0px rgba(14, 18, 27, 0.03);
}

    .bubble-text::before {
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #E1E4EA; /* Mavi kenarlık */
        position: absolute;
        bottom: 100%;
        left: 15px;
        transform: translateX(-50%);
        z-index: 1; /* Mavi kısmı alta yerleştir */
    }

    .bubble-text::after {
        content: "";
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid white; /* İç kısmı beyaz */
        position: absolute;
        bottom: calc(100% - 1px); /* Biraz daha altına yerleştir */
        left: 15px;
        transform: translateX(-50%);
        z-index: 2; /* Beyaz kısmı üstte yerleştir */
    }

.bubble .bubble-text span {
    color: var(--text-strong-950, #0E121B);
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    gap: 0px;
    /* Paragraph/X Small */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    margin-left: 12px;
}

.figma-information-3 {
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    color: #525866;
    display: none;
    align-items: center;
    gap: 4px;
}

/* Notification Styles */
.notification-container {
    position: fixed;
    width: 390px;
    top: 20px;
    right: 20px;
    background-color: #E57737;
    color: white;
    padding: 8px;
    border-radius: 10px;
    /*z-index: 1000;*/
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: 'Inter';
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.notification-message-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-message {
    color: white;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    text-align: left;
}

.notification-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}

.notification-button {
    background: none;
    border: none;
    color: white;
    padding: 0;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    text-decoration: underline;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.error-notification-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E67E22;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease-out;
}

.success-notification-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #8AC054;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease-out;
}

.error-notification-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-notification-message {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.error-notification-button {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.error-notification-close {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

a:not([class*="button"]),
.tablink:not(.buttons-notbordered-100) {
    color: #525866 !important;
}

.pagination {
    gap: 8px; /* Ok işaretleri ile sayılar arası boşluk */
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #e1e4ea;
    border-radius: 8px;
    background-color: #fff;
    color: #525866;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

    .page-link:hover {
        background-color: #f5f7fa;
        text-decoration: none;
    }

    .page-link.active {
        background-color: #e1e4ea !important;
        border-color: #e1e4ea;
        font-weight: 500;
        pointer-events: none;
    }

    .page-link img {
        width: 16px;
        height: 16px;
        filter: brightness(0) saturate(100%) invert(36%) sepia(12%) saturate(629%) hue-rotate(182deg) brightness(94%) contrast(89%);
    }

    .page-link:hover img {
        filter: brightness(0) saturate(100%) invert(23%) sepia(14%) saturate(867%) hue-rotate(182deg) brightness(94%) contrast(89%);
    }

    .page-link.ellipsis {
        background-color: transparent !important;
        border: none !important;
        cursor: default !important;
        pointer-events: none !important;
    }

        .page-link.ellipsis:hover {
            background-color: transparent !important;
        }

/* Custom Checkbox Styling - Figma Design */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 2px solid #E1E4EA;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

    input[type="checkbox"]:checked {
        background-color: #ff8447;
        border-color: #ff8447;
    }

        input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            transform: translate(-50%, -60%) rotate(45deg);
        }

    input[type="checkbox"]:hover {
        border-color: #ff8447;
    }

    input[type="checkbox"]:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 132, 71, 0.25);
    }

/* Checkbox container styling */
.figmatext-chechbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .figmatext-chechbox .figmainput {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.figmatext-chechbox {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

/* Vazgeç Button Styling */
.buttons-vazgec {
    width: 103px !important;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E1E4EA;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--text-sub-600, #525866);
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none !important;
    text-align: center;
}

.pagination-info-container {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    width: 100% !important;
    margin: 20px 0 !important;
}

.dataTables_wrapper .dataTables_info {
    float: none !important;
    padding-top: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
}

#figmatable_info {
    color: var(--text-sub-600, #525866);
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.figmalabelweight {
    color: var(--text-sub-600, #525866);
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

.bakiye_bilgileri {
    color: var(--text-strong-950, #0E121B);
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin: 18px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ff8447 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(255, 132, 71, 0.25); /* Hafif turuncu gölge efekti */
}

input.form-control:focus {
    border-color: #ff8447 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 132, 71, 0.25);
}

input.aspxinput-bordered:focus,
select.aspxinput-bordered:focus,
textarea.aspxinput-bordered:focus {
    border-color: #ff8447 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 132, 71, 0.25);
}

.data-label {
    font-size: 14px !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

.data-value {
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

/* Status Badge Styles */
/*.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: var(--radius-6, 6px);
    border: 1px solid var(--stroke-soft-200, #E1E4EA);
    color: var(--text-sub-600, #525866);
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: var(--bg-white-0, #FFF);
}

.status-badge-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .status-badge-icon svg {
        width: 100%;
        height: 100%;
    }*/




/* Status Badge Styles */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px 4px 4px;
    border-radius: var(--radius-6, 6px);
    border: 1px solid var(--stroke-soft-200, #E1E4EA);
    color: var(--text-sub-600, #525866);
    font-feature-settings: 'ss11' on, 'cv09' on, 'liga' off, 'calt' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: var(--bg-white-0, #FFF);
}

    /* PROJE GENELİ STATUS BADGE SİSTEMİ */
    /* Onaylandı - Tüm projede aynı */
    .status-badge.approved {
        
    }

        .status-badge.approved::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/select-box-circle-fill.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }

    /* Devam Ediyor - Tüm projede aynı */
    .status-badge.Waiting {
       
    }

        .status-badge.Waiting::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/alert-fill.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }

    /* Reddedildi - Tüm projede aynı */
    .status-badge.Declined {
        
    }

        .status-badge.Declined::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/error-warning-fill.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }

    /* İptal Edildi - Tüm projede aynı */
    .status-badge.Canceled {
        
    }

        .status-badge.Canceled::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/close-circle-fill.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }

    /* Pasif Durumlar - Tüm projede aynı */
    .status-badge.passive {
        
    }

        .status-badge.passive::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/forbid-fill.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }  
        
     /* İşlendi - Tüm projede aynı */
    .status-badge.processed {
    }

        .status-badge.processed::before {
            content: "";
            width: 16px;
            height: 16px;
            background-image: url('/FasdatNet/../img/select-box-circle-fill-yellow.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 6px;
        }

.status-badge-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .status-badge-icon svg {
        width: 100%;
        height: 100%;
    }

.buttons-right {
    display: flex !important;
    justify-content: flex-end !important;
}
.buttons-right-gap {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px;
}
#figmatable_wrapper .row:empty, #figmatable_wrapper .row > div:empty {
    display: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    display: compact;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Expense Detail Card Styles */
.expense-detail-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
    border: 1px solid #E1E4EA;
    padding: 24px;
    margin-top: 20px;
}

.expense-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.expense-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.expense-detail-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0E121B;
    letter-spacing: -0.01em;
    min-width: 120px;
    flex-shrink: 0;
}

.expense-detail-value {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #525866;
    letter-spacing: -0.01em;
}

.expense-reason-textarea {
    width: 100%;
    min-height: 60px;
    padding: 10px 12px;
    border: 1px solid #E1E4EA;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #525866;
    resize: vertical;
    box-shadow: 0px 1px 2px rgba(10, 13, 20, 0.03);
}

.expense-reason-textarea:focus {
    border-color: #ff8447;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 132, 71, 0.25);
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .expense-detail-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/*  Restoran da arama yaparak listeden bir eleman seçme dropdown Örnek ApprovedBySystemList.cshtml*/ 

/* Parent container genişlik kontrolü */
.figmainput:has(.choices),
.figmatext:has(.choices) {
    max-width: 100% !important;
    overflow: visible !important; /* Dropdown menüsü için */
    min-width: 0 !important;
}

.choices {
    width: 100% !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important; /* Dropdown menüsü için */
    box-sizing: border-box !important;
}

/* Restoran dropdown özel - width sabitle */
#ddlRestaurantList + .choices {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

    /* Seçim kutusu - CustomerRepresentativeScreen ile AYNI */
    .choices[data-type*="select-one"] .choices__inner,
    #ddlRestaurantList + .choices .choices__inner {
        padding: 6px 32px 6px 12px !important; /* Sağda ok için yer */
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        line-height: 1.42857143 !important;
        border: 1px solid #ccc !important;
        border-radius: 10px !important;
        background-color: #fff !important;
        font-size: 14px !important;
        color: #555 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        display: flex !important;
        align-items: center !important;
        vertical-align: middle !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-wrap: nowrap !important;
    }

    /* Focus/Open durumu */
    .choices.is-focused .choices__inner,
    .choices.is-open .choices__inner {
        border-color: #66afe9 !important;
        outline: 0 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    }

/* Seçili öğe */
.choices__item {
    color: #555 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Tek seçimli dropdown - seçili öğe text overflow */
.choices[data-type*="select-one"] .choices__item--selectable,
.choices[data-type*="select-one"] .choices__item {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    display: block !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    cursor: default !important;
}

/* Restoran dropdown - item özel limitleme */
#ddlRestaurantList + .choices .choices__item {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Tooltip desteği - normal cursor */
.choices[data-type*="select-one"] .choices__item[title]:hover {
    cursor: default !important;
}

/* Tek seçimli dropdown - liste container */
.choices[data-type*="select-one"] .choices__list--single {
    display: flex !important;
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

/* Tek seçimli dropdown - inner width sabitle */
.choices[data-type*="select-one"] .choices__inner .choices__list {
    flex: 1 1 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
}

/* Restoran dropdown özel - liste container */
#ddlRestaurantList + .choices .choices__list--single,
#ddlRestaurantList + .choices .choices__inner .choices__list {
    max-width: 100% !important;
    overflow: hidden !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

/* Placeholder - görünür ama hafif */
.choices__placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* Dropdown ok - Marka ile AYNI (Chrome default select ok) */
.choices[data-type*="select-one"]::after {
    display: none !important;
}

/* Chrome/Edge default select arrow için alan bırak */
.choices[data-type*="select-one"] .choices__inner {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 16px !important;
}

/* Background position düzeltme - seçili element varken */
.choices[data-type*="select-one"].is-selected .choices__inner {
    background-position: right 8px center !important;
}

/* Dropdown liste */
.choices__list--dropdown {
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    margin-top: 2px !important;
    z-index: 10000 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

/* Dropdown açıkken görünür olsun */
.choices.is-open .choices__list--dropdown,
.choices.is-active .choices__list--dropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Arama kutusu */
.choices__input {
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
}

/* Liste öğeleri */
.choices__list--dropdown .choices__item {
    padding: 8px 12px !important;
    font-size: 14px !important;
    color: #333 !important;
    display: block !important;
    visibility: visible !important;
}

/* Hover */
.choices__list--dropdown .choices__item--selectable:hover,
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f5f5f5 !important;
}

/* Liste container içindeki gruplar */
.choices__list--dropdown .choices__list {
    display: block !important;
    visibility: visible !important;
}
/* end Restoran da arama yaparak listeden bir eleman seçme dropdown Örnek ApprovedBySystemList.cshtml*/

/* SVG ... 3 nokta ikon container'ı */
.three-dots {
    display: inline-flex;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 1px solid #E2E4E9;
    border-radius: 6px !important;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

    .three-dots img {
        width: 16px;
        height: 16px;
    }

#three-menu-right {
    border-radius: 16px !important;
    right: 0;
    left: auto;
    background-color: white !important;
    border: 1px solid #E1E4EA !important;
    padding: 8px !important;
    min-width: 180px;
    box-shadow: 0px 4px 10px 0px rgba(66, 54, 93, 0.1);
    text-align: left;
}

#threeLi {
    padding: 0 !important;
    border-radius: 8px !important;
    float: left !important;
    width: 100%;
    margin-bottom: 4px;
}

    #threeLi:last-child {
        margin-bottom: 0;
    }

.threeLia {
    display: flex;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    border: none;
    width: 100%;
    background: transparent;
    color: #40404a;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

    .threeLia:hover {
        background-color: #f3f7ff;
        color: #174bd2;
    }

    .threeLia img {
        width: 16px;
        height: 16px;
    }

/* end SVG ... 3 nokta ikon container'ı */