﻿body {
    overflow-x: hidden;
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    /*background: #242424;*/
}

.wrap {
    max-width: 1080px;
    margin: auto;
    min-height: 100vh;
}

.form-elements .form-control {
    /*background-color: #242424 !important;*/
    border-bottom: 1px solid #666666 !important;
    border: none;
    color: #666666;
    border-radius: 0;
    box-shadow: none !important;
}

.form-elements label {
    color: #666666;
    font-size: 14px;
}

.text-light {
    color: #2d2a4f !important;
}

.btn-my {
    background: #ed4827;
    border-radius: 50px;
    color: #fff;
    width: 100%;
}

.text-my {
    color: #666666 !important;
}

.text-my2 {
    color: #ed4827 !important;
}

.btn-my2 {
    text-align: center;
    width: 100%;
    border: 1px solid #2d2a4f;
    color: #2d2a4f;
    border-radius: 50px;
    padding: .375rem .75rem;
}

.btn:hover {
    background-color: #ed4827;
    color: #fff;
}

.faturalar .nav-pills .nav-link {
    font-size: 12px !important;
    border-radius: 15px !important;
}

.faturalar .nav-link {
    padding: 5px 5px !important;
    color: #2d2a4f !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(45 42 79) 0%, rgb(45 42 79) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(89,50,45) 0%, rgb(172,151,132) 100%);
    color: #fff !important;
}

.faturalar table td {
    font-size: 13px;
    letter-spacing: -.50px;
}

.scrollable {
    overflow-y: scroll;
    font-size: 0.85em;
}
