﻿
/*****************************
********* MOS STYLES *********
******************************/

/*!
 *   Author : Erdal Demiryol
 *   Version: v1.0.0
 *	 Website: www.merihsoft.com
 *   License: Open source 
 */

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/icons/Oswald/static/Oswald-Bold.ttf') format('truetype'), 
            url('../fonts/icons/Oswald/static/Oswald-ExtraLight.ttf') format('truetype'), 
            url('../fonts/icons/Oswald/static/Oswald-Light.ttf') format('truetype'), 
            url('../fonts/icons/Oswald/static/Oswald-Medium.ttf') format('truetype'), 
            url('../fonts/icons/Oswald/static/Oswald-Regular.ttf') format('truetype'), 
            url('../fonts/icons/Oswald/static/Oswald-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bg-Blue {
    background-color: #2CABE3 !important;
}

.bg-AliceBlue {
    background-color: aliceblue !important;
}

.bg-LightGrey {
    background-color: #F7FAFC !important;
}

.bg-BurlyWood {
    background-color: #DEB887 !important;
}

.bg-Azure {
    background-color: #F0FFFF !important;
}

.bg-Beige {
    background-color: #F5F5DC !important;
}

.bg-Cornsilk {
    background-color: #FFF8DC !important;
}

.bg-DarkOrange {
    background-color: #FF8C00 !important;
}

.bg-DodgerBlue {
    background-color: #1E90FF !important;
}

.bg-GhostWhite {
    background-color: #F8F8FF !important;
}

.bg-GoldenRod {
    background-color: #DAA520 !important;
}

.bg-LightBlue {
    background-color: #ADD8E6 !important;
}

.bg-LightSkyBlue {
    background-color: #87CEFA !important;
}

.bg-PowderBlue {
    background-color: #B0E0E6 !important;
}

.bg-Salmon {
    background-color: #FA8072 !important;
}

.bg-Orange {
    background-color: #FFA500 !important;
}


.text-AliceBlue {
    color: aliceblue !important;
}

.text-LightGrey {
    color: #F7FAFC !important;
}

.text-BurlyWood {
    color: #DEB887 !important;
}

.text-Azure {
    color: #F0FFFF !important;
}

.text-Beige {
    color: #F5F5DC !important;
}

.text-Cornsilk {
    color: #FFF8DC !important;
}

.text-DarkOrange {
    color: #FF8C00 !important;
}

.text-DodgerBlue {
    color: #1E90FF !important;
}

.text-GhostWhite {
    color: #F8F8FF !important;
}

.text-GoldenRod {
    color: #DAA520 !important;
}

.text-LightBlue {
    color: #ADD8E6 !important;
}

.text-LightSkyBlue {
    color: #87CEFA !important;
}

.text-PowderBlue {
    color: #B0E0E6 !important;
}

.text-Salmon {
    color: #FA8072 !important;
}

.text-orange {
    color: #FFA500 !important;
}

.text-brown {
    color: #A52A2A !important;
}
.btncustom2 {
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

    .btncustom2:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
        background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
        background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
        background-color: #476e9e;
    }

    .btncustom2:active {
        position: relative;
        top: 1px;
    }

.btncustom {
    display: inline-block;
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #DD4453;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background-color 0.3s linear;
}

    .btncustom:hover {
        background-color: #363636;
        border: #363636;
    }

#pagination button {
    border: none;
}

    #pagination button:not(:disabled) {
        box-shadow: none !important;
    }

#pagination #rwcount:hover {
    background: unset;
    color: #2cabe3;
    cursor: unset
}

sweetalert2animation {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

body {
    /*    font-family: Oswald !important;
    font-weight:300 !important;*/
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

/* Loader */
.cloader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.cloaderBg {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #f0f8ff6b;
    height: 100%;
    width: 100%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.vc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-radius {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.right-radius {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.left-radius-5 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.right-radius-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.altoplamlabel {
    font-weight: 500;
    border-right: none;
    background-color: #8898AA;
    border-color: #8898AA;
    color: #FFFF;
    width: 120px;
}

.disable-div {
    pointer-events: none;
}

.title-shadow {
    font-family: 'Geometr706 BlkCn BT', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 40px;
    vertical-align: central;
    text-align: center;
    color: steelblue !important;
    text-shadow: 1px 4px 4px rgba(40,40,40,0.4);
    background: linear-gradient(to bottom, #cceeff 0%, #ffffff 70%);
    border-radius: 20px;
}

.buton-font {
    font-family: 'Geometr706 BlkCn BT', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: steelblue !important;
    text-shadow: 1px 4px 4px rgba(40,40,40,0.4);
}

.filterbar {
    background-color: #2dabe3 !important;
    color: white !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.filterdata {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.bordertop {
    border-top: 2px solid #2DABE3 !important;
}

.borderbottom {
    border-bottom: 2px solid #2DABE3 !important;
}

.borderleft {
    border-left: 2px solid #2DABE3 !important;
}

.borderright {
    border-right: 2px solid #2DABE3 !important;
}

.addressmap a {
    position: absolute;
    right: 10px;
    z-index: 9999;
}

.addressmap .fa-map:hover {
    color: red;
}

.screenheight {
    height: calc(100vh - 410px) !important;
}

.box-radius-5 {
    border-radius: 5px;
    border: 1px solid #EBEEF1;
}

.box-radius-10 {
    border-radius: 10px;
    border: 1px solid #EBEEF1;
}

.box-radius-20 {
    border-radius: 20px;
    border: 1px solid #EBEEF1;
}

.boxshadow {
    border-radius: 0 20px;
    border: 1px solid lightsteelblue;
    box-shadow: 0 0 10px rgb(171,171,171);
}

.boxshadow2 {
    border-radius: 10px;
    border: 1px solid rgb(220,220,220);
    box-shadow: 0 0 10px #9dd8ff;
}

.boxshadow3 {
    border-radius: 10px;
    border: 1px solid #d3e9f5;
    box-shadow: 0 0 5px #c2d6e8;
}

.boxshadow4 {
    border-radius: 4px;
    border: 1px solid #5CA3D9;
    box-shadow: 0 0 10px rgb(171,171,171);
    background-color: #F7FAFC;
}




.box-title-gradient {
    background: linear-gradient(to bottom, #66ccff 0%, #ffffff 88%);
}

.box-title-seperator {
    background: linear-gradient(to bottom, #ffffff 50%, #cceeff 100%);
    text-align: center;
    height: 20px;
    border-radius: 10px;
}


table {
    border:none;
}
.table td {
    border: none;
}

    table thead th,
    table tbody td {
        vertical-align: middle !important;
        /*box-shadow: 4px 6px 6px lightgrey;*/
    }

    table thead {
        color: whitesmoke !important;
        background: linear-gradient(to bottom, #2cabe3 0%, #2cabe3 70%);
        /*border-bottom: 1px solid steelblue;*/
        /*height:15px;*/
    }

    table tfoot {
        background-color: #2CABE3;
        color: aliceblue !important;
    }

    table tr td:hover {
        /*background-color: lightgreen;*/
    }

.adminunlock {
    pointer-events: none !important;
}

    .adminunlock button {
        background: #8898AA;
        color: lightgray;
    }

    .adminunlock input {
        background: #F7FAFC;
    }

    .adminunlock date {
        background: #F7FAFC;
    }

    .adminunlock textarea {
        background: #F7FAFC;
    }

    .adminunlock select {
        background: #F7FAFC;
    }

    .adminunlock input[type='checkbox'] {
        background: #F7FAFC;
    }

    .adminunlock .fa {
        color: lightgray !important;
    }

.btnlock {
    pointer-events: none !important;
}

.formLock {
    pointer-events: none !important;
    /* width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    z-index: 2;
}

    .formLock button {
        background: #8898AA;
        color: lightgray;
    }

    .formLock input {
        background: #F7FAFC;
    }

    .formLock date {
        background: #F7FAFC;
    }

    .formLock textarea {
        background: #F7FAFC;
    }

    .formLock select {
        background: #F7FAFC;
    }

    .formLock input[type='checkbox'] {
        background: #F7FAFC;
    }

    .formLock .fa {
        color: lightgray !important;
    }


.custom-btn, .custom-btn-danger {
    padding: 1px 3px;
}

    .custom-btn:hover {
        color: green !important;
        font-size: 20px;
        transition: 0.5s;
    }

    .custom-btn-danger:hover {
        color: red !important;
        font-size: 20px;
        transition: 0.5s;
    }


.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: lightgrey !important;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #103c6d;
    border-top: solid #EF4931;
    border-left: dotted #ffd300;
    border-bottom: solid #B9CEC5;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin .4s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.menumain {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.menu-left {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

.menu-right {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.rsnone {
    resize: none !important;
}

.fullwidth {
    width: 100% !important;
}

.fixedBottom {
    position: absolute;
    z-index: 1000;
    right: 0;
    left: 0;
    height: 50px;
    border: 1px solid rgb(10, 10, 10);
    background-color: rgb(120,130,140);
}

.flex-container {
    display: flex;
    background-color: aliceblue;
}

    .flex-container > div {
        background-color: white;
        margin: 10px;
        padding: 20px;
        font-size: 30px;
    }

.foto {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    /*    width: 150px;
    height:200px;
*/
}

    .foto:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.corners1 {
    /*solüst-sağüst-solalt-sağalt*/
    border-radius: 25px 4px 25px 4px !important;
    background-color: deepskyblue;
    padding: 5px;
    width: 100%;
    height: 30px;
}

.corners2 {
    /*solüst-sağüst-solalt-sağalt*/
    border-radius: 4px 25px 4px 25px !important;
    background-color: deepskyblue;
    padding: 5px;
    width: 100%;
    height: 30px;
}

#breadcrumb-title {
    font-family: 'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.title-gradient {
    background: linear-gradient(to top, aliceblue 0%, #ffffff 50%);
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background-color: #e5e5e5;
}

.leftinvoice {
    width: calc(100% - 100px);
}

.rghtbutton {
    width: 100px;
    padding-right: 5px;
}

.tswitch {
    position: relative;
    display: flex;
    width: 160px;
    height: 34px;
    align-items: center;
    justify-content: center;
}

    .tswitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.tslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F7FAFC;
    -webkit-transition: .4s;
    transition: .4s;
}

    .tslider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 70px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 9999;
    }

input:checked + .tslider:before {
    background-color: green !important;
}

input + .tslider:before {
    background-color: red !important;
}

input:focus + .tslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .tslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(82px);
}

.tpassive {
    position: absolute;
    z-index: 999;
    right: 12px;
    color: #525f7f;
}

.tactive {
    position: absolute;
    z-index: 999;
    left: 12px;
    color: #525f7f;
}

/*-------------------------------------------Number input duzenleme--------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.cfl {
    overflow: hidden;
    white-space: nowrap;
}

.logo-gradient {
    background: rgb(171,171,171);
    background: linear-gradient(0deg, rgba(171,171,171,1) 0%, rgba(255,255,255,1) 50%);
}



#ModalHeader {
    background: linear-gradient(to top, aliceblue 0%, #ffffff 50%);
    color: steelblue !important;
    padding: 8px;
}

    #ModalHeader h3 {
        font-family: 'Geometr706 BlkCn BT','Geometr212 BkCn BT', Verdana, Tahoma, Cambira;
        color: steelblue !important;
        line-height: 22px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 6px 6px #cceeff;
    }

/* Genişlik */
.wd-0 {
    width: auto !important;
}

.wd-10 {
    width: 10px !important;
}

.wd-20 {
    width: 20px !important;
}

.wd-30 {
    width: 30px !important;
}

.wd-40 {
    width: 40px !important;
}

.wd-50 {
    width: 50px !important;
}

.wd-60 {
    width: 60px !important;
}

.wd-70 {
    width: 70px !important;
}

.wd-80 {
    width: 80px !important;
}

.wd-90 {
    width: 90px !important;
}

.wd-100 {
    width: 100px !important;
}

.wd-110 {
    width: 110px !important;
}

.wd-120 {
    width: 120px !important;
}

.wd-130 {
    width: 130px !important;
}

.wd-140 {
    width: 140px !important;
}

.wd-150 {
    width: 150px !important;
}

.wd-160 {
    width: 160px !important;
}

.wd-170 {
    width: 170px !important;
}

.wd-180 {
    width: 180px !important;
}

.wd-190 {
    width: 190px !important;
}

.wd-200 {
    width: 200px !important;
}

.wd-210 {
    width: 210px !important;
}

.wd-220 {
    width: 220px !important;
}

.wd-230 {
    width: 230px !important;
}

.wd-240 {
    width: 240px !important;
}

.wd-250 {
    width: 250px !important;
}

.wd-300 {
    width: 300px !important;
}

.wd-350 {
    width: 350px !important;
}

.wd-400 {
    width: 400px !important;
}

.wd-450 {
    width: 450px !important;
}

.wd-500 {
    width: 500px !important;
}

.wd-600 {
    width: 600px !important;
}

.wd-700 {
    width: 700px !important;
}

/* Yükseklik */
.height-10 {
    height: 10px !important;
}

.height-20 {
    height: 20px !important;
}

.height-30 {
    height: 30px !important;
}

.height-50 {
    height: 50px !important;
}

.height-60 {
    height: 60px !important;
}

.height-70 {
    height: 70px !important;
}

.height-80 {
    height: 80px !important;
}

.height-90 {
    height: 90px !important;
}

.height-100 {
    height: 100px !important;
}

.height-110 {
    height: 110px !important;
}

.height-120 {
    height: 120px !important;
}

.height-130 {
    height: 130px !important;
}

.height-140 {
    height: 140px !important;
}

.height-150 {
    height: 150px !important;
}

.height-160 {
    height: 160px !important;
}

.height-170 {
    height: 170px !important;
}

.height-180 {
    height: 180px !important;
}

.height-190 {
    height: 190px !important;
}

.height-200 {
    height: 200px !important;
}

.height-250 {
    height: 250px !important;
}

.height-300 {
    height: 300px !important;
}

.height-350 {
    height: 350px !important;
}

.height-400 {
    height: 400px !important;
}

.height-450 {
    height: 450px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-750 {
    height: 750px !important;
}

/* Margin-Padding Sıfır */
.mp-0 {
    margin: 0px !important;
    padding: 0px !important;
}

/* Dış Boşluk */
.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

/* Dış Boşluk Üstten */
.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

/* Dış Boşluk Alttan */
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 10px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* Dış Boşluk Soldan */
.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* Dış Boşluk Sağdan */
.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 10px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* İç Boşluk */
.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

/* İç Boşluk Üstten */
.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 10px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

/* İç Boşluk Alttan */
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* İç Boşluk Soldan */
.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

/* İç Boşluk Sağdan */
.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none
}

hr {
    border-color: rgba(120,130,140,.13)
}

.b-0 {
    border: none !important
}

.b-t {
    border-top: 1px solid rgba(120,130,140,.13) !important
}

.b-b {
    border-bottom: 1px solid rgba(120,130,140,.13) !important
}

.b-l {
    border-left: 1px solid rgba(120,130,140,.13) !important
}

.b-r {
    border-right: 1px solid rgba(120,130,140,.13) !important
}

.b-all {
    border: 1px solid rgba(120,130,140,.13) !important
}

.b-none {
    border: 0 !important
}

.b-radius-5 {
    border-radius: 5px !important;
}

.b-radius-10 {
    border-radius: 10px !important;
}

.b-radius-15 {
    border-radius: 15px !important;
}

.b-radius-20 {
    border-radius: 20px !important;
}


.text-facebook {
    color: rgb(59,89,153) !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-sm {
    font-size: 10px !important;
}

.font-md {
    font-size: 12px !important;
}

.font-lg {
    font-size: 14px !important;
}

.font-xl {
    font-size: 16px !important;
}

.font-xxl {
    /*color: #2DABE3 !important;*/
    color: rgb(0,123,182) !important;
    font-size: 22px !important;
}

.font-red {
    color: red !important;
}

.font-green {
    color: green !important;
}

.font-blue {
    color: blue !important;
}

.font-darkgrey {
    color: rgb(76,86,103) !important;
}

.font-gray {
    color: dimgray !important;
}

.google-search {
    /*border: 1px solid rgb(44,171,227);*/
    border: 1px solid rgb(233,236,239);
    color: rgb(44,171,227) !important;
    background-color: white !important;
}


.btn-outline-grey {
    color: rgb(44,171,227);
    border-color: #E9ECEF;
}

    .btn-outline-grey:hover {
        color: #E9ECEF;
        background-color: rgb(44,171,227);
        border-color: #E9ECEF;
    }

    .btn-outline-grey.focus, .btn-outline-grey:focus {
        color: #E9ECEF;
        box-shadow: 0 0 0 .2rem rgba(44, 171, 227,.8)
    }

    .btn-outline-grey.disabled, .btn-outline-grey:disabled {
        color: rgb(44,171,227);
        background-color: #E9ECEF;
    }

    .btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-grey.dropdown-toggle {
        color: rgb(44,171,227);
        background-color: #FFF;
        border-color: #E9ECEF;
    }

        .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .btn-outline-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
            color: rgb(44,171,227);
            background-color: #E9ECEF;
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(44, 171, 227,.8)
        }


.btn-menu-grey {
    color: rgb(44,171,227);
    border-color: #E9ECEF;
}

    .btn-menu-grey:hover {
        color: rgb(44,171,227);
        background-color: aliceblue;
        border-color: rgb(44,171,227);
    }

    .btn-menu-grey.focus, .btn-menu-grey:focus {
        box-shadow: 0 0 0 .2rem rgba(44, 171, 227,.8)
    }

    .btn-menu-grey.disabled, .btn-menu-grey:disabled {
        color: #E9ECEF;
        background-color: transparent
    }

    .btn-menu-grey:not(:disabled):not(.disabled).active, .btn-menu-grey:not(:disabled):not(.disabled):active, .show > .btn-menu-grey.dropdown-toggle {
        color: rgb(44,171,227);
        background-color: #FFF;
        border-color: #E9ECEF;
    }

        .btn-menu-grey:not(:disabled):not(.disabled).active:focus, .btn-menu-grey:not(:disabled):not(.disabled):active:focus, .show > .btn-menu-grey.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(44, 171, 227,.8)
        }



/*---------------<  style tab  >----------------- */

.sttabs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300
}

.sticon::before {
    display: inline-block;
    margin: 0 .2em 0 0;
    vertical-align: middle;
    font-size: 24px;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sttabs nav {
    text-align: center
}

    .sttabs nav ul {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 auto;
        padding: 0;
        font-family: Poppins,sans-serif;
        list-style: none;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

        .sttabs nav ul li {
            position: relative;
            z-index: 1;
            display: block;
            padding: 0;
            margin: 0;
            text-align: center;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            .sttabs nav ul li a {
                padding: 4px;
            }


    .sttabs nav a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2;
    }

        .sttabs nav a span {
            vertical-align: middle;
            font-weight: 400;
            font-size: 16px;
            font-family: Rubik,sans-serif;
            /*color:steelblue;*/
        }

        .sttabs nav a:focus {
            outline: 0
        }

    .sttabs nav li.tab-current a {
        color: #2CABE3;
    }

.content-wrap {
    background: #fff
}

.tabs-style-bar nav ul li a {
    margin: 0 2px;
    background-color: #f7fafc;
    color: #686868;
    padding: 0;
    transition: background-color .2s,color .2s
}

    .tabs-style-bar nav ul li a:focus, .tabs-style-bar nav ul li a:hover {
        color: #2cabe3
    }

    .tabs-style-bar nav ul li a span {
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        font-size: 16px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

.tabs-style-bar nav ul li.tab-current a {
    background: rgba(44, 171, 227,.8);
    color: #fff
}

.tabs-style-iconbox nav {
    /*background: #f7fafc;*/
    background: #E6F7FF;
}

    .tabs-style-iconbox nav ul {
        height: 60px;
    }

        .tabs-style-iconbox nav ul li a {
            overflow: visible;
            padding: 8px 0;
            line-height: 1;
            -webkit-transition: color .2s;
            transition: color .2s;
            /*color: #313131;*/
            color: #1b6cb0;
        }

        .tabs-style-iconbox nav ul li.tab-current {
            z-index: 1
        }

            .tabs-style-iconbox nav ul li.tab-current a {
                background: #2cabe3;
                color: #fff;
                box-shadow: -1px 0 0 #fff
            }

                .tabs-style-iconbox nav ul li.tab-current a::after {
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -10px;
                    width: 0;
                    height: 0;
                    border: solid transparent;
                    border-width: 10px;
                    border-top-color: #2cabe3;
                    content: '';
                    pointer-events: none;
                    color: #fff; /* burda değişiklik var */
                }

        .tabs-style-iconbox nav ul li::after, .tabs-style-iconbox nav ul li:first-child::before {
            position: absolute;
            top: 20%;
            right: 0;
            z-index: -1;
            width: 1px;
            height: 60%;
            content: '';
        }

        .tabs-style-iconbox nav ul li:first-child::before {
            right: auto;
            left: 0
        }

.tabs-style-iconbox .sticon::before {
    display: block;
    margin: 0 0 .25em;
}

.tabs-style-underline nav {
    border: 1px solid rgba(120,130,140,.13)
}

    .tabs-style-underline nav a {
        padding: 5px 0;
        border-left: 1px solid rgba(120,130,140,.13);
        -webkit-transition: color .2s;
        transition: color .2s;
        color: #313131
    }

    .tabs-style-underline nav li:last-child a {
        border-right: 1px solid rgba(120,130,140,.13)
    }

    .tabs-style-underline nav li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: rgb(122, 193, 255);
        content: '';
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -webkit-transform: translate3d(0,150%,0);
        transform: translate3d(0,150%,0)
    }

    .tabs-style-underline nav li.tab-current a::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,.2);
    -webkit-transition: color .2s;
    transition: color .2s
}

    .tabs-style-linetriangle nav a span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        padding: 15px 0;
        color: #313131
    }

.tabs-style-linetriangle nav li.tab-current a:after, .tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff
}

.tabs-style-linetriangle nav li.tab-current a span {
    color: #ff7676
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,.2)
}

.tabs-style-iconfall {
    overflow: visible
}

    .tabs-style-iconfall nav {
        max-width: 1200px;
        margin: 0 auto
    }

        .tabs-style-iconfall nav a {
            display: inline-block;
            overflow: visible;
            padding: 1em 0 2em;
            color: #313131;
            line-height: 1;
            -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
            transition: color .3s cubic-bezier(.7,0,.3,1)
        }

            .tabs-style-iconfall nav a:focus, .tabs-style-iconfall nav a:hover, .tabs-style-iconfall nav li.tab-current a {
                color: #ff7676
            }

        .tabs-style-iconfall nav li::before {
            position: absolute;
            bottom: 1em;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 4px;
            background: #ff7676;
            content: '';
            opacity: 0;
            -webkit-transition: -webkit-transform .2s ease-in;
            transition: transform .2s ease-in;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1)
        }

        .tabs-style-iconfall nav li.tab-current::before {
            opacity: 1;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1)
        }

        .tabs-style-iconfall nav li.tab-current .sticon::before {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

    .tabs-style-iconfall .sticon::before {
        display: block;
        margin: 0 0 .35em;
        opacity: 0;
        font-size: 24px;
        -webkit-transition: -webkit-transform .2s,opacity .2s;
        transition: transform .2s,opacity .2s;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
        pointer-events: none
    }

@media screen and (max-width:58em) {
    .tabs-style-iconfall nav li .sticon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.tabs-style-linemove nav {
    background: #f7fafc
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ff7676;
        content: '';
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s
    }

    .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-400%,0,0);
        transform: translate3d(-400%,0,0)
    }

    .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-300%,0,0);
        transform: translate3d(-300%,0,0)
    }

    .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0)
    }

    .tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .tabs-style-linemove nav a {
        padding: 30px 0;
        color: #313131;
        line-height: 1;
        -webkit-transition: color .3s,-webkit-transform .3s;
        transition: color .3s,transform .3s
    }

    .tabs-style-linemove nav li.tab-current a {
        color: #ff7676
    }

.tabs-style-line nav a {
    padding: 20px 10px;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #686868;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-transition: color .3s,box-shadow .3s;
    transition: color .3s,box-shadow .3s
}

    .tabs-style-line nav a:focus, .tabs-style-line nav a:hover {
        box-shadow: inset 0 -2px #74777b
    }

.tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -2px #ff7676;
    color: #ff7676
}

@media screen and (max-width:58em) {
    .tabs-style-line nav ul {
        display: block;
        box-shadow: none
    }

        .tabs-style-line nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none
        }
}

.tabs-style-circle {
    overflow: visible
}

    .tabs-style-circle nav li {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

        .tabs-style-circle nav li::before {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -60px 0 0 -60px;
            width: 120px;
            height: 120px;
            border: 1px solid #fb9678;
            border-radius: 50%;
            content: '';
            opacity: 0;
            -webkit-transition: -webkit-transform .2s,opacity .2s;
            transition: transform .2s,opacity .2s;
            -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
            transition-timing-function: cubic-bezier(.7,0,.3,1)
        }

    .tabs-style-circle nav a {
        overflow: visible;
        color: #2b2b2b;
        font-weight: 500;
        font-size: 14;
        line-height: 1.1;
        -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
        transition: color .3s cubic-bezier(.7,0,.3,1)
    }

        .tabs-style-circle nav a span {
            display: inline-block
        }

        .tabs-style-circle nav a:focus, .tabs-style-circle nav a:hover, .tabs-style-circle nav li.tab-current a {
            color: #ff7676
        }

            .tabs-style-circle nav li.tab-current a span {
                -webkit-transform: translate3d(0,4px,0);
                transform: translate3d(0,4px,0)
            }

@media screen and (max-width:58em) {
    .tabs-style-circle nav li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px
    }
}

.tabs-style-circle nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.tabs-style-circle .icon::before, .tabs-style-circle nav a span {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.7,0,.3,1);
    transition: transform .3s cubic-bezier(.7,0,.3,1)
}

.tabs-style-circle .sticon::before {
    display: block;
    margin: 0;
    pointer-events: none
}

.tabs-style-circle nav li.tab-current .sticon::before {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
}

.tabs-style-shape {
    max-width: 1200px;
    margin: 0 auto
}

    .tabs-style-shape nav ul li {
        margin: 0 3em
    }

        .tabs-style-shape nav ul li:first-child {
            margin-left: 0
        }

        .tabs-style-shape nav ul li.tab-current {
            z-index: 1
        }

    .tabs-style-shape nav li a {
        overflow: visible;
        margin: 0 -3em 0 0;
        padding: 0;
        color: #fff;
        font-weight: 500
    }

        .tabs-style-shape nav li a svg {
            position: absolute;
            left: 100%;
            margin: 0;
            width: 3em;
            height: 100%;
            fill: #bdc2c9
        }

    .tabs-style-shape nav li:first-child a span {
        padding-left: 2em;
        border-radius: 30px 0 0
    }

    .tabs-style-shape nav li:last-child a span {
        padding-right: 2em;
        border-radius: 0 30px 0 0
    }

    .tabs-style-shape nav li a svg:nth-child(2), .tabs-style-shape nav li:last-child a svg {
        right: 100%;
        left: auto;
        -webkit-transform: scale3d(-1,1,1);
        transform: scale3d(-1,1,1)
    }

    .tabs-style-shape nav li a span {
        display: block;
        overflow: hidden;
        padding: .60em 0;
        background-color: #bdc2c9;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .tabs-style-shape nav li a:hover span {
        background-color: #ff7676
    }

    .tabs-style-shape nav li a:hover svg {
        fill: #ff7676
    }

    .tabs-style-shape nav li a svg {
        pointer-events: none
    }

        .tabs-style-shape nav li a svg use {
            pointer-events: auto
        }

    .tabs-style-shape nav li.tab-current a span, .tabs-style-shape nav li.tab-current a svg {
        -webkit-transition: none;
        transition: none
    }

    .tabs-style-shape nav li.tab-current a span {
        background: #f7fafc
    }

    .tabs-style-shape nav li.tab-current a svg {
        fill: #f7fafc
    }

    .tabs-style-shape .content-wrap {
        background: #f7fafc
    }

@media screen and (max-width:58em) {
    .tabs-style-shape nav ul {
        display: block;
        padding-top: 1.5em
    }

        .tabs-style-shape nav ul li {
            display: block;
            margin: -1.25em 0 0;
            -webkit-flex: none;
            flex: none
        }

            .tabs-style-shape nav ul li a {
                margin: 0
            }

            .tabs-style-shape nav ul li svg {
                display: none
            }

            .tabs-style-shape nav ul li a span {
                padding: 1.25em 0 2em !important;
                border-radius: 30px 30px 0 0 !important;
                box-shadow: 0 -1px 2px rgba(0,0,0,.1);
                line-height: 1
            }

            .tabs-style-shape nav ul li:last-child a span {
                padding: 1.25em 0 !important
            }

            .tabs-style-shape nav ul li.tab-current {
                z-index: 1
            }
}

.tabs-style-linebox nav ul li {
    margin: 0 .5em;
    -webkit-flex: none;
    flex: none
}

.tabs-style-linebox nav a {
    padding: 0 1.5em;
    color: #313131;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s
}

    .tabs-style-linebox nav a:focus, .tabs-style-linebox nav a:hover {
        color: #ff7676
    }

.tabs-style-linebox nav li.tab-current a {
    color: #fff
}

.tabs-style-linebox nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,transform .3s;
    -webkit-transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0)
}

.tabs-style-linebox nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.tabs-style-linebox nav a:focus::after, .tabs-style-linebox nav a:hover::after, .tabs-style-linebox nav li.tab-current a::after {
    background: #ff7676
}

@media screen and (max-width:58em) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none
    }

        .tabs-style-linebox nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none
        }
}

.tabs-style-flip {
    max-width: 1200px;
    margin: 0 auto
}

    .tabs-style-flip nav a {
        padding: .5em 0;
        color: #313131;
        -webkit-transition: color .3s;
        transition: color .3s
    }

        .tabs-style-flip nav a:focus, .tabs-style-flip nav a:hover {
            color: #ff7676
        }

        .tabs-style-flip nav a span {
            text-transform: uppercase;
            letter-spacing: 1px
        }

        .tabs-style-flip nav a::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-color: #f0f0f0;
            content: '';
            -webkit-transition: -webkit-transform .3s,background-color .3s;
            transition: transform .3s,background-color .3s;
            -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
            transform: perspective(900px) rotate3d(1,0,0,90deg);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-perspective-origin: 50% 100%;
            perspective-origin: 50% 100%
        }

    .tabs-style-flip nav li.tab-current a {
        color: #ff7676
    }

        .tabs-style-flip nav li.tab-current a::after {
            background-color: #f7fafc;
            -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
            transform: perspective(900px) rotate3d(1,0,0,0deg)
        }

    .tabs-style-flip .content-wrap {
        background: #f7fafc
    }

.tabs-style-circlefill {
    max-width: 800px;
    border: 1px solid #ff7676;
    margin: 0 auto
}

    .tabs-style-circlefill nav ul li {
        overflow: hidden;
        border-right: 1px solid #ff7676
    }

    .tabs-style-circlefill nav li a {
        padding: 1.5em 0;
        color: #fff;
        font-size: 1.25em
    }

    .tabs-style-circlefill nav li:first-child {
        border-left: none
    }

    .tabs-style-circlefill nav li:last-child {
        border: none
    }

    .tabs-style-circlefill nav li::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        border: 1px solid #ff7676;
        border-radius: 50%;
        background: #ff7676;
        content: '';
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s
    }

    .tabs-style-circlefill nav li.tab-current::before {
        -webkit-transform: scale3d(2.5,2.5,1);
        transform: scale3d(2.5,2.5,1)
    }

    .tabs-style-circlefill nav a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

        .tabs-style-circlefill nav a span {
            display: none
        }

    .tabs-style-circlefill nav li.tab-current a {
        color: #fff
    }

    .tabs-style-circlefill .icon::before {
        display: block;
        margin: 0;
        pointer-events: none
    }

    .tabs-style-circlefill .content-wrap {
        border-top: 1px solid #ff7676
    }

.content-wrap {
    position: relative
}

    /*
    BURADA DEĞİŞKLİK YAPILDI TAB YÜKSEKLİĞİ PADING AYARLANDI..
*/
    .content-wrap section {
        display: none;
        margin: 0 auto;
        padding: 0px;
        padding-top: 10px;
        min-height: 150px
    }

        .content-wrap section p {
            margin: 0;
            /*padding: .75em 0*/
            padding: 0
        }

        .content-wrap section.content-current {
            display: block
        }

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,.6)
}

.no-flexbox nav ul {
    display: block
}

    .no-flexbox nav ul li {
        min-width: 15%;
        display: inline-block
    }

@media screen and (max-width:58em) {
    .sttabs nav a span {
        display: none
    }

    .sttabs nav a:before {
        margin-right: 0
    }
}

select[readonly] {
    pointer-events: none !important;
}

.disable{
    pointer-events: none;
    opacity: 0.5;
}

#moslogo {
    height: 60px;
    width: 60px;
}
/************************************/

.text-teal {
    color: #008080;
}

.HasParent {
    background-color: #ffe5e5 !important;
    padding-left: 25px;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.15rem !important; /* 4px */
}

.gap-2 {
    gap: 0.5rem !important; /* 8px */
}

.gap-3 {
    gap: 1rem !important; /* 16px */
}

.gap-4 {
    gap: 1.5rem !important; /* 24px */
}

.gap-5 {
    gap: 3rem !important; /* 48px */
}

.gap-auto {
    gap: auto !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.column-gap-3 {
    column-gap: 1rem !important;
}
