﻿body {
    overflow-x: hidden;
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    background: #242424;
}

.wrap {
    max-width: 1080px;
    margin: auto;
}

.form-elements .form-control {
    background-color: #242424 !important;
    border-bottom: 1px solid #a09191 !important;
    border: none;
    color: #fff;
    border-radius: 0;
    box-shadow: none !important;
}

.form-elements label {
    color: #fff;
    font-size: 14px;
}

.btn-my {
    background: #ed1c24;
    border-radius: 50px;
    color: #fff;
    width: 100%;
}

.text-my {
    color: #d1d2d4 !important;
}

.text-my2 {
    color: #ed1c24 !important;
}

.btn-my2 {
    text-align: center;
    width: 100%;
    border: 1px solid #d1d2d4;
    color: #d1d2d4;
    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: #fff !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%, #ed1c24 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(89,50,45) 0%, rgb(172,151,132) 100%);
}

.faturalar table td {
    font-size: 13px;
    letter-spacing: -.50px;
}
