@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Nunito Sans", sans-serif;
    background: #f5f6fa;
    font-size: 14px;
}

.content {
    background: none;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    border: 0px solid #000;
    right: 20px;
    width: 98%;
}

.content-active {
    transform: translateX(0%);
    left: 10px;
}

modal {
    overflow: auto !important;
}

table th,
td {
    padding: 10px;
}

.modal-header {
    /* background-color: #5A8DFF; */
    background: #f5f6fa;
    color: #574545;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.ckeditor p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

.iyi-btn {
    background: #fed56d;
    border-radius: 8px;
    font-size: 14px;
    color: rgb(59, 58, 58);
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 8px 4px 8px 4px;
}

.iyi-btn:hover {
    background: #f1c248;
}

.iyi-btn0 {
    background: #4880ff;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    letter-spacing: 0.5px;
}

.iyi-btn0:hover {
    color: #fff;
    background: #0f4ad4;
}

.iyi-btn1 {
    background: #ef767a;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0.5px;
    padding: 10px;
}

.iyi-btn2 {
    background: #24cab8;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    letter-spacing: 0.5px;
    padding: 10px;
}

.iyi-btn2:hover {
    color: #fff;
    background: #09a794;
}

.iyi-btn0:focus {
    outline: none;
}

.modal-backdrop {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7);
}

.modal {
    padding: 0 !important;
}

.modal-content {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.ycs-xl {
    padding: 0 !important;
}

.ycs-xl .modal-dialog {
    width: 90%;
    max-width: none;
    height: 90%;
}

.ycs-xl .modal-content {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.ycs-xl .modal-body {
    overflow-y: auto;
}

.modal .modal-dialog-aside {
    width: 400px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform 0.2s;
}

.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto;
}

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
}

.modal-title {
    font-size: 16px;
}

.breadcrumb {
    font-size: 14px;
}

@media only screen and (max-width: 960px) and (min-width: 480px) {
    .content {
        left: 0;
        position: absolute;
        top: 80px;
        border: 0px solid #000;
        right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .content {
        left: 0;
        position: absolute;
        top: 80px;
        border: 0px solid #000;
        right: 10px;
    }
}

md-card.md-default-theme,
md-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 54px #0000000d;
    border-radius: 14px;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    background: none !important;
    text-align: left;
    font-size: 14px;
    color: #aaacae;
    padding: 0;
}

.breadcrumb a {
    color: #aaacae;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #aaacae;
}

.sayfaBaslik {
    margin-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.11px;
    color: #202224;
    opacity: 1;
}

.input-group-prepend {
    width: auto;
}

.input-group-text {
    width: 160px;
}

/* Yeni sayfa cssleri*/
.buyuk-group-text {
    width: 170px !important;
}

.input-group {
    flex-wrap: nowrap;
}

.modal .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.2rem;
}

.modal .modal-dialog .modal-content .modal-header {
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: none;
    border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 17px;
    font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-header button.close {
    background-color: white;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    font-size: 23px;
    padding: 0;
    border: 2px solid;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.demo-code-preview {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0.6rem;
    position: relative;
    background-color: inherit;
    border-radius: 8px;
}

.demo-code-preview:before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -9px;
    left: 20px;
    letter-spacing: 1px;
    background-color: #f5f6fa;
    font-size: 13px;
    padding: 0 5px;
}

.add-irsaliye-button {
    margin-top: 10px;
}

.demo-code-preview pre {
    overflow-x: hidden;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 300px;
}

.demo-code-preview:hover pre {
    overflow-x: auto;
}

code[class*="language-"],
pre[class*="language-"] {
    font-size: 0.93em;
    margin: 0;
}

.form-control,
.form-select {
    box-shadow: none;
}

.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control:invalid:focus,
.form-control:valid:focus {
    box-shadow: none !important;
}

.form-control:focus {
    color: #6c757d;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 0 solid #f7f7f7;
    border-radius: 0.25rem;
}

.card {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
}

body {
    background: #f8f8f8 !important;
}

.header-title {
    color: #343a40;
    font-weight: 500;
    line-height: 1.1;
    font-family: "Cerebri Sans,sans-serif";
    font-size: 1rem;
    margin: 0 0 7px 0;
}

.btn-yeni-outline-dark {
    background: none;
    border-color: #293134;
    color: #293134;
    box-shadow: 0px 2px 8px 0px rgb(41 49 52 / 45%);
}

.btn-yeni.btn-outline-dark:hover {
    -webkit-animation: none;
}

.btn-yeni.btn-outline-dark:not(:disabled):not(.disabled):hover {
    background: #293134;
    border-color: #293134;
    color: white;
}

.btn-yeni {
    font-size: 12px;
    width: auto;
    display: inline-flex;
    font-weight: 600;
    align-items: center;
    padding: 5px 12px;
    line-height: 12px;
    border-radius: 0.2rem;
}

.ycs-xl .modal-mini {
    width: 90%;
    max-width: none;
    height: auto !important;
}

.demo-code-preview {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0.6rem;
    position: relative;
    background-color: inherit;
    border-radius: 8px;
}

.demo-code-preview+* {
    margin-top: 1.5rem;
}

.demo-code-preview:before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -9px;
    left: 20px;
    letter-spacing: 1px;
    background-color: #f5f6fa;
    font-size: 11px;
    padding: 0 5px;
}

.demo-code-preview pre {
    overflow-x: hidden;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 300px;
}

.demo-code-preview:hover pre {
    overflow-x: auto;
}

code[class*="language-"],
pre[class*="language-"] {
    font-size: 0.93em;
    margin: 0;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.2em + 0.5rem + 2px);
}

.dx-widget {
    line-height: 1;
}

.dx-texteditor-container {
    height: 28px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 0px;
}

.dx-texteditor-input {
    min-height: 20px;
}

.md-tab {
    line-height: 10px;
    padding: 5px 24px;
}

md-pagination-wrapper {
    height: 30px;
}

md-tabs-canvas {
    height: 30px;
}

md-content.md-default-theme,
md-content {
    color: rgba(0, 0, 0, 0.87);
    background-color: inherit;
}

.input-group-text {
    background: transparent !important;
    border: none;
    font-weight: bolder !important;
}

.iyi-asama-col {
    background: white !important;
    border: none !important;
    margin: 0 !important;
    font-weight: bolder;
    line-height: 26px;
}

.asama_metin {
    font-weight: bolder;
    display: inline-block;
    width: 100px;
}

.collapse:not(.show) {
    display: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background: #5a8dff 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5a8dff 0% 0% no-repeat padding-box;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

button:focus {
    outline: none !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
    padding-top: 3px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.iyi-bekleyen {
    border: 2px solid #fd8743;
    border-radius: 10px;
}

.iyi-tamamlanan {
    border: 2px solid #4880ff;
    border-radius: 10px;
}

.iyi-tumu {
    border: 2px solid #1fb69b;
    border-radius: 10px;
}

.tanimla_kart {
    background-color: white;
    border: 1px solid #c8d9ff;
    border-radius: 10px;
    padding: 10px 10px;
    height: 100%;
}

.tanimla_kart .btn {
    font-family: "Nunito Sans", sans-serif !important;
}

.kart-header {
    background-color: #4880ff;
    border-radius: 7px;
    padding: 7px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
    color: white;
}

.kart-form {
    display: flex;
}

.onemli {
    color: #4880ff !important;
    font-weight: bolder;
    margin-left: 3px;
}

.header-circle {
    background-color: #fff !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4880ff;
    font-weight: bolder;
}

.kart-text {
    padding: 10px 10px 0px 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.tanimla_kart .btn {
    padding: 0.375rem 6% !important;
}

.tanimla_kart .dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 0px;
}

.tanimla_kart .dx-texteditor-input {
    min-height: 20px;
}

.md-tab {
    line-height: 10px;
    padding: 5px 24px;
}

@media only screen and (max-width: 1520px) {

    /*  .btn{
  padding: 0.375rem 3%!important;
}  27.04.2022 tarihinde Melih tarafından yorum satırı yapıldı.*/
    .tanimla_kart {
        font-size: 12px;
    }

    .tanimla_kart .btn {
        font-size: 14px;
    }

    .input-group-sm>.custom-select,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-prepend>.input-group-text {
        min-width: 60px !important;
        font-size: 12px;
    }
}

.veriler {
    display: flex !important;
    justify-content: space-between;
    padding: 2px 10px;
}

.veriKutu {
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: scroll;
}

.tanimla_kart ::-webkit-scrollbar {
    width: 5px;
}

.tanimla_kart ::-webkit-scrollbar-track {
    background: white;
}

.tanimla_kart ::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 10px;
}

.tanimla_kart .input-group-sm>.custom-select,
.tanimla_kart .input-group-sm>.form-control,
.tanimla_kart .input-group-sm>.input-group-append>.btn,
.tanimla_kart .input-group-sm>.input-group-append>.input-group-text,
.tanimla_kart .input-group-sm>.input-group-prepend>.btn,
.tanimla_kart .input-group-sm>.input-group-prepend>.input-group-text {
    min-width: 45px;
    font-weight: normal !important;
}

.tanimla_kart .input-group-prepend {
    min-width: 150px;
}

.tanimla_kart .input-group-text {
    color: #495057;
}

.tanimla_kart .md-button {
    font-weight: normal;
}

.tanimla_kart .input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.2em + 0.5rem + 5px);
}

.tanimla_kart .input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    line-height: 1;
}

.tanimla_kart .dx-widget {
    line-height: 1;
    width: 100%;
}

.tanimla_kart .dx-texteditor-container {
    height: 28px;
}

.button-39 {
    background-color: #ffffff;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 0.5rem;
    box-sizing: border-box;
    color: #111827;
    font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 2rem;
    text-align: center;
    text-decoration: none #d1d5db solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: all 0.2s;
}

.button-39:hover {
    background-color: #4880ff;
    color: white;
}

.button-39:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.button-39:focus-visible {
    box-shadow: none;
}

.form-control {
    border-radius: 4px !important;
}

.mobilebtn {
    display: none;
}

.tanimla_kart .form-control {
    width: 100% !important;
}

.deskopbtn {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1440px) {
    .button-39 {
        padding: 0.5rem 0.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .button-39 {
        padding: 0.5rem 0.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .mobilebtn {
        display: block;
    }

    .desktopbtn {
        display: none;
    }

    .button-39 {
        padding: 0.5rem 2rem;
    }
}

< @media only screen and (max-width: 425px) {
    .button-39 {
        padding: 0.5rem 0.9rem;
    }
}

@media only screen and (max-width: 375px) {
    .button-39 {
        padding: 0.5rem 0.5rem;
    }
}

/* 06.09.2022 Sidebar kapalıyken modal açılınca arkada kalıyordu bu kod bloğu ile çözüldü */
.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    display: none;
}

/* 06.09.2022 Sidebar kapalıyken modal açılınca arkada kalıyordu bu kod bloğu ile çözüldü */
.row-fail {
    background-color: #ffeedd !important;
}

.row-pass {
    /* soft green */
    background-color: #61c9a8 !important;
}

.row-error {
    /* soft green */
    background-color: #ea4444e8 !important;
}

.gorev-yapildi {
    background-color: #7dc95e !important;
}

.gorev-baslamadi {
    background-color: #ffcccc !important;
}

.gorev-beklemede {
    background-color: #f2dd6e !important;
}

.gorev-suruyor {
    background-color: #ffbc42 !important;
}

.gorev-iptal {
    background-color: #d4d7d3 !important;
}

.gorev-iptal span {
    color: black !important;
}

.rag-green-outer {
    background-color: #7dc95e !important;
}

.rag-amber-outer {
    background-color: #f2dd6e !important;
}

.rag-red-outer {
    background-color: #ea4444e8 !important;
}