img {
    max-width: 100%;
}

.googlekodmaske {
    letter-spacing: 3px;
}

@media (min-width: 992px) {
    .header {
        min-height: 100px;
        height: auto !important;
    }
}

.customer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1rem;
    margin-right: 18px;
}

.customer-logo img {
    max-width: 100%;
    max-height: 30px;
}

#kt_header_mobile .logo .img {
    width: 165px;
    height: 35px;
    background: #fff;
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

#kt_header .logo-default .img {
    width: 200px;
    height: 50px;
    background: #fff;
    -webkit-mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.defaultprofilephoto {
    width: 50px;
    height: 50px;
    border-radius: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    user-select: none;
    background: #C9F7F5;
    color: #1BC5BD;
}

td.islemtd, th.islemtd, td .islemtd {
    white-space: nowrap;
}

.durumlist .dropdown-menu i {
    margin-right: 5px;
}

.alert.alert-custom a {
    color: inherit;
}

.form-control-solid + .select2 .selection .select2-selection {
    background: #f3f6f9;
    border-color: #F3F6F9;
}

.select2-container {
    display: block
}

.timeline-item .moreItem {
}

.lbCustomScroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.lbCustomScroll::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.lbCustomScroll::-webkit-scrollbar-thumb {
    background-color: #b5b5c3;
    border-radius: 4px;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content .durumtext {
    margin-top: -15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    color: #b5b5c3;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content .durumtext i {
    font-size: 11px;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content .durumtext span {
}

.todoListArea {
}

.todoListArea .todoList {
}

.todoListArea .todoList .todoItem:last-child {
    border: 0px;
}

.todoListArea .todoList .todoItem {
    padding: 7px 0px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #bfc2ce91;
    padding-right: 25px;
}

.todoListArea .todoList .todoItem .checkbox-inline {
}

.todoListArea .todoList .todoItem .checkbox-inline {
}

.todoListArea .todoList .todoItem .checkbox-inline .checkbox {
    margin: 0px;
}

.todoListArea .todoList .todoItem .checkbox-inline span {
}

.todoListArea .todoList #todoItem-0 {
    display: none;
}

.todoListArea .todoList .todoItem:hover .closeIcon {
    opacity: 1;
}

.todoListArea .todoList .todoItem .closeIcon {
    font-size: 12px;
    color: #b5b5c3;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s ease all;
}

*:focus {
    outline: unset !important;
}

.yapilacklarListesi .card.bg-danger .todoItem .closeIcon {
    color: #fff;
}

.yapilacklarListesi .card.bg-danger .card-header .card-title .card-label {
    color: #fff;
}

.yapilacklarListesi .card.bg-danger .todoItem .text {
    color: #fff;
}

.todoListArea .newCardItemArea {
}

.todoListArea .newCardItemArea.active {
}

.todoListArea .newCardItemArea .kartNewItemBtn {
    position: absolute;
}

.todoListArea .newCardItemArea.active .btn.kartNewItemBtn {
    opacity: 0;
    pointer-events: none;
}

.todoListArea .newCardItemArea .buttontikla {
    opacity: 0;
    pointer-events: none;
    max-height: 0px;
    margin-top: 0;
    transition: 0.3s ease all;
}

.todoListArea .newCardItemArea.active .buttontikla {
    opacity: 1;
    max-height: unset;
    margin-top: 10px;
    pointer-events: auto;
}

.todoListArea .newCardItemArea.active .form-control {
    opacity: 1;
    max-height: 500px;
    pointer-events: auto;
}

.todoListArea .newCardItemArea.active .btnIptal {
    opacity: 1;
    pointer-events: auto;
}

.todoListArea .newCardItemArea .btnIptal {
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 6px;
}

.todoListArea .newCardItemArea .form-control {
    opacity: 0;
    border-radius: 0.22rem;
    pointer-events: none;
    max-height: 0px;
    transition: 0.3s ease max-height, 0.3s ease opacity;
    background: #ffffff75;
}

.todoListArea .todoList .todoItem:not(.editActive) .text {
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
}

.todoListArea .todoList .todoItem.editActive .closeIcon {
    display: none;
}

.todoListArea .todoList .todoItem.editActive .checkbox-inline {
    opacity: 0;
    pointer-events: none;
}

.todoListArea .todoList .todoItem.editActive {
    background: #e4e6ef2e;
    align-items: baseline;
}

.todoListArea .todoList .todoItem.editActive .text {
    display: block;
    width: 100%;
}

.todoListArea .todoList .todoItem .text form {
    position: relative;
}

.todoListArea .todoList .todoItem .text textarea {
    display: block;
    margin-bottom: 5px;
}

.todoListArea .todoList .todoItem .text .buttontikla {
}

.todoListArea .todoList .todoItem .text .todoItemEdıtCancel {
}

.yapilacklarListesi .card.bg-dark {

}

.yapilacklarListesi .card.bg-dark .card-title .card-label {
    color: #fff;
}

.yapilacklarListesi .card.bg-dark .btn.btn-clean i {
    color: #fff;
}

.yapilacklarListesi .card.bg-dark .mstodoText {
    color: #fff;
}

.yapilacklarListesi .card.bg-dark .mstodoText .flaticon2-cross {
    color: #fff;
}

.yapilacklarListesi .card.bg-info {

}

.yapilacklarListesi .card.bg-info .btn.btn-clean i {
    color: #fff;
}

.yapilacklarListesi .card.bg-info .card-title .card-label {
    color: #fff;
}

.yapilacklarListesi .card.bg-info .mstodoText {
    color: #fff;
}

.yapilacklarListesi .card.bg-info .todoItem .flaticon2-cross {
    color: #fff;
}

.yapilacklarListesi .card.bg-success {

}

.yapilacklarListesi .card.bg-success .btn.btn-clean i {
    color: #fff;
}

.yapilacklarListesi .card.bg-success .card-title .card-label {
    color: #fff;
}

.yapilacklarListesi .card.bg-success .mstodoText {
    color: #fff;
}

.yapilacklarListesi .card.bg-success .todoItem .flaticon2-cross {
    color: #fff;
}

.yapilacklarListesi .card.bg-primary {

}

.yapilacklarListesi .card.bg-primary .btn.btn-clean i {
    color: #fff;
}

.yapilacklarListesi .card.bg-primary .card-title .card-label {
    color: #fff;
}

.yapilacklarListesi .card.bg-primary .mstodoText {
    color: #fff;
}

.yapilacklarListesi .card.bg-primary .todoItem .flaticon2-cross {
    color: #fff;
}

.yapilacklarListesi .card.bg-primary .text-primary {
    color: #fff !important;
}

.upworketiket {
    color: rgb(53, 149, 246);
    border-bottom: 1px solid rgb(53, 149, 246);
}

.newUpwork {
    border: 3px solid #f64e60;
}

.kasaDatatable .label {
    white-space: nowrap;
}

.kasaDatatable tfoot th {
    white-space: nowrap;
}

.sonFirmalar {

}

.sonFirmalar .nav-item {

}

.sonFirmalar .nav-item > a {

    position: relative;
}

.sonFirmalar .nav-item > a .watermark {

    position: absolute;

    left: 0px;

    right: 0px;

    top: 0px;

    bottom: 0px;

    z-index: 1;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    opacity: 0;

    transition: 0.3s ease all;

    background-color: #fff;
}

.sonFirmalar .nav-item > a:hover .watermark {

    opacity: 0.1;
}

#kasaTab .dt-buttons {
    display: none;
}

input[type=file].form-control {
    height: unset;
}

.verticalCenter {
    vertical-align: middle !important;

}

.hizliBasvuru-modal {
    display: none;
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.hizliBasvuru-modal.active {
    display: block;
}

.hizliBasvuru-modal .content {
    padding: 0px;
}

.hizliBasvuru-modal .card {
    margin: 0px;
}


.hizliBasvuruBackDrop {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #00000063;
    z-index: 1;
    min-height: 100vh;
    transition: 0.3s ease all;
    pointer-events: none;
    opacity: 0;
}

.hizliBasvuruBackDrop.active {
    opacity: 1;
    pointer-events: auto;
}


.durumlist {
    display: inline-block;
    position: relative;
}

.durumlist .dropdown-menu {
    transform: unset !important;
}

.durumlist .dropdown-menu i {
    margin-right: 5px;
}

.durumlist .dropdown-menu .navi-text {
    white-space: normal;
}

.dd-collapse {
    display: none;
}

.dd-expand {
    display: none;
}

.dd3-content {
    padding: 12px 24px;
    border: 1px solid silver;
    margin-top: -1px;
    border-radius: 6px;
    background-color: #fff;
}

.dd3-content:hover {
    background-color: #f3f6f9;
}


.dd-handle {
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: move;
}

.dd-item.dd3-item {
    margin-bottom: 4px;
}

.dd3-content {
    margin-bottom: 4px;
}

.hidden {
    display: none;
}

.card-logo img {
    width: 60px;
    height: auto;
}

.bootstrap-select .dropdown-menu.inner > li > a .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bootstrap-select .dropdown-menu.inner > li > a .text small {
    font-size: 12px;
    color: #000 !important;
}

.dashboard_logo {
    background-color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_logo img {
    height: 40px;
}