/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/
:root {
    --main-color: #FE2200;
    --second-color: #FF4444DD;
    
    --accept-color: #3DA73F;
    --accept-hover-color: #1A851C;


    --navbar-text: #d7d7d7;
    --navbar-border: #d7d7d737;
}

/*topbar & asidebar*/
#form1 .navbar-fixed-top {
    z-index: 60; 
    position: fixed;
}
#form1 .AsideNavBar {
    z-index: 58;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 80px;
    background-image: linear-gradient(to left,#222,#111);
    transition: width 200ms ease-in-out;
}
#form1 .AsideNavBar:hover {
    width: 360px;
}
.entegrasyon-navlink {
    margin: 0 16px;
}
.entegrasyon-navlink img {
    max-width: 110px;
    height: auto;
}
/*fixed topbar*/
.navbar-static-top .container, .navbar-fixed-top .container.topBarContainer {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 2rem;
}
.navbar-inverse, .navbar-inner, .topBarContainer.nav-container, .topBarContainer .brand {
    box-sizing: border-box;
    height: 100%;
    max-height: 72px;
}
.navbar-inverse .navbar-inner .topBarContainer .brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #f7f7f7;
}
.navbar-inverse .navbar-inner .topBarContainer .brand img {
    max-height: 36px;
    width: auto;
}
/*aside navbar*/
.AsideNavBar * {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: var(--navbar-text);
}
.AsideNavBar .mobileBrand {
    display: none;
}
.AsideNavBar .nav-text {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.AsideNavBar nav {
    height: 100%;
    padding-top: 100px;
}
.AsideNavBar nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.AsideNavBar nav ul li {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid var(--navbar-border);
}
.AsideNavBar nav ul li.active a span, .AsideNavBar nav ul li.active a i {
    color: var(--main-color)
}
.AsideNavBar nav ul li.active a:hover span, .AsideNavBar nav ul li.active a:hover i {
    color: white;
}
.AsideNavBar nav ul li.active .dropdownHeader span, .AsideNavBar nav ul li.active .dropdownHeader i {
    color: var(--main-color)
}
.AsideNavBar nav ul li a {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1.25rem 0;
    font-size: 1.25rem;
}
.AsideNavBar nav ul li:last-child {
    border-bottom: none;
}
.AsideNavBar nav ul li .iconContainer {
    min-width: 60px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.AsideNavBar nav ul li .iconContainer i {
    font-size: 2.25rem;
}
.AsideNavBar nav ul li a.dropdown-item {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.AsideNavBar nav ul li .dropdownHeader {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1rem 0;
    font-size: 1.25rem;
}
.AsideNavBar nav ul li .dropdownHeader div:last-child {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.AsideNavBar nav ul li .asideNavDropdown {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.AsideNavBar nav ul li .asideNavDropdown .asideNavDropdownElement {
    border-top: 1px solid var(--navbar-border);
    border-bottom: none;
}
.AsideNavBar nav ul li .asideNavDropdown .asideNavDropdownElement.active a {
    color: var(--main-color);
}
.AsideNavBar nav ul li .asideNavDropdown .asideNavDropdownElement.active:hover a {
    color: white;
}
.AsideNavBar nav ul li .asideNavDropdown .asideNavDropdownElement a {
    font-size: 1rem;
    font-weight: 600;
    height: auto;
    padding: 0.75rem;
}
.AsideNavBar nav ul li:hover > .asideNavDropdown {
    height: auto;
    display: flex;
    flex-direction: column;
}
.AsideNavBar nav ul li a:hover, .AsideNavBar nav ul li .asideNavDropdown .asideNavDropdownElement a:hover {
    background-color: var(--main-color);
    color: white;
    text-decoration: none;
}
.ContentPlaceHolder {
    box-sizing: border-box;
    width: 100%;
    padding-top: 72px;
    padding-left: 80px;
}
#hamburgerMenuButton {
    display: none;
    align-items: center;
    padding: 1rem;
    background-color: transparent;
    border: none;
}
#hamburgerMenuButton i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    color: #f7f7f7;
}
/*splash screen*/
#splashScreen {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
}
#splashScreen.show {
    display: flex;
}
#splashScreen div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    max-width: 100%;
    aspect-ratio: 1;
}
#splashScreen div img.splashLogo {
    position: absolute;
    width: 50%;
    aspect-ratio: 1;
    object-fit: contain;
}
#splashScreen div img.splashSpinner {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
/*custom container*/
.customContainer {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customRow {
    width: 100%;
    max-width: 1280px;
}
/*custom modal*/
.customModal {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.customModal.show {
    display: flex;
}
.customModal .customModalBody {
    max-width: 100%;
    background-color: #f7f7f7;
    border-radius: 4px;
}
@media screen and (max-width: 1000px) {
    #form1 {
        margin: 0;
    }
    #form1 .AsideNavBar, #form1 .AsideNavBar:hover {
        width: 0;
    }
    #form1 .AsideNavBar.open {
        width: 100%;
        z-index: 64;
    }
    .ContentPlaceHolder {
        padding-left: 0;
    }
    #hamburgerMenuButton {
        display: flex;
    }
    .navbar-inverse .navbar-inner .topBarContainer .brand {
        display: none;
    }
    .entegrasyon-navlink {
        margin: 0 10px;
    }
    .entegrasyon-navlink img {
        max-width: 100px;
    }
    .AsideNavBar .mobileBrand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        box-sizing: border-box;
        padding: 12px;
    }
    .AsideNavBar .mobileBrand div {
        height: 100%;
        color: #f7f7f7;
        font-size: 1.25rem;
        font-weight: 800;
        width: 80%;
        display: flex;
        align-items:center;
        gap: 0.25rem;
    }
    .AsideNavBar .mobileBrand div span {
        display: inline-block;
        line-height: 1.75rem;
    }
    .AsideNavBar .mobileBrand div img {
        height: 100%;
    }
    .AsideNavBar .mobileBrand #closeNavbarButton {
        padding: 1rem;
        background-color: transparent;
        border: none;
    }
    .AsideNavBar .mobileBrand #closeNavbarButton i {
        display: flex;
        align-items:center;
        justify-content:center;
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        color: var(--main-color);
    }
    .AsideNavBar nav {
        height: 100%;
        padding-top: 20px;
    }
    .customContainer {
        padding: 12px 0;
    }
    .customModal .customModalBody {
        width: 100%;
        height: 100%;
    }
    .customModal .customModalBody .modal-body {
        height: 100%;
        max-height: calc(100% - 160px);
    }
}

/*loader*/
.loader-modal-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.loader-modal {
    width: 420px;
    height: 120px;
    background: #f5f5f5;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-column-gap: 5px;
    grid-template-columns: 1.2fr 2.8fr;
    border-radius:5px;
    font: inherit;
    font-size: inherit;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid black;
    border-radius: 50%;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: lightgray;
    animation: spinner 1.1s linear infinite;
}
@keyframes spinner {
    from {
    }

    to {
        transform: rotate(360deg);
    }
}

/* datatable dom */
.dtTopFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
@media screen and (max-width: 800px) {
    .dtTopFlex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* contentKullaniciDuzenle */
#modalKullaniciDuzenle .customModalBody {
    width: 1280px;
    height: calc(100vh - 120px);
    padding-top: 0;
    color: #343333;
    overflow: hidden;
    border-radius: 6px;
}
#modalKullaniciDuzenle .contentKullaniciDuzenleHeader {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    background-color: #343333;
    color: white;    
}
#modalKullaniciDuzenle .contentKullaniciDuzenleHeader h2 {
    margin: 0;
    font-size: 1rem;
}
#modalKullaniciDuzenle .contentKullaniciDuzenleHeader h2 span {
    font-size: 1.25rem;
    font-weight: 700;
}
#modalKullaniciDuzenle .contentKullaniciDuzenleHeader button {
    background-color: transparent;
    border: none;
    padding: 0.25rem;
    color: var(--main-color);
}
#modalKullaniciDuzenle .contentKullaniciDuzenleHeader button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
}
#modalKullaniciDuzenle .customModalBody .contentKullaniciDuzenleBody {
    height: 100%;
    max-height: calc(100% - 128px);
    overflow-y: auto;
    padding: 8px 12px;
    border-bottom: 1px solid #d4d3d3;
}
#modalKullaniciDuzenle .customModalBody .contentKullaniciDuzenleFooter {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#modalKullaniciDuzenle .customModalBody .contentKullaniciDuzenleFooter button {
     box-sizing: border-box;
     min-width: 200px;
     padding: 6px 20px;
     background-color: var(--accept-color);
     color: white;
     margin: 0;
     font-size: 18px;
     font-weight: bold;
     font-family: monospace;
     letter-spacing: 1px;
     border: none;
     border-radius: 8px;
     transition: all 200ms ease-in-out;
}
#modalKullaniciDuzenle .customModalBody .contentKullaniciDuzenleFooter button:hover {
    background-color: var(--accept-hover-color);
}
.customTabContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}
.customTabMenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d7d7d7d7;
    overflow-x: auto;
}
.customTabMenu .customTabBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 3rem;
    min-width: 6rem;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: #333;
    border: none;
    color: white;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.customTabMenu .customTabBtn.active {
    background-color: var(--main-color);
    color: white;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.customTabMenu .customTabBtn .tdCounter {
    display: none;
    font-size: 1rem;
    color: var(--accept-color);
}
.customTabMenu .customTabBtn .tdCounter.show {
    display: inline-block;
}
.customTabMenu .customTabBtn.active .tdCounter {
    color: white;
}
.customTabContent {
    width: 100%;
    height: calc(100% - 40px);
    max-height: 100%;
    overflow-y: auto;
    display: none;
}
.customTabContent.active {
    display: block;
}
.customTabContainer .customTabContainer .customTabMenu {
    justify-content: flex-start;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: none;
}
.customTabContainer .customTabContainer .customTabMenu .customTabBtn {
    height: 2rem;
    width: 8rem;
    min-width: 8rem;
}
.customTabContainer .customTabContainer .customTabMenu .customTabBtn.active {
    background-color: var(--second-color);
}
.customTabNote {
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #5b697b; 
    padding: 2px 6px;
    border-radius: 6px;
    text-align: justify;
    margin-bottom: 4px;
}
#modalKullaniciDuzenle .customTabContent table td input, #modalKullaniciDuzenle .customTabContent table td select {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    margin: 0;
}
#modalKullaniciDuzenle .customTabContent table td input[type="checkbox"], #modalKullaniciDuzenle .customTabContent table td input[type="radio"] {
    height: 24px;
}
#modalKullaniciDuzenle .customTabContent table td .select2-container .select2-selection--single {
    height: 32px;
}
#modalKullaniciDuzenle .customTabContent table td .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
#modalKullaniciDuzenle .customTabContent table td .controls {
    display: flex;
    gap: 4px;
    align-items: center;
}
#modalKullaniciDuzenle .allSelectorTh {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
#modalKullaniciDuzenle .allSelectorTh input {
    margin: 0;
    height: 20px;
    width: 20px;
}
#modalKullaniciDuzenle .tableToolbar {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    align-items: center;
}
#modalKullaniciDuzenle .searchInTableInput {
    box-sizing: border-box;
    height: auto;
    margin: 0 0 6px 0;
    padding: 4px 8px;
    width: 100%;
}
#modalKullaniciDuzenle .tableToolbar .removeDefaultsButton {
    box-sizing: border-box;
    margin: 0;
    min-width: 160px;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    color: var(--main-color);
    background-color: transparent;
}
#modalKullaniciDuzenle .tableWrapper {
    width: 100%;
    height: calc(100% - 20px);
    overflow-y: auto;
}
#modalKullaniciDuzenle .depoYetkileri .tableWrapper {
    height: calc(100% - 100px);
}
#modalKullaniciDuzenle .customTabContent .sortableContainer {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#modalKullaniciDuzenle .customTabContent .sortableItem {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d7d7d7d7;
    border-radius: 6px;
    user-select: none;
}
#modalKullaniciDuzenle .customTabContent .sortableItem.sortableHandle {
    cursor: pointer;
}
#modalKullaniciDuzenle .customTabContent .sortableItem div {
    display: flex;
    align-items: center;
    gap: 24px;
}
#modalKullaniciDuzenle .customTabContent .sortableItem div input[type="checkbox"] {
    width: 24px;
    height: 24px;
}
.tag-input-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 35px;
    cursor: text;
}
.tag-input-container input {
    border: none;
    outline: none;
    flex-grow: 1;
    min-width: 100px;
}
.tag {
    background-color: #007bff;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 2px;
    display: flex;
    align-items: center;
}
.tag button {
    margin-left: 5px;
    border: none;
    background: none;
    color: white;
    cursor: pointer;
}

/* contentYaziciTasarim */
#modalYaziciTasarim .customModalBody {
    width: 800px;
    height: calc(100vh - 120px);
    padding-top: 0;
    color: #343333;
    overflow: hidden;
    border-radius: 6px;
}
#modalYaziciTasarim .contentYaziciTasarimHeader {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    background-color: #343333;
    color: white;
}
#modalYaziciTasarim .contentYaziciTasarimHeader h2 {
    margin: 0;
    font-size: 1rem;
}
#modalYaziciTasarim .contentYaziciTasarimHeader h2 span {
    font-size: 1.25rem;
    font-weight: 700;
}
#modalYaziciTasarim .contentYaziciTasarimHeader button {
    background-color: transparent;
    border: none;
    padding: 0.25rem;
    color: var(--main-color);
}
#modalYaziciTasarim .contentYaziciTasarimHeader button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
}
#modalYaziciTasarim .customModalBody .contentYaziciTasarimBody {
    height: 100%;
    max-height: calc(100% - 128px);
    overflow-y: auto;
    padding: 8px 12px;
    border-bottom: 1px solid #d4d3d3;
}
#modalYaziciTasarim .customModalBody .contentYaziciTasarimFooter {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#modalYaziciTasarim .customTabMenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #d7d7d7d7;
}
#modalYaziciTasarim .customTabMenu .customTabBtn {
    width: calc(33% - 1rem);
    min-width: 30%;
    height: 2.5rem;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: #333;
    border: none;
    color: white;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
#modalYaziciTasarim .customTabMenu .customTabBtn.active {
    background-color: var(--main-color);
    color: white;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
#modalYaziciTasarim .customModalBody .contentYaziciTasarimFooter button:first-child {
    cursor: pointer;
    box-sizing: border-box;
    min-width: 200px;
    padding: 6px 20px;
    background-color: var(--accept-color);
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}
#modalYaziciTasarim .customModalBody .contentYaziciTasarimFooter button:last-child {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
    box-sizing: border-box;
    padding: 6px 16px;
    color: var(--accept-color);
    background-color: white;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 1px;
    border: 1px solid var(--accept-color);
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}

/* contentGrupDuzenle */
#modalGrupDuzenle .customModalBody {
    width: 720px;
    height: calc(100vh - 120px);
    padding-top: 0;
    color: #343333;
    overflow: hidden;
    border-radius: 6px;
}
#modalGrupDuzenle .contentGrupDuzenleHeader {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    background-color: #343333;
    color: white;
}
#modalGrupDuzenle .contentGrupDuzenleHeader h2 {
    margin: 0;
    font-size: 1rem;
}
#modalGrupDuzenle .contentGrupDuzenleHeader h2 span {
    font-size: 1.25rem;
    font-weight: 700;
}
#modalGrupDuzenle .contentGrupDuzenleHeader button {
    background-color: transparent;
    border: none;
    padding: 0.25rem;
    color: var(--main-color);
}
#modalGrupDuzenle .contentGrupDuzenleHeader button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
}
#modalGrupDuzenle .customModalBody .contentGrupDuzenleBody {
    height: 100%;
    max-height: calc(100% - 128px);
    overflow-y: auto;
    padding: 8px 12px;
    border-bottom: 1px solid #d4d3d3;
}
#modalGrupDuzenle .customModalBody .contentGrupDuzenleFooter {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#modalGrupDuzenle .customModalBody .contentGrupDuzenleFooter button {
    box-sizing: border-box;
    min-width: 200px;
    padding: 6px 20px;
    background-color: var(--accept-color);
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: monospace;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}
#modalGrupDuzenle .customModalBody .contentGrupDuzenleFooter button:hover {
    background-color: var(--accept-hover-color);
}
#modalGrupDuzenle .customTabContent table td input, #modalGrupDuzenle .customTabContent table td select {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    margin: 0;
}
#modalGrupDuzenle .customTabContent table td input[type="checkbox"], #modalGrupDuzenle .customTabContent table td input[type="radio"] {
    height: 24px;
}
#modalGrupDuzenle .customTabContent table td .select2-container .select2-selection--single {
    height: 32px;
}
#modalGrupDuzenle .customTabContent table td .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
#modalGrupDuzenle .customTabContent table td .controls {
    display: flex;
    gap: 4px;
    align-items: center;
}
#modalGrupDuzenle .allSelectorTh {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
#modalGrupDuzenle .allSelectorTh input {
    margin: 0;
    height: 20px;
    width: 20px;
}
#modalGrupDuzenle .tableToolbar {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    align-items: center;
}
#modalGrupDuzenle .tableToolbar .searchInTableInput {
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 4px 8px;
    width: 100%;
}
#modalGrupDuzenle .tableToolbar .removeDefaultsButton {
    box-sizing: border-box;
    margin: 0;
    min-width: 160px;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    color: var(--main-color);
    background-color: transparent;
}
#modalGrupDuzenle .tableWrapper {
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
}
#modalGrupDuzenle .customTabContent .sortableContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#modalGrupDuzenle .customTabContent .sortableItem {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #d7d7d7d7;
    border-radius: 6px;
    user-select: none;
}
#modalGrupDuzenle .customTabContent .sortableItem.sortableHandle {
    cursor: pointer;
}
#modalGrupDuzenle .customTabContent .sortableItem div {
    display: flex;
    align-items: center;
    gap: 24px;
}
#modalGrupDuzenle .customTabContent .sortableItem div input[type="checkbox"] {
    width: 24px;
    height: 24px;
}
#modalKullaniciDuzenle .customTabContent table .sortableAllSelect {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 4px 8px;
    margin-bottom: 4px;
    border: 1px solid #777;
    background-color: #d7d7d7d7; 
    border-radius: 6px;
}
#modalKullaniciDuzenle .customTabContent table .sortableAllSelect input {
    width: 24px;
    height: 24px;
}
#modalKullaniciDuzenle .customTabContent table .sortableAllSelect span {
    font-size: 14px;
    font-weight: 600;
}


@media screen and (max-width: 1366px) {
    #modalKullaniciDuzenle .customModalBody {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    #modalKullaniciDuzenle .customModalBody .customTabMenu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    #modalYaziciTasarim .customModalBody {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    #modalYaziciTasarim .customModalBody .customTabMenu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    #modalGrupDuzenle .customModalBody {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    #modalGrupDuzenle .customModalBody .customTabMenu {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}