* {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    font-size: 16px;
    background: #f3f5f7;
}
:root {
    --headTuruncu: #DF643B;
    --headMavi : #007bff;
    --koyuMavi : #27408b;
    --border:#1b285012;
    --yazi : #222222;
    --background : #f4f8fc;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
.dp-none{
    display: none!important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.preloader {
    width: 100%;
    display: none
}
.preloader-act {
    position: fixed;
    display: flex
}

.preloader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .2);
    z-index: 999999999;
    height: 100%;
    align-items: center;
    justify-content: center
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-roller div {
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-roller;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--headTuruncu);
    margin: -4px 0 0 -4px
}

.lds-roller div:first-child {
    animation-delay: -36ms
}

.lds-roller div:first-child:after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.dp-row {
    display: flex;
    flex-direction: row;
}
.dp-grid{
    display: grid;
}
.dp-column {
    display: flex;
    flex-direction: column;
}
.m-t-20{
    margin-top: 20px;
}
.m-tb-3rem{
    margin: 3rem 0px;
}
.m-tb-2rem{
    margin: 2rem 0px;
}
.m-0{
    margin: 0px!important;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-10{
    margin-bottom: 10px!important;
}
.m-b-2rem{
    margin-bottom: 2rem;
}
.m-b-3rem{
    margin-bottom: 3rem;
}
.m-t-2rem{
    margin-top: 2rem;
}
.m-b-4rem{
    margin-bottom: 4rem;
}
.m-t-4rem{
    margin-top: 4rem;
}
.m-t-10{
    margin-top: 10px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-5{
    margin-right: 5px;
}
.m-t-5{
    margin-top: 5px!important;
}
.p-10{
    padding: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.bs-bb{
    box-sizing: border-box;
}
.p-l-20{
    padding-left: 20px;
}
.p-l-10{
    padding-left: 10px!important;
}
.fw-w {
    flex-wrap: wrap;
}

.js-c {
    justify-content: center;
}
.js-s {
    justify-content: start!important;
}
.js-sb {
    justify-content: space-between;
}
.js-se{
    justify-content: space-evenly;
}
.ai-c {
    align-items: center;
}
.ai-s{
    align-items: start;
}
.ai-e{
    align-items: end;
}
.ta-c {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.width-75 {
    width: 75%;
}

.width-50 {
    width: 49%;
}

.width-25 {
    width: 25%;
}

.flex-1 {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.flex-2 {
    flex: 2;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.flex-3 {
    flex: 3;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.flex-4 {
    flex: 4;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.flex-5 {
    flex: 5;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.pos-rela{
    position: relative;
}
.b1pxsolid-var{
    border: 1px solid var(--border);
}
.btop-none{
    border-top: none;
}
.box-shadow{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}