/*@media all and (max-width: 900px) {*/
/*    body>* {*/
/*        display: none;*/
/*    }*/
/*    body:after {*/
/*        content: "Sayfa çok büyük.";*/
/*        font-size: 60px;*/
/*        margin: auto;*/
/*        display: flex;*/
/*        width: 100%;*/
/*        height: 100vh;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/
/*}*/
/*@media all and (min-width: 2150px) {*/
/*    body>* {*/
/*        display: none;*/
/*    }*/
/*    body:after {*/
/*        content: "Sayfa çok küçük.";*/
/*        font-size: 60px;*/
/*        margin: auto;*/
/*        display: flex;*/
/*        width: 100%;*/
/*        height: 100vh;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/
/*}*/

.leftMenuMargin {
    margin-left: 8px;
}
.table-action {
    display: flex;
    justify-content: flex-start;
    /*justify-content: space-between;*/
}
.table-action a{
    padding: 1px;
}
.header .logo img {
    margin: -13px;
    height: 61px;
}
/* File Upload */
.fileupload .uneditable-input .fa, .fileupload .uneditable-input .fab, .fileupload .uneditable-input .fal, .fileupload .uneditable-input .far, .fileupload .uneditable-input .fas {
    position:static;
    top: 0px;
    left: 0px;
}

.fileupload .uneditable-input .fileupload-preview {
    display: contents;
    float: left;
    overflow: hidden;
    padding: 0 0 0 17px;
    text-overflow: ellipsis;
    width: 100%;
}

.PNGConvertBlack{
    -webkit-filter: brightness(0);
    filter:brightness(0);
}
.PNGConvertWhite{
    -webkit-filter: brightness(0) invert(0);
    filter:brightness(0) invert(1);
}
.link{
    cursor:pointer;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 61000;
    width: 105%;
    height:105%;
    display: none;
    background: rgba(0,0,0,0.6);
    margin: 0px 0px 0px -28px;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.zoom-gallery{
    display: flex;
}
.image-container {
    position: relative;
    display: inline-block;
    padding: 5px;
}
.image-container:hover .image-overlay {
    opacity: 0.7;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.zoom-icon,
.delete-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.zoom-icon {
    left: 20%;
    transform: translateX(-50%) translateY(-50%);
}
.delete-icon {
    right: 10%;
}
.image-container:hover .zoom-icon,
.image-container:hover .delete-icon {
    opacity: 1;
}
.profile-picture{
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    border-style: solid !important;
    margin-top: -10px !important;
}
.profile-picture img{
    width: 100% !important;
    height: auto !important;
}
.inner-wrapper{
    min-height : 0px !important;
}
ul.nav-main > li > a{
    padding: 12px 16px !important;
}
::-webkit-scrollbar {
    width: 5px !important;
}
::-webkit-scrollbar-track {
    background: #2d2d2d;
}
body > .skiptranslate {display: none;}
.goog-te-banner-frame.skiptranslate {display: none !important;}
body {top: 0px !important;}
.ThemeChange {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 2px 0;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
input[type="checkbox"] {
    width: 25px;
    height: 25px;
    filter: invert(100%) hue-rotate(-22deg) brightness(1);
}
.ThemeChangeSelected{
    border: 3px solid #1e1e1e;
}
html.dark .ThemeChangeSelected{
    border: 3px solid #fcfcfc;
}

/** Tree View **/
.tree .liTop{
    display: flex;
    background-color: #00000020;
    border-radius: 12px 12px 0px 0px;
    padding: 1px;
    font-weight: bold;
    color: #ffffff;
    justify-content: center;
    font-size: 10px;
}
.tree .liCenter{
    padding: 5px 30px;
    font-size: 12pt;
    font-weight: bold;
    color: #333;
}
.dark .tree .liCenter {
    color: white;
    background-color: #242830;
}
.tree .liBottom{
    display: flex;
    background-color: #00000020;
    border-radius: 0px 0px 12px 12px;
    padding: 1px;
    font-weight: bold;
    color: #33333380;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
}
.dark .tree .liBottom {
    color: #fff;
}
.tree a[href=""] {
    cursor: default;
}
.tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    user-select: none;
}
.tree ul:after {
    content: "";
    display: table;
    clear: both;
}
.tree ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 5px solid #0088CC;
    width: 0;
    height: 1em;
}
.tree ul li {
    display: inline-grid;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em 0.5em 0;
    margin-left: -0.25em;
    margin-right: -0.25em;
}
.tree ul li:before, .tree ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 4px solid #0088CC;
    width: 50%;
    height: 1em;
}
.tree ul li:after {
    right: auto;
    left: 50%;
    border-left: 5px solid #0088CC;
}
.tree ul li:only-child:after, .tree ul li:only-child:before {
    display: none;
}
.tree ul li:only-child {
    padding-top: 0;
}
.tree ul li:first-child:before, .tree ul li:last-child:after {
    border: 0 none;
}
.tree ul li:last-child:before {
    border-right: 5px solid #0088CC;
    border-radius: 0 1em 0 0;
}
.tree ul li:first-child:after {
    border-radius: 1em 0 0 0;
}
.tree ul li a {
    /*border: 1px solid #ccc;*/
    padding: 0.5em;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    color: #333;
    position: relative;
    font-weight: bold;
}
.dark .tree ul li a {
    color: #fff;
}
/** Tree View **/

#uploadImageAreaPreview img{
    position: absolute;
    width: 8%;
    margin: 16% 5%;
    filter: grayscale(100%) brightness(1.9);
}

@media screen and (max-width: 992px) {
    #uploadImageAreaPreview img{
        width: 11%;
        margin: 25% 6%;
        filter: grayscale(100%) brightness(1.9);
    }
}

@media screen and (max-width: 768px) {
    #uploadImageAreaPreview img{
        width: 10%;
        margin: 38% 6%;
        filter: grayscale(100%) brightness(1.9);
    }
}
.ActionArea{
    width: 100px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
[class^="count_"][data-count]:after {
    content: attr(data-count);
}
#imagePreviewContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    border: 1px solid #ccc;
    z-index: 5;
    border-radius: 10px;
    background-color: var(--ColorNormal);
}
#imagePreview {
    max-height: 250px;
}
.ui-pnotify{
    z-index: 77000;
}