@import "fonts.css";
/* Genel */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "Roboto Condensed", sans-serif;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    font-size: 40%;
}

.no-pointer {
    pointer-events: none;
}

/* *** Bootstrap *** */
/* >> Header */
.header-navbar {
    font-family: "Roboto Condensed", sans-serif;
}

/* >> Breadcrumb */
.breadcrumb {
    font-family: "Roboto Condensed", sans-serif;
}

/* >> Card */
.card .card-header-skew {
    margin-top: -1px;
    margin-left: -1px;
    padding: 0;
    overflow: hidden;
}

.card .card-header-skew .card-title {
    max-width: -webkit-calc(100% - 3rem);
    max-width: -moz-calc(100% - 3rem);
    max-width: calc(100% - 3rem);
    position: relative;
    z-index: 1;
    padding: .25rem 1.5rem .25rem .25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: .87rem;
    color: #ffffff;
}

.card .card-header-skew .card-title:before,
.card .card-header-skew .card-title:after {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
}

.card.border-secondary .card-header-skew .card-title:before,
.card.border-secondary .card-header-skew .card-title:after {
    background-color: #b8c2cc;
}

.card.border-primary .card-header-skew .card-title:before,
.card.border-primary .card-header-skew .card-title:after {
    background-color: #7367f0;
}

.card.border-success .card-header-skew .card-title:before,
.card.border-success .card-header-skew .card-title:after {
    background-color: #28c76f;
}

.card.border-success .dropdown .dropdown-menu .dropdown-item:hover {
    color: #28c76f;
}

.card .card-header-skew .card-title:before {
    width: 100%;
    left: -1.5rem;
}

.card .card-header-skew .card-title:after {
    width: 1.5rem;
    right: 0;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
    -webkit-border-bottom-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.card .card-header-skew .dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.card .dropdown .btn i {
    margin-right: 0;
}

.card.border-success .dropdown .dropdown-menu::before {
    background: #28c76f;
}

.card.border-secondary .dropdown .dropdown-menu::before {
    background: #b8c2cc;
}

.card .dropdown .dropdown-menu.dropdown-menu-right::before {
    right: .75rem;
}

.card.border-secondary .dropdown .dropdown-menu .dropdown-item:hover {
    color: #b8c2cc;
}

/* >> Buttons */
.btn-group .btn[class*='btn-outline-'] {
    margin-left: -1px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 0.825rem;
}

/* >> Table */
.table-hover-animation tbody tr:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #f9f9f9;
}

/* *** Theme *** */
/* >> Loadbar */
html .pace .pace-progress {
    background-color: #28c76f;
}

/* >> Header */

.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
    max-width: 150px;
    max-height: 40px;

}


/* >> Menu */
.navigation {
    font-family: "Roboto Condensed", sans-serif;
}

.main-menu.menu-light .navigation > li.active > a {
    background: -webkit-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: -moz-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: -o-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    /*background: transparent;
    color: #000;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: -moz-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: -o-linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    background: linear-gradient(118deg, #179b8f, rgb(69, 203, 132));
    /*background: transparent;
    color: #000;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chart-info:before {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 2px;
    background: linear-gradient(30deg, #28c76f, rgba(40, 199, 111, .7));
    content: "";
}

.main-menu.menu-light .navigation li a .svg {
    margin-right: 1rem;
}

.main-menu.menu-light .navigation li a .svg * {
    fill: currentColor;
}

.main-menu.menu-light .navigation li a > .svg {
    width: 20px;
    height: 20px;
}

.main-menu.menu-light .navigation > li ul li a .svg {
    width: 14px;
    height: 14px;
}

.main-menu.menu-light .navigation li a > .svg#svg-personeller,
.main-menu.menu-light .navigation > li ul li a > .svg#svg-personeller {
    transform: scale(1.3);
}

/* >> Card */
.musavir-card {
    background-color: #f4fdfd;
}

.musavir-card .card-on {
    position: absolute;
    top: 15px;
    left: 10px;
}

/* >> Calendar */
.fc-row .fc-content-skeleton {
    z-index: auto;
}

.fc .fc-event {
    position: relative;
    z-index: 2;
}

/* *** Tables *** */
.table .logo {
    max-width: 150px;
    max-height: 40px;
}

.table tbody tr.row-primary td {
    background-color: #f8f8f8;
}

.table-price tbody td:nth-child(1) {
    max-width: 1px;
}

.table-price tbody td > input {
    padding: 1em 5px .75em;
}

.table-price tbody td > input,
.table-price tbody td > .select2-container {
    margin-bottom: 4px;
}

#siparisUrunleri > tbody tr > td {
    vertical-align: middle;
}

#siparisUrunleri > tbody > tr > td > .form-control,
#siparisUrunleri > tbody > tr > td > .select2-container {
    margin-bottom: 0;
}

/* *** Cards *** */
#productsCard .card-header {
    z-index: 9;
    background-color: #ffffff;
}

#productsCard .card-header-fixed {
    position: fixed;
}

#productsCard .card-header-fixed .table {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

#productsCard .card-header-fixed .table thead th {
    border-bottom-color: #d9d9d9;
}

/* *** Form *** */
.btn-submit.disabled {
    pointer-events: none;
}

#formFilter .row > div .select2-container,
#formFilter .row > div .form-control,
#formFilter .row > div .btn {
    height: 38px;
}

/* *** Login/Sign In *** */
/* >> Login */
.login-page {
    height: 100%;
    background: no-repeat center url("../images/login.jpg");
    background-size: cover;
}

.welcomeBack {
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
    color: black;
}

.login-page .left-side {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    position: absolute;
    background-image: repeating-linear-gradient(-45deg, #fefefe, #fefefe 2px, #f4f2f0 2px, #f4f2f0 4px);
}

.left-side-logo {
    margin-bottom: 20px;
}

.left-side-logo img {
    width: 200px;
}

.left-side-text b {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 410px;
    font-size: 18px;
    color: #17a8a0;
}

.left-side-text > p {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.15;
    font-size: 15px;
    color: #828282;
}

.left-side-text > p i {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 5px;
    font-size: 24px;
}

.left-side-text > p span {
    -webkit-flex: 0 1 auto;
    flex: 1 0 auto;
    max-width: 300px;
}

.login-form .user-login-input {
    width: 100%;
    height: 48px;
    padding-left: 15px;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 1);
    border: 1px solid #eee;
}

.login-form .user-login-input:hover {
    box-shadow: 0 0 30px 0 rgba(238, 238, 238, 1);
}

.login-form .user-login-input:focus {
    outline: none;
}

.login-form label {
    line-height: 1;
    font-size: 14px;
}

.remember-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #fff;
    transition: background-color 0.3s;
    height: 20px;
    width: 20px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #eee;
}

.remember-box i {
    opacity: 0;
    vertical-align: middle;
    transition: color 0.3s;
}

.login-remember input:checked ~ label .remember-box {
    background-color: #44cda9;
    border-color: #44cda9;
    color: #ffffff;
}

.login-remember input:checked ~ label .remember-box i {
    opacity: 1;
}

.login-remember input {
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
}

/* >> Sign In */
.sign-up {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f6f2ee;
}

.signin-wrapper {
    padding: 15px 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-bid {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 10px 0;
}

.sign-up .input-class {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .13);
    height: 40px;
    margin-top: 10px;
    padding-left: 15px;
}

.sign-up .input-class:focus {
    border-color: #44CDA9;
    outline: none;
}

.sign-up-info .input-class:focus {
    outline: none;
    box-shadow: 4px 0 10px rgba(0, 0, 0, .13);
}

.choice-box {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.choice-box input {
    /*display: none;*/
    opacity: 0;
    height: 1px;
    width: 1px;
    float: left;
}

.choice-box label {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    background-color: #ffffff;
    border: 3px solid transparent;
    /*
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    */
    text-align: center;
    color: #6c6c6c;
    display: grid;
    grid-template-columns: 100px 1fr 40px;
}

.sign-up-list .choice-type:checked ~ label {
    border-color: #44cda9;
    box-shadow: none;
}

.choice-box label:after {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: rgba(68, 205, 169, 0.5);
    pointer-events: none;
    content: "";
}

.sign-up-list .choice-type:checked ~ label:after {
    transition: transform ease 1s, opacity ease 1.25s;
    opacity: 0;
    -webkit-transform: scale(7.5);
    transform: scale(7.5);
}

.choice-box label i {
    opacity: 0;
    position: absolute;
    top: calc(50% - 15px);
    right: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #44CDA9;
}

.sign-up-list .choice-type:checked ~ label i {
    opacity: 1;
}

.choice-box label img {
    width: 75px;
    align-self: center;
    justify-self: center;
}

.choice-box label span {
    display: block;
    font-size: 13px;
    color: #6c6c6c;
    align-self: center;
    text-align: left;
}

.sign-up-text {
    max-width: 75%;
    margin: 0 auto;
}

.sign-up-text-header {
    font-weight: bold;
    font-size: 29px;
}

.sign-up-text-item {
    padding-left: 25px;
    padding-bottom: 27px;
}

.onayliyorum {
    font-size: 15px;
    color: #535353;
    opacity: .8;
}

.hesab-var {
    font-size: 15px;
    color: #535353;
}

.hesab-var a {
    color: #44cda9;
    text-decoration: underline;
}

.hesab-var a:hover {
    color: #077357;
}

.form-confirm {
    position: relative;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.onayliyorum a {
    color: #44cda9;
    text-decoration: underline;
}

.onayliyorum a:hover {
    color: #077357;
}

.btn-ilerle {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    background-color: #44cda9;
    border-radius: 200px !important;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    height: 50px;
    font-weight: bold;
    font-size: 18px;
}

.btn-ilerle:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.btn-ilerle.disabled {
    pointer-events: none;
}

#kullanimKosulOnayla {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#kullanimKosulOnayla + .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #626262;
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 4px;
    opacity: 0.75;
    text-align: center;
    font-size: 11px;
}

#kullanimKosulOnayla + .checkmark i {
    opacity: 0;
}

#kullanimKosulOnayla:checked + .checkmark {
    border-color: #43b894;
    background-color: #44cda9;
    opacity: 1;
    color: #ffffff;
}

#kullanimKosulOnayla:checked + .checkmark i {
    opacity: 1;
}

.copyright {
    position: absolute;
    bottom: 15px;
    left: 5%;
    padding-left: 15px;
}

/* My Css */
.floatR {
    float: right;
}

.floatL {
    float: left;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB15 {
    margin-bottom: 15px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginB25 {
    margin-bottom: 25px;
}

.marginT5 {
    margin-top: 5px;
}

.marginT10 {
    margin-top: 10px;
}

.marginT15 {
    margin-top: 15px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT25 {
    margin-top: 25px;
}

.marginL5 {
    margin-left: 5px;
}

.marginL10 {
    margin-left: 10px;
}

.marginL20 {
    margin-left: 20px;
}

.marginR5 {
    margin-right: 5px;
}

.clear {
    clear: both;
}

.navbar-header {
    /*margin: 1.3rem 0;*/
}
.navbar-header{
    height: auto;
}
#menu_logo {
    display: flex;
    width: 100%;
    /*height: 100%;*/
    padding: 0;
    justify-content: center;
    align-items: center;
}
#menu_logo .logoCizgi{
    width: 1px;
    height: 100px;
    background: #d2d2d2;
    margin: 0 50px;
}
#menu_logo img {
    /*max-height: 4rem;*/
    max-width: 100%;
}
#menu_logo .tahsilat{
    left: 54%;
    bottom: 0;
    position: absolute;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #28c76f;
}

body.menu-collapsed #menu_logo {
    max-width: 40px;
    padding-left: 0;
    overflow: hidden;
    transition: all 0.4s;
}

body.menu-collapsed .main-menu:hover #menu_logo {
    max-width: none;
    padding-left: 10px;
}

#menu_logo_yazi {
    float: left;
    font-size: 30px;
    font-family: 'Montserrata', serif;
    color: #354052;
    line-height: 42px;
}

#menu_logo_yazi span {
    font-weight: bold;
    font-family: 'Montserrata-Bold', serif;
    font-style: inherit;
}

.main-menu.menu-light .navigation li ul li a {
    font-size: 0.9em;
}

li.nav-item.has-sub.open {
    /*background: #f5f5f5;*/
    background: #f9f9f9;
}

.main-menu.menu-light .navigation > li > ul {
    background: transparent;
}

.modal .modal-header .close:hover {
    background: #7367f0;
    -webkit-transform: translate(8px, -2px);
    -moz-transform: translate(8px, -2px);
    -ms-transform: translate(8px, -2px);
    -o-transform: translate(8px, -2px);
    transform: translate(8px, -2px);
}

.modal .modal-header .close:hover span {
    color: #fff;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
}

.form-control {
    color: #5f5f5f;
    border: 1px solid #d9d9d9;
}

label {
    color: #464646;
}

#logo_yazi {
    float: left;
    font-size: 24px;
    font-family: 'Montserrata', serif;
    width: 100%;
    color: #354052;
}

#logo_yazi i {
    font-weight: bold;
    font-family: 'Montserrata-Bold', serif;
    font-style: inherit;
}

.h-90 {
    height: 90%;
}

#varlik {
    position: absolute;
    width: 100%;
    display: none;
}

.vticker {
    float: left;
    margin-top: 30px;
    width: 100%;
    padding-left: 14px;
}

.vticker ul {

    height: 20px;

    list-style: none;

    padding: 0;

    float: left;
}

.vticker ul li {
}

/*========================================================
        DARK LAYOUT
=========================================================*/
#dashboard-analytics .img-left {
    position: absolute;
    top: 0;
    left: 0;

    width: 200px;
}

#dashboard-analytics .img-right {
    position: absolute;
    top: 0;
    right: 0;

    width: 175px;
}

#dashboard-analytics .bg-analytics {
    background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7));
}

#dashboard-analytics .bg-analytics .avatar {
    margin-bottom: 2rem;
}

#dashboard-analytics table tr th:first-child,
#dashboard-analytics table tr td:first-child {
    padding-left: 2rem;
}

#dashboard-analytics table tr th:last-child,
#dashboard-analytics table tr td:last-child {
    padding-right: 2rem;
}

#dashboard-analytics table td {
    padding: .75rem;
}

@media only screen and (max-width: 576px) {
    #dashboard-analytics .img-left,
    #dashboard-analytics .img-right {
        width: 140px;
    }
}


/*Kredi Karti*/

.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 500px;
    padding: 20px;
    color: #707070;
}

.form-container label {
    padding-bottom: 5px;
    font-size: 13px;
}

.form-container input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 10px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container2 {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
    margin-top: 25px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px #b1b1b1;
    box-shadow: 1px 5px 6px 0px #b1b1b1;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #8a8a8a;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container2 {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.tabs {
    display: flex;
}

.tabs > .tab {
    display: flex;
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: relative;
}

.tab > .tab-input {
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}

.tab > .tab-box {
    padding: .5rem;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    border: 2px solid rgb(202, 202, 202);
}

.tab > .tab-input:checked + .tab-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #7367f0 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.tab > .tab-input:checked + .tab-box {
    background: #ccc;
    border-color: #7367f0;
}

.tab > .tab-input:checked + .tab-box:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    right: 3px;
    bottom: 0;
    font-weight: 900;
    color: #fff;
}


/*Kredi Karti*/


.hesap-hareket th, .table-hover-animation td {
    border: 1px solid #f8f8f8;
}


#evraklar .btn {
    width: 23%;
}

/*========================================================
        DARK LAYOUT
=========================================================*/
.dropzone {
    border: 2px dashed #28c76e;
    background: #f8f8f8;
}

.inputfile-3 + label {
    vertical-align: middle;
    color: #28c76e;
}

.inputfile-3 + label:hover {
    color: #28c76e;
}

.dropzone .dz-message {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 300px;
    margin-top: -30px;
    text-align: center;
    color: #7367f0;
}

.dropzone .dz-message:before {
    font-family: 'feather';
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    z-index: 2;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    content: '\e864';
    text-indent: 0;
    color: #7367f0;
    -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview {
    background: transparent;
}


.dropzone .dz-preview .dz-error-message {
    top: 0;
    left: 0;

    min-width: 113px;
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    line-height: 2rem;

    color: #ea5455;
}

.dropzone .dz-preview .dz-remove:before {
    font-family: 'feather';
    font-weight: normal;
    line-height: 1;

    z-index: 2;

    display: inline-block;

    content: '\e8f6';
    text-indent: 0;

    -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;

    color: #e42728;
}

@media (max-width: 576px) {
    .dropzone .dz-message:before {
        top: 7.14rem;
    }
}

.borclar .borclar-data-table th {
    padding: 8px 3px;
    border: 1px solid #848484;
    text-align: center;
    vertical-align: inherit;
    position: relative;
    font-size: 9px;
}

.borclar .borclar-data-table th:after, .borclar .borclar-data-table th:before {
    display: none
}

.borclar .borclar-data-table td {
    border: 1px solid #848484;
    font-size: 10px;
}

.borclar .borclar-data-table table {
}

.borclar .borclar-data-table.dataTable {
    border: none;
}

.borclar .borclar-data-table tbody tr:last-child td {
    font-weight: bold;
    color: #000000 !important;
    /* background: rgba(255, 159, 67, .15) !important; */
}

.borc-dropdown {
    left: -5px !important;
}

/* Mukellef Fatura */
#musteri_bilgileri span {
    margin-right: 5px;
    font-weight: 500;
    color: #9c9c9c;
}

#musteri_fatura_logo img {
    height: 150px;
}

#musteri_irsaliye_logo img {
    height: 150px;
}

/* Hizli Islemler */
.quick-actions {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
}

.quick-menu-button {
    width: 100px;
    height: 100px;
}

.quick-menu-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    border-radius: 50%;
    background-color: #565656;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
    content: "";
}

.quick-actions:hover .quick-menu-button:before {
    -webkit-transform: translate(-50%, 50%) scale(1.5);
    transform: translate(-50%, 50%) scale(1.5);
}

.quick-menu-button .btn {
    padding: 0;
    font-size: 1.75rem;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: font-size ease .3s;
    transition: font-size ease .3s;
}

.quick-actions:hover .quick-menu-button .btn {
    font-size: 2rem;
}

.quick-menu-button .btn i.feather {
    vertical-align: middle;
}

.quick-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.quick-menu a {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20%;
    bottom: 20%;
    width: 20%;
    height: 20%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #565656;
    line-height: 1;
    font-size: 15px;
    color: #ffffff;
    -webkit-transition: visibility ease .3s, opacity ease .3s, transform ease .3s;
    transition: visibility ease .3s, opacity ease .3s, transform ease .3s;
}

.quick-actions:hover .quick-menu a {
    visibility: visible;
    opacity: 1;
}

.quick-actions:hover .quick-menu a:nth-child(1) {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
}

.quick-actions:hover .quick-menu a:nth-child(2) {
    -webkit-transform: translate(24px, -63px);
    transform: translate(24px, -63px);
}

.quick-actions:hover .quick-menu a:nth-child(3) {
    -webkit-transform: translate(45px, -45px);
    transform: translate(45px, -45px);
}

.quick-actions:hover .quick-menu a:nth-child(4) {
    -webkit-transform: translate(63px, -24px);
    transform: translate(63px, -24);
}

.quick-actions:hover .quick-menu a:nth-child(5) {
    -webkit-transform: translate(75px, 0);
    transform: translate(75px, 0);
}

/* Filtre */
.filter-detail {
    position: relative;
}

.filter-menu {
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 100%;
}

.filter-menu-active {
    visibility: visible;
    opacity: 1;
}

.filter-menu .inside {
    padding: 10px;
    background-color: #ffffff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .4);
    text-align: left;
}

.filter-menu label {
    margin-bottom: 5px;
}

.filter-menu .select2-container .select2-selection--single {
    height: 25px;
    font-size: 12px;
}

.filter-menu .select2-container,
.filter-menu .form-control {
    margin-bottom: 10px;
}

/* Login */
.login-social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 15px;
}

.login-social-buttons > .btn {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 10px;
    margin: 5px;
}

/* Table */
.table .cons-bar {
    display: inline-block;
    width: 100px;
}

/* Index - Gelir/Gider */
.fraction {
    padding-top: .5rem;
    border-top: 2px solid;
}

#toplam_gelir_div h2 small,
#toplam_gider_div h2 small,
#toplam_kalan_div h2 small,
.fraction small {
    font-weight: inherit;
    font-size: smaller;
}

.form_error ul {
    padding: 0;
    margin: 0;
}

.form_error li {
    list-style-type: none;
    padding: 5px 10px;
    background: #ff5b5b;
    color: white;
    margin: 5px 0;
}

td.fc-day.fc-widget-content.fc-mon.fc-today {
    background-color: #fffce5 !important;
}

#no-freeze-spinner {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.1s linear;
    opacity: 0;
    height: 100vh;
    transform: scale(10);
    z-index: -1;*/
}

#no-freeze-spinner > div > div {
    animation-play-state: paused;
    border: 5px solid rgba(200, 200, 200, 1);
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    border-left-color: rgba(200, 200, 200, 0.4);
    width: 100%;
    height: 100%;
}

#no-freeze-spinner > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 5px;
    text-align: center;
}

#no-freeze-spinner div div {
    animation-play-state: running;
}

@keyframes loadicons {
    0% {
        transform: scale(0) translate3d(0, 0, 0);
    }
    11% {
        transform: scale(1.2) translate3d(0, 0, 0);
    }
    22% {
        transform: scale(1) translate3d(0, 0, 0);
    }
    33% {
        transform: scale(0) translate3d(0, 0, 0);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

#no-freeze-spinner i {
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 1;
    transform: scale(0) translate3d(0, 0, 0);
}

#no-freeze-spinner .cari_freeze i {
    color: #2fb489;
}

#no-freeze-spinner > .cari_freeze > div {
    border: 5px solid rgba(119, 194, 119, 0.3);
    border-left-color: rgba(119, 194, 119, 0.6);
}

/*#no-freeze-spinner i:nth-of-type(1) {
    animation: loadicons 3s infinite ease-in-out;
}
#no-freeze-spinner i:nth-of-type(2) {
    animation: loadicons 3s 1s infinite ease-in-out;
}
#no-freeze-spinner i:nth-of-type(3) {
    animation: loadicons 3s 2s infinite ease-in-out;
}*/
#no-freeze-spinner .cari_loader {
    position: absolute;
    top: -1px;
    left: -3px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 1;
    transform: scale(0) translate3d(0, 0, 0);
    background: url("../images/cari-loader.png");
    background-size: 100% 100%;
}

#no-freeze-spinner .cari_loader2 {
    position: absolute;
    top: -1px;
    left: -3px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 1;
    transform: scale(0) translate3d(0, 0, 0);
    background: url("../images/cari-loader2.png");
    background-size: 100% 100%;
}

#no-freeze-spinner i:nth-of-type(1) {
    animation: loadicons 4s 1s infinite ease-in-out;
}

#no-freeze-spinner i:nth-of-type(2) {
    animation: loadicons 4s 3s infinite ease-in-out;
}

#no-freeze-spinner .cari_loader:nth-of-type(1) {
    animation: loadicons 4s infinite ease-in-out;
}

#no-freeze-spinner .cari_loader:nth-of-type(2) {
    animation: loadicons 4s 2s infinite ease-in-out;
}

#no-freeze-spinner .cari_loader2:nth-of-type(1) {
    animation: loadicons 4s infinite ease-in-out;
}

#no-freeze-spinner .cari_loader2:nth-of-type(2) {
    animation: loadicons 4s 2s infinite ease-in-out;
}

/* Paket */
#abonePaketleri .card {
    height: 100%;
}

.packet-box-header {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
}

.packet-box .title small,
.packet-box .price small {
    display: block;
}

.packet-box .title span,
.packet-box .price b {
    font-size: 1.5rem;
}

/* Odeme */
.card-info {
    padding-bottom: 15px;
    border-bottom: 1px solid #eceff1;
}

.card-info .name {
    font-size: 1.5rem;
}

.payment-info {
    padding-top: 15px;
}

.payment-info .price {
    font-size: 1.5rem;
}

.payment-info .price small {
    display: block;
}

.packet-price .price b {
    font-size: 1.5rem;
}

.packet-price .price small {
    display: block;
}

.packet-price .dimension {
    padding-bottom: 10px;
}

.payment-customer .name {
    padding-bottom: 20px;
}

.payment-customer .number {
    padding-bottom: 5px;
}

/* Payment Success */
.payment-success .icon .svg {
    width: 150px;
}

.efatura_basvuru_row {
    padding: 5px 0;
}

.efatura_basvuru_row:hover {
    background: #efefef;
}

.efatura_basvuru_row label {
    margin-top: 11px;
}

.efatura_basvuru_row .font-small-3 {
    color: #8F8A8A;
    margin-top: 5px;
}

.filter-menu .inside {
    padding: 10px;
    background-color: #ffffff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    text-align: left;
}

/* Personel Show */
.show-detail-box > .row > div,
.show-detail-box > form > .row > div {
    padding-bottom: 2.2rem;
}

.show-detail-box > .row > div > .card,
.show-detail-box > form > .row > div > .card {
    margin-bottom: 0;
    height: 100%;
}

.titresim {
    animation: shake 0.5s;
    animation-iteration-count: 5;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-6deg);
    }
    20% {
        transform: rotate(6deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(6deg);
    }
    50% {
        transform: rotate(-6deg);
    }
    60% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(6deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
    -webkit-box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Modal Input Fix */
.vs-radio-con > span input {
    position: relative;
    z-index: 200;
}

/* Sortable Fixed */
tr.ui-sortable-helper {
    display: -ms-flexbox;
    display: flex;
}

tr.ui-sortable-helper > td {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* Tooltip */
.hizli-menu-tooltip {
    pointer-events: none;
}

/* Destek Cevap */
.card.destek-cevap {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.card.destek-cevap .overflow-auto {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
}

.card.destek-cevap .overflow-auto .alert:last-child {
    margin-bottom: 0;
}

/* Evraklar */
#klasorListesi .card {
    cursor: pointer;
}

#klasorListesi .card:hover {
    -webkit-box-shadow: 0 5px 30px -10px currentColor;
    -moz-box-shadow: 0 5px 30px -10px currentColor;
    box-shadow: 0 5px 30px -10px currentColor;
    -webkit-transition: box-shadow .15s linear;
    -moz-transition: box-shadow .15s linear;
    transition: box-shadow .15s linear;
}

#klasorListesi .card-footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#modalKlasorGoster .modal-body {
    min-height: 300px;
    max-height: 85vh;
}

#modalKlasorGoster .dropdown .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
}

#modalKlasorGoster .dropdown-divider {
    margin: 0;
}

#modalKlasorGoster .modal-body .card {
    min-height: -webkit-calc(300px - 2.2rem);
    min-height: -moz-calc(300px - 2.2rem);
    min-height: calc(300px - 2.2rem);
    cursor: pointer;
}

#modalKlasorGoster .card-body {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

#modalKlasorGoster .card-body img {
    max-width: 100%;
    max-height: 100%;
}

/* Money/Unit */
.money-unit .form-control {
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.money-unit .form-control:focus {
    z-index: 1;
}

.money-unit .select2 {
    margin-left: -1px;
}

.money-unit .select2-container--default .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Mail Onaylama */
#confirmRow .popover {
    max-width: 400px;
}

#confirmRow .popover-header {
    background-color: transparent;
    padding-bottom: 0;
    color: black;
}

/**/
canvas#textBox {
    display: none;
}


/* Evraklar */
#modalEvrakOnizle .modal-body {
    height: 75vh;
}

#modalEvrakOnizle .modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.abone_fiyat tr {
    font-size: 16px;
}

table.dataTable thead .text-right:before, table.dataTable thead .text-right:after {
    right: 0 !important;
}

.btn-primary {
    border-color: #9ea5b0 !important;
    background-color: #babfc7 !important;
}

.btn-primary:hover {
    -webkit-box-shadow: 0 8px 25px -8px #91969e;
    box-shadow: 0 8px 25px -8px #91969e;

}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aaaaaa !important;
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    border-color: #aaaaaa !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
}


.picker__select--year, .picker__select--month{
    border-radius: 5px;
    border-color: #ececec;
    width: auto;
    padding: 0 5px;
}

.duyurular .swiper-slide {
    height: auto !important;
    min-height: 50px;
    overflow: hidden;
    font-size: 14px;
}

.duyuru-card .acordion-body {
    padding-left: 25px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s;
    -o-transition: heigt .5s;
    -moz-transition: height .5s;
    transition: height .5s
}

.duyuru-card .acordion-header{
    padding-bottom: 25px;

}
.duyuru-card .acordion-header h4{
    color: #22292f80;
    transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
}
.duyuru-card .acordion-header h4:hover{
    color: #000;

}



.taxpayer-title{
    max-width: 300px;
    overflow: hidden;
}
.taxpayer-credits-area,.taxpayer-days-area{
    border-left: solid 3px #f7f7f7;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.taxpayer-days-area{
    border-right: solid 3px #f7f7f7;
}
.taxpayer-credits-area .credits-text, .taxpayer-days-area .days-text{
    width: auto;
    margin-left: 10px;
}
.dropdown-toggle .nav-link dropdown-user-link{
    margin-top: 6px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-color: #babfc7 !important;
    background-color: #babfc7 !important;
}
#table_rapor{
    width: auto!important;
    min-width: 100%;
}
html body.bg-login
{
    background: url('../images/auth/login-bg2.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
footer img.mx-50 {
    max-height: 30px;
}
.footer img.mx-50 {
    max-height: 30px;
    margin-bottom: 10px;
}