.allChi > * {
    margin-left: 10px;
}

@font-face {
    font-family: "Roboto Slab";
    /*src: url("assets/RobotoSlab.ttf") format("truetype");*/
}


.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: grey;
    text-align: center;
}

.span-def {
    font-family: "Roboto Slab";
    font-weight: 200;
}


#schema_tbody > .odd { background-color: #E2E4FF; }

#schema_tbody > .even { background-color: white; }

.list-unstyled {
    padding-left: 30px;
    list-style: none;
}

.examine-btn {
    background: #405189;
    color: whitesmoke;
}

.shdw {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

button {
    border-radius: 10px !important;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: aliceblue;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.flex-start {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


@media (min-width: 201px) and (max-width: 1200px) {

    #content > footer > div > div > div {
        padding-left: 0px !important;
    }
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    z-index: 999;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 15px;

}

.colorBlue i, .colorBlue div {
    color: blue;
}


#sidebar ul.components {
    padding: 35px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 30px 10px 10px 10px;

}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    /*color: #7386D5;*/
    background: #fff;
    color: black;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}


a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.row {
    --bs-gutter-x: 0rem;
}

.dropdown-toggle::after {
    right: 4px !important;
}

#content {
    padding-left: 250px
}


/*custom selectors*/


.nowrap {
    flex-wrap: nowrap !important;
}

/*dashborad / müşteri kısmı*/
.widthAuto {
    width: auto !important;
}

.dropdown-menu {
    --bs-dropdown-padding-y: 0rem !important;
    --bs-dropdown-border-radius: 0rem !important;
}

.dropdown-toggle:hover {
    background: #7386D5 !important;
    color: white;
}

.txt-white{
    color: white !important;
}

.btn {
    --bs-btn-border-radius: 0rem !important;

}

.sidebar-header {
    display: flex;
    justify-content: center;
}

.space-between {
    display: flex;
    justify-content: space-evenly;
}


.modal-content, .modal-body {
    /*width: 1040px;*/
}

.modal-content {
    /*margin-left: -260px;*/
}

input {
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.isk-in-cont {

    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*// popup alert */

.popup {
    width: 300px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    background: #f3f3f3;
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 35px 10px 10px;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("images/icons/delete_24x24.png");
}

.popup img {
    float: left;
    margin-right: 10px;
}

.popup span {
    font-weight: bold;
    color: brown;
}


@media screen and (max-width: 840px) {
    #content {
        width: inherit;
    }
}

table {
    width: 100%;
}

td, th, span {
    white-space: normal; /* Only needed when it's set differntly somewhere else */
    word-wrap: break-word;
}


@media screen and (max-width: 1650px) {
    .i-sz {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: column;
        align-content: center;
    }
}


table.dataTable {
    width: 100%;
}

.d-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;

}

table {
    /*table-layout: fixed;*/
    width: 100%;
}

* {
    font-size: 0.9rem;
}

.schema {
    color: black !important;
}

@media screen and (min-width: 1200px) {
    .modal-dialog {
        max-width: 90%;
        /*width: 1100px !important;*/
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;

    }
}


.table-bordered thead td, .table-bordered thead th {
    width: 5em;
}
