/* bootstrap */
@import url("../bootstrap/css/bootstrap.min.css");
/* bootstrap Son*/

/* Site font İconlar */
@import url("../font-icon/fontawesome/css/all.min.css");
@import url("../font-icon/demo-files/demo.css");
@import url("../font-icon/demo-files/fontello.css");
@import url("../font-icon/font-icon.css");
/* Site font İconlar Son*/

/* Site  Cssler Başla */
@import url("../webfont/SFProDisplay/stylesheet.css");
@import url("../webfont/gtwals/stylesheet.css");
/* Site  Cssler Son */

/* Site Slider  Başla */
@import url("../fancybox/css/jquery.fancybox.min.css");
/* Site Slider Son */


/*@import url("responsive.css");*/

.site-bosluk-hizala {
    width: 100%;
    height: auto;
    overflow: hidden;
}

body {
    font-size: .813rem;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #161921;
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    padding-right: 0 !important;
    background-color: #F0F1F7;
}

.font1 {
    font-family: 'SF Pro Display';
}

.font2 {
    font-family: 'GT Walsheim Pro';
}


#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

html {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: #23282d;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

ul {
    padding: 0px;
    margin: 0px;
}


/*SiteGenel*/

.navbar {
    box-shadow: 0px 0px 2px #00000024;
    font-weight: normal;
    background: #fff;
    transition: left 0.25s ease;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    height: 60px;
}

.navbar .navbar-menu-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 240px;
}

.navbar .nav.kisayol_top {
    height: 100%;
}

.navbar .nav.kisayol_top li {
    list-style: none;
    margin-left: 12px;
    display: flex;
}

.navbar .nav.kisayol_top li a {
    list-style: none;
    font-size: 14px;
    color: #536485;
    display: flex;
    align-items: center;
    padding: 0px;
    font-weight: 300;
}

.navbar .nav.kisayol_top li a .icon {
    width: 28px;
    height: 28px;
    font-size: 17px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f6f8;
    line-height: 1;
    margin-right: 10px;
}

.navbar .nav.kisayol_top li a:hover .icon {
    background-color: #111C43;
    color: #fff;
}

.navbar .nav.kisayol_top .cikisyap {
    display: flex;
    align-items: center;
    padding: 1rem 0.65rem;
    font-size: 18px;
}

.navbar .users {
    display: flex;
    border-left: 1px solid #cccccc67;
    border-right: 1px solid #cccccc67;
    padding: 0px 11px;
}


.navbar .users .users_isim {
    display: block;
    text-align: left;
    color: #536485;
    line-height: 1.2;
    padding-left: 12px;
}

.navbar .users .users_isim small {
    display: block;
    font-size: 100%;
}

.navbar .users .users_isim span {
    display: block;
    font-weight: 700;
}

.navbar .users .dropdown-menu {
    background: #fff;
    padding: 0px;
}

.navbar .users .dropdown-menu li {
    display: block;
    margin-left: 0px;
}

.navbar .users .dropdown-menu li a {
    padding: 0.65rem;
    font-weight: 400;
}

.navbar .users .dropdown-menu li a i {
    margin-right: 10px;
}

.sidebar-brand-wrapper {
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    height: 60px;
    display: flex;
}

.sidebar-brand-wrapper .sidebar-brand {
    margin-right: 0;
    padding: 0;
    width: 240px;
    background: #111c43;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 60px;
    top: 0px;
}

.sidebar-brand-wrapper .sidebar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin-top: 11px;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-brand-wrapper .sidebar-brand span b {
    color: #0482CC;
    font-weight: 400;
    margin-left: 10px;
}

.sidebar-brand-wrapper .sidebar-brand img {
    height: 42px;
}

.SiteGenel {
    display: flex;
    position: relative;
    overflow: hidden;
}

.SolMEnu {
    height: 100%;
    background: #111c43;
    font-weight: normal;
    padding: 0;
    width: 240px;
    z-index: 11;
    transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    position: fixed;
}

.SolMEnu .SolMEnu_Body {
    padding-block-start: 60px;
    padding-block-end: 60px;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
}

.SolMEnu .SolMEnu_Body::-webkit-scrollbar-track {
    border-radius: 10px;

}

.SolMEnu .SolMEnu_Body::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    display: none;
}

.SolMEnu .SolMEnu_Body:hover::-webkit-scrollbar {
    display: block;
}

.SolMEnu .SolMEnu_Body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #767E92;
}

.SolMEnu .SolMEnu_Body .navbar {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon {
    width: 100%;
    height: auto;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li.slide__category {
    width: 100%;
    color: #a3aed1;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .065rem;
    text-transform: uppercase;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .065rem;
    text-transform: uppercase;
    padding: 0.75rem 0.95rem;
    white-space: nowrap;
    opacity: .5;
    position: relative;

}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0.55rem;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a {
    padding: 0.55rem;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 700;
    border-radius: 0.5rem;
    color: #fff;
    line-height: 1;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a:hover {
    background-color: rgba(255, 255, 255, .05);
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a .icon {
    color: #fff;
    margin-right: 13px;
    font-size: 19px;
    display: flex;
    align-items: center;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a .icon i {
    font-weight: 700;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a:hover {
    color: #fff;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a:hover .icon {
    color: #fff;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li a .alt-var {
    position: absolute;
    right: 10px;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li>ul>li {
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li>ul>li>a {
    padding: 0.45rem 1.6rem;
    font-weight: 400;
    color: #a3aed1;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li>ul>li>a:hover {
    background-color: rgba(255, 255, 255, .05);
    color: #fff;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li>ul>li>a:hover:before {
    border-color: #fff;
    opacity: 1;
}

.SolMEnu .SolMEnu_Body .navbar ul.menu-akordiyon li>ul>li>a:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #a3aed1;
    border-radius: 50%;
    background-color: transparent;
    inset-inline-start: 0.5rem;
    opacity: .5;
}

.Site_Orta {
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.25s ease;
    width: calc(100% - 240px);
    margin-left: 240px;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 60px);
    padding-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.content-wrapper {
    padding: 20px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.app-content {
    width: 100%;
    display: block;
}

.page-header-breadcrumb {
    width: 100%;
    height: auto;
    padding: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
}

.page-header-breadcrumb h3 {
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

.page-header-breadcrumb p {
    height: auto;
    font-size: 13px;
    color: #8c9097;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
}

.page-header-breadcrumb .breadcrumb {
    margin-bottom: 0px;
}

.page-header-breadcrumb .breadcrumb-item {
    font-weight: 500;
}

.page-header-breadcrumb .breadcrumb-item.active {
    color: #845adf;
}

.card.custom-card {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    position: relative;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    width: 100%;
}

.card.custom-card .card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
}

.card.custom-card .card-title {
    position: relative;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: capitalize;
}

.card.custom-card .card-header .card-title:before {
    content: "";
    position: absolute;
    height: 1rem;
    width: 0.2rem;
    inset-block-start: 0.15rem;
    inset-inline-start: -0.65rem;
    background: linear-gradient(183deg, rgba(0, 113, 178, 1) 0%, rgba(110, 176, 50, 1) 100%);
}

.card.custom-card .card-body {
    padding: 1.25rem;
}

.card.custom-card .cardicon {
    background-color: #845adf18;
    color: #845adf;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 0.5rem !important;
    justify-content: center;
    font-size: 25px;
}

.card.custom-card h3 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.card.custom-card h4 {
    display: block;
    font-weight: 400;
    font-size: 15px;
}

a.yeniservisekle {
    position: relative;
    overflow: hidden;
    background-color: #845adf !important;
    box-shadow: none;
    color: #fff;
}

.yeniservisekle::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/media-65.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .2;
}

.card.custom-card.yeniservisekle .cardicon {
    background-color: #fdfbff18;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 0.5rem !important;
    justify-content: center;
    font-size: 25px;
    position: relative;
    z-index: 99;
}

.card.custom-card.yeniservisekle .card-body {
    position: relative;
    z-index: 99;
}

.card.custom-card .dropdown-item {
    font-size: 14px;
}

.btn-sm {
    padding: 6px 8px;
    border-radius: 0.25rem;
    font-size: .75rem!important;
    line-height: 1;
}

.tableYeni tr.active td,
.tableYeni tr.active th {
    color: #bd1919;
}

.tableYeni td,
.tableYeni th {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
    padding: 0.75rem;
    vertical-align: middle;
    line-height: 1.462;
    font-size: .813rem;
}

.tableYeni a {
    color: #845adf;
    font-weight: 500;
}

.tableYeni a:hover {
    color: #6EB032;
    text-decoration: underline !important;
}


.tableYeni tfoot {
    background: #111C43;
    color: #fff;
    font-weight: 700;
}

.tableYeni .form-select {
    width: auto;
}

.tableYeni .durumm {
    font-size: 30px;
    color: #111C43;
}

.badge {
    display: inline-block;
    padding: 6px 8px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.form-group {
    margin-bottom: 0;
    padding: 12px 0;
}

.form-group label {
    font-size: .8rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 0.4rem;
    color: #8c9097;
    display: block;
}

.form-control,
.form-select {
    border-color: #e9edf6;
    color: #333335;
    background-color: #ffffff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0.35rem;
}

.btn-delete {
    width: 28px;
    height: 28px;
    font-size: .8rem;
    border-radius: 0.25rem;
    font-size: 14px;
    background-color: #e6533c15;
    border: none;
    color: #E6533C;
}

.btn-delete:hover {
    background-color: #E6533C;
    color: #fff;
}

.btn {
    padding: 6px 8px 6px 8px;
    font-size: 15px;
}

.btn i{
    font-size: 11px;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;

}

.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-responsive:hover::-webkit-scrollbar {
    display: block;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #767E92;
}

.btn.btn-primary-light {
    background-color: #845adf22;
    color: #845adf;
}

.btn.btn-primary-light:hover {
    background-color: #845adf;
    color: #fff;
}

.bg-warning-transparent {
    background-color: #fcf3e1;
    color: rgba(245, 184, 73);
    border: 1px solid #fce4b5;
}

.bg-warning-transparent:hover {
    background-color: rgb(245, 185, 73);
    color: rgb(255, 255, 255);
}

.bg-danger-transparent {
    background-color: #F7EDEB;
    color: #E65353;
    border: 1px solid #f6e1dc;
}

.bg-danger-transparent:hover {
    background-color: #E65353;
    color: #fff;
}

/*stokListe*/
.stokListe {
    width: 100%;
    text-align: center;
    border: solid 1px #ccc;
    padding: 15px;
    background: #fcfcfc;
    border-radius: 3px;
    color: #22244B;
    display: block;
    margin-bottom: 20px;
}

.stokListe:hover {
    background: #6FB132;
    color: #fff;
}

.stokListe i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    margin: 0px auto 15px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: #ebebeb;
    color: #22244B;
}

.stokListe:hover i {
    background: #ffffff1f;
    color: #fff;
}

.stokListe span {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

/*butons*/

.mobilbuton {
    margin-right: 30px;
    width: 30px;
    height: 20px;
    position: relative;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier;
    cursor: pointer;
    display: block !important;
}

.mobilbuton span {
    display: block;
    height: 2px;
    width: 100%;
    background: #68C17C;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    display: block;
    margin: 7px 0px
}

.mobilbuton span {
    width: 100%;
}

.mobilbuton span:nth-child(1) {
    margin-top: 0px;
}

.mobilbuton span:nth-child(2) {
    width: 80%;
}

.servistab .nav-item .nav-link {
    font-size: 15px;
}