.body {
    margin: 0px !important;
}

.bg-gradient {
    background: linear-gradient(to left, #ffffff 50%, #f8fafc 50%) !important;
}

.m-t-5 {
    /* margin: 0px 5% !important;
    max-width: 90% !important; */
    max-width: 100% !important;
    padding-bottom: 100px;
}

.p-0 {
    padding: 0px !important;
}

.body-padding {
    padding: 30px 0px;
}

.center {
    text-align: center;
}

.logo-img {
    height: 100px;
    width: 100px;
}

.person-img {
    border-radius: 100%;
    height: 75px;
    width: 75px;
}

.bold {
    font-weight: bold;
}

.bosluk {
    height: 50px !important;
    width: 50px !important;
}

input,
textarea {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin: 10px 0px !important;
    border-radius: 5px;
    width: 75%;
}

.underline {
    text-decoration: underline;
}

.primary-button {
    background-color: #0538ff;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    color: white;
    /* width: fit-content; */
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}

.primary-icon {
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    background-color: #0538ff;
    cursor: pointer;
    /* width: fit-content; */
    display: inline-block;
}

.white-icon {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
    /* width: fit-content; */
    display: inline-block;
}

.font-grey {
    color: grey !important;
}


/* .fas {
    margin-right: 5px;
} */

.secondary-button {
    color: #0538ff;
    font-weight: 500;
    margin: 10px 0px !important;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.table-fixed {
    table-layout: fixed;
}

header,
.mobile-footer {
    background-color: #333333;
    color: white;
    height: 75px;
    display: flex !important;
    margin: auto !important;
    align-items: center !important;
    justify-content: center !important;
    /* padding: 20px 0px; */
}

header ul,
.mobile-footer ul {
    list-style-type: none;
}

header ul li {
    display: inline;
    margin: 0px 2%;
    font-size: 0.8rem;
}

.mobile-footer ul li {
    display: inline;
    /* margin: 0px 2%; */
    font-size: 0.8rem;
}

.right-panel ul li {
    float: left;
}

.right-panel .fa-user {
    padding: 10px;
    background-color: #dffa90;
    color: black;
    border-radius: 100%;
    font-size: 1rem;
}

.right-panel .fa-angle-down {
    font-size: 1.3rem;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px !important;
}

.card {
    padding: 15px;
    font-size: 0.9rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    /* margin-top: 50px; */
}

td,
th {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.no-border {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.table-bottom-border {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dddddd;
    padding: 0px;
}

select {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #dedede;
    background-color: white;
}

.table-header {
    margin: 20px 0px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    height: 41px;
}

.table-header h6 {
    float: left;
    margin: 0px 10px;
}

.header-logo {
    height: 65px;
    width: 65px;
}

.grey {
    color: grey !important;
}

.catalog-img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.table-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w-100 {
    width: 100% !important;
}

.w-60 {
    width: 60% !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.bordered-button {
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 10px 20px;
    cursor: pointer;
    color: black;
}

.blue {
    color: #0538ff !important;
}

.header-vertical {
    height: 75px;
    display: flex !important;
    margin: auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.half-bosluk {
    height: 30px;
    width: 30px;
}

.selected-header {
    font-weight: bold !important;
    border-left: 1px solid rgba(128, 128, 128, 0.158);
    border-top: 1px solid rgba(128, 128, 128, 0.158);
    border-right: 1px solid rgba(128, 128, 128, 0.158);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid white;
}

.table-header h6 {
    padding: 10px;
}

hr {
    margin: 10px !important;
}

h6 {
    margin-bottom: 0px !important;
}

.m-top-0 {
    margin-top: 0px !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.go-row {
    flex-direction: row;
    display: flex;
}

.count {
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #cb0000;
    color: white;
}

.big-text {
    font-size: 1.2rem;
}

.large-text {
    font-size: 1.75rem;
}

.red-bottom-border {
    border-bottom: 3px solid #cb0000 !important;
}

.blue-bottom-border {
    border-bottom: 3px solid #0538ff !important;
}

.admin-cards {
    padding: 20px;
}

.mobile-header,
.mobile-footer {
    display: none !important;
}

.mobile-footer {
    background-color: #333333;
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.small-show {
    display: none !important;
}

.small-table-header {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.items {
    overflow: auto;
    white-space: nowrap;
}

.items .item {
    display: inline-block;
}

.horizontal-slider {
    white-space: nowrap;
    overflow: auto;
}

.horizontal-slider .col-12 {
    display: inline-block;
}

.small-table-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.custom tr:hover {
    background-color: #f8fafc !important;
}

.yan-10 {
    width: 10px;
}

.yan-20 {
    width: 20px;
}

.yan-30 {
    width: 30px;
}

.dik-10 {
    height: 10px;
}

.dik-20 {
    height: 20px;
}

.dik-30 {
    height: 30px;
}

.vertical-align {
    display: flex !important;
    margin: auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.31);
}


/* Media Kodları */

@media screen and (max-width: 1250px) {
    .m-t-5 {
        width: 96% !important;
        margin-left: 2% !important;
        max-width: 100% !important;
        padding-bottom: 150px !important;
    }
}

@media screen and (max-width: 768px) {
    .m-t-5 {
        width: 98% !important;
        margin-left: 1% !important;
        max-width: 100% !important;
        padding-bottom: 150px !important;
    }
    .small-none {
        display: none !important;
    }
    .small-show-block {
        display: block !important;
        width: 100%;
    }
    .small-show {
        display: flex !important;
        width: 100%;
    }
    input,
    select {
        width: 100%;
    }
    .mobile-logo {
        height: 75px;
        width: 75px;
    }
    .mobile-header {
        display: block !important;
        height: 75px;
        width: 100%;
    }
    .col-6 .fa-user {
        padding: 10px;
        background-color: rgb(255, 255, 124);
        color: black;
        border-radius: 100%;
        font-size: 1rem;
    }
    .mobile-footer {
        display: flex !important;
        font-size: 0.6rem !important;
    }
    .mobile-footer .fas {
        font-size: 0.8rem !important;
    }
    .header-vertical-right {
        height: 75px;
        display: flex !important;
        margin: auto !important;
        align-items: center !important;
        justify-content: right !important;
    }
    .small-table {
        padding: 10px;
        margin: 10px 0px;
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-radius: 10px;
    }
    .primary-button {
        margin: 0px !important;
    }
    .my-custom-dialog-class {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .medium-none {
        display: none !important;
    }
}