@import "font.css";

body {
    font-family: 'Gilroy', sans-serif;
    margin: 0;
    font-size: 14px;
    background: #ffffff;
    font-weight: 500;
    word-break: inherit;
}

.el-dialog__body {
    word-break: inherit;
}

input, textarea {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

/*
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px
}

::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}


::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 5px;
    min-height: 28px;
    padding: 100px 0 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    cursor: pointer;
}


::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35)
}
*/
.el-select {
    /* display: block; */
    width: 100%;
}

.el-table.table-xs .cell {
    line-height: 20px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    white-space: pre;
}

.el-table th > .cell {
    font-size: 14px !important;
}

a, a:hover {
    text-decoration: none;
}

.el-menu *, .tx-IBM {
    font-family: 'IBM Plex Sans', sans-serif;
}

.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
    padding: 0px 20px;
    text-align: left;
}

.tx-rubit {
    font-family: 'Rubik', sans-serif;
}

.headerlogo {
    display: block;
    width: 100%;
    position: relative;
    height: 50px;
    background: url(http://cdn.mudu.pro/Design/mudu.svg) 10px center;
    background-size: 60%;
    background-repeat: no-repeat;
    opacity: 1;
}

.apexcharts-pie-label, .apexcharts-tooltip * {
    font-family: 'Gilroy', sans-serif !important;
    font-weight: 500;
}

.el-button {
    text-transform: uppercase;
}

.d-block {
    display: block;
    width: 100%;
}

.el-form-item__label {
    line-height: 20px;
}

.el-notification__title {
    font-weight: 500;
    margin-top: 3px;
    font-size: 14px;
    font-family: 'Gilroy', sans-serif;

    color: #fff;
}

.el-notification__closeBtn {
    color: #fff;
    top: 11px;
    right: 10px;
}

.el-notification__group {
    margin: 0;
}

.el-notification.right {
    padding: 10px !important;
    height: 42px;
}

.el-notification.info {
    background: #4285f4;
}

.el-notification.success {
    background: #34a853;
}

.el-notification.error {
    background: #ea4335;
}

.el-notification.warning {
    background: #fbbc05;
}

.el-notification__icon {
    font-size: 20px;
    color: #fff !important;
}

.el-menu, .el-menu.el-menu--horizontal {
    border: none;
    text-align: center;
    display: block;
}

.el-menu--horizontal > .el-menu-item.is-active, .el-menu--horizontal > .el-menu-item, .el-menu--horizontal > .el-submenu.is-active .el-submenu__title, .el-menu--horizontal > .el-menu-item, .el-menu--horizontal > .el-submenu .el-submenu__title {
    border: none !important;
}

.el-menu--horizontal > .el-submenu .el-submenu__title, .el-menu--horizontal > .el-menu-item {
    line-height: 50px;
    height: 50px;
}

.el-menu--horizontal > .el-menu-item, .el-menu--horizontal > .el-submenu {
    float: none;
    display: inline-block;
}

.el-header {
    height: 50px !important;
    padding: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(72, 94, 144, 0.16);
}

.el-menu--popup-start {
}

.el-menu--popup {
    box-shadow: none !important;
    border: 1px solid rgba(72, 94, 144, 0.16);
    margin-top: 0;
    top: -49px;
    padding-top: 49px;
}

.aksiyon {
    text-align: right;
    padding: 8px;
}

.aksiyon a {
    padding: 5px;
    display: inline-block;
    color: #909399;
    text-align: center;
    top: -2px;
}

.aksiyon a svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.25px;
    color: #4285f4;
}

.el-menu--horizontal > .el-submenu.is-opened {
    z-index: 2222;
    position: relative;
}

.el-menu--horizontal > .el-menu-item.is-active, .el-menu--horizontal > .el-menu-item, .el-menu--horizontal > .el-submenu.is-active .el-submenu__title, .el-menu--horizontal > .el-menu-item, .el-menu--horizontal > .el-submenu .el-submenu__title {
    background: transparent !important;
}

.el-main {
    padding: 0
}

.SayfaContainer {
    max-width: 1366px;
    position: relative;
    display: block;
    height: calc(100vh - 50px);
}

.SayfaBaslik {
    padding: 6px 10px;
    background: #e2e5ed;
    top: 0;
    position: relative;
    overflow: hidden;
    height: 29px;
    z-index: 1;
}

.SayfaBaslik:after {
    content: '';
    position: fixed;
    background: #e2e5ed;
    height: 41px;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 1;
}

.SayfaBaslik h1 {
    font-family: 'Gilroy', sans-serif;
    color: #383838;
    font-size: 18px;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    z-index: 2;
    position: relative;
    font-weight: 500;
}


.SayfaBaslik .SayfaBtn {
    float: right;
    top: -2px;
    position: relative;
    z-index: 2;
}

.SayfaBaslik .SayfaBtn {
}

.SayfaBaslik .SayfaBtn button {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
}

button {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-weight: 500 !important;
}

.SayfaIcerik {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    /* box-sizing: border-box; */
    height: calc(100% - 61px);
    background: #ffffff;
    position: absolute;
    width: calc(100% - 20px);
    padding: 10px 10px;
}


.el-table td, .el-table th {
    padding: 6px 0 !important;
}

.el-table td {
    padding: 2px 0 !important;
}

.el-table th {
    background: #e2e5ed;
    overflow: inherit !important;
}

.table-hover td {
    cursor: pointer;
}

.el-button--mini, .el-button--mini.is-round {
    padding: 5px 10px;
}

.el-table tbody tr:nth-last-child(odd) {
    background: #F5F7FA;
}

.el-table--enable-row-hover .el-table__body tr:hover > td * {
    color: #ffffff !important;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #4285f4;
}

.tablearamainput input {
    background: #f5f7fa;
    margin: 5px 0;
    border: 1px solid #e2e5ed;
    border-radius: 2px;
}

.text-center {
    text-align: center;
    display: block;
}

.table-text-center {
    text-align: center !important;
}

.el-button--primary {
    color: #FFF;
    background-color: #4285f4;
    border-color: #4285f4;
}

.el-button--primary:focus, .el-button--primary:hover {
    background: rgb(66 133 244 / 80%);
    border-color: #4285f4;
    color: #FFF;
}

.d-block {
    display: block;
}

.el-container {
    max-width: 1366px;
    margin: 0 auto;
}

.el-dialog__header {
    border-bottom: 1px solid #e2e5ed;
    text-align: center;
    padding: 15px;
}

.el-dialog__headerbtn {
    top: 15px;
}

.el-dialog__footer {
    border-top: 1px solid #e2e5ed;
    padding: 15px;
    text-align: center;
}

.el-dialog {
    border-radius: 2px;
    overflow: hidden;
    top: -91px !important;
    margin-bottom: -71px;
    box-shadow: none !important;
    border: none !important;
}

.bg-gray {
    background: #e2e5ed;
}

.v-modal {
    position: fixed;
    background: rgba(15, 21, 32, 0.7);
    transition: all 0.4s;
    opacity: 1;
}

.el-drawer {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100% !important;
}

.el-row {
    margin: 0 !important;

}

.pr-10 {
    padding-right: 10px;
}

.bilgi-table {
}

.bilgi-table thead {
    background: #e2e5ed;
}

.bilgi-table.table thead th {
    border: none !important;
}

.card h4.Tutar {
    margin: 0 !important;
}

.UrunStok {
    margin-top: 20px !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e2e5ed;
}

.UrunStok h3 {
    color: #333;
    font-weight: 500;
}

.yazdirtable {
    display: none;
}

.yazdirtablegoster {
    display: block;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100% !important;
}

.el-button--medium, .el-button--mini, .el-button--small, .form-control, .el-input__inner {
    border-radius: 2px !important;
}

.el-form-item__label {
    display: block;
    width: 100%;
    text-align: left !important;
    line-height: 19px !important;
    font-size: 13px !important;
}

.el-input, .el-date-editor .el-range-input, .el-date-editor .el-range-separator, button, input, textarea {
    font-size: 12px !important;
}

.RaporOlay {
    padding: 20px;
    background: #f4f4f5;
    /*border: 1px solid #e2e5ed;*/
}

.RaporOlay h1 {
    margin: 0;
    /* padding: 5px; */
    color: #606266;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.el-form-item {
    margin-bottom: 10px;
}

.el-table.table-xs .cell .el-input {
}

.el-table.table-xs .cell .el-input input {
    position: absolute;
    top: -14px;
    right: -8px;
    margin: 0;
    padding: 0 10px;
}

.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td {
    background-color: #e2e5ed;
    color: #e2e5ed;
    padding: 5px 0 !important;
}

.table {
    width: 100%;
    border: 1px solid #e2e5ed;
    border-top: 0 !important;
}

.table.table-dashboard {
    border: 0 !important;
}

.el-table {
    border-right: 1px solid #e2e5ed;
    border-left: 1px solid #e2e5ed;
}

.el-alert {
    border-radius: 2px !important;
}

.el-table th.tablearama {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.el-table th.tablearama .cell {
    height: 30px;
}

.Spotlight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background: rgba(15, 21, 32, 0.7);
    transition: all 0.4s;
    z-index: 9999;
}

.Spotlight:after {
}

.Spotlight .SpotlightKutu {
    border-radius: 2px;
    overflow: hidden;
    top: 15vh !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 auto 50px;
    box-sizing: border-box;
    width: 331px;
    position: relative;
}

.formekstrebuton {
    font-weight: bold;
    font-size: 12px;
    top: -10px;
    position: relative;
    cursor: pointer;
    color: #4285f4;
}