﻿@font-face {
    font-family: 'Trajan Pro';
    src: url('../webfonts/Trajan Pro.ttf') format('truetype');
}

@font-face {
    font-family: 'Nexa Bold';
    src: url('../webfonts/Nexa Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Light';
    src: url('../webfonts/Nexa Light.otf') format('opentype');
}

body {
    overflow-x: hidden;
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    background: #2b2b2b;
}

h3 {
    font-family: 'Trajan Pro';
}

p {
    font-family: 'Nexa Light';
}

.wrap {
    max-width: 1080px;
    margin: auto;
}

.text-light {
    color: #d7b5a9 !important;
}

.padding {
    padding: 30px;
}

.filtreler .btn {
    width: 100%;
}


.box3 {
    border: 2px solid;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

    .box3 .hediye-puan p {
        color: #1a3c7b;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -.50px;
    }

.box2 {
    background: #d7b5a9;
    border-radius: 5px;
    overflow: hidden;
}

    .box2 p {
        color: #fff !important;
        font-size: 22px;
    }

.form-elements .form-control {
    background-color: #fff !important;
    border-bottom: 1px solid #d7b5a9 !important;
    border: none;
    color: #8f8f90;
    border-radius: 0;
    box-shadow: none !important;
}

.form-elements label {
    color: #d7b5a9;
    font-size: 14px;
}

.btn-my {
    background: #d7b5a9;
    border-radius: 50px;
    color: #2b2b2b;
    width: 100%;
}

.btn-pr {
    background: #d7b5a9;
    color: #2b2b2b !important;
}

.text-my {
    color: #d7b5a9 !important;
}

.text-my2 {
    color: #d7b5a9 !important;
}

.btn-my2 {
    text-align: center;
    width: 100%;
    border: 1px solid #d7b5a9;
    color: #d7b5a9;
    border-radius: 50px;
    padding: .375rem .75rem;
}

.faturalar .nav-pills .nav-link {
    font-size: 12px !important;
    border-radius: 15px !important;
}

.faturalar .nav-link {
    padding: 5px 10px !important;
    color: #69696a !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /* background-image: -moz-linear-gradient( 90deg, rgb(89,50,45) 0%, rgb(172,151,132) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(89,50,45) 0%, #d7b5a9 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(89,50,45) 0%, rgb(172,151,132) 100%);*/
    background-color: #d7b5a9;
    color: #fff !important;
}

.faturalar table td {
    font-size: 13px;
    letter-spacing: -.50px;
}

.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}

.skin-bg {
    background: #d7b5a9;
    
}

    .skin-bg h3 {
        color: rebeccapurple;
    }

.card-info {
    padding: 1rem;
    border-radius: 5px;
    color: black;
    margin-inline: 0;
}

.link-card a {
    color: #fff !important;
    font-size: 22px;
}

   
