    body{
    background-color: #fafafa;
    font-family: 'Nunito', sans-serif;
}
.border-ed{
    border: 1px solid #ededed;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b9b9b9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(139 139 139 / 22%);
}
.form-control{
    border: 1px solid #e1e1e1;
}
.form-control:focus + .form-label {
    color: red;
}
.form-floating>label {
    color: #787878;
}
.form-check-input:checked {
    background-color: #e52d27;
    border-color: #c72420;
}
.form-check-input:focus {
    border-color: #c72420;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(198, 36, 32, 0.2);
}
.active>.page-link, .page-link.active {
    background-color: #e12b26;
    border-color: #c72420;
}
.page-link {
    color: #cc201f;
}
.page-link:focus {
    color: #cc201f;
    box-shadow: 0 0 0 0.25rem rgba(198, 36, 32, 0.2);
}
.page-link:hover {
    color: #ad1918;
}
.sign-left{
    position: relative;
}
.sign-left-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding-top: 50px;
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cb1f1f, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cb1f1f, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main-header {
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
}
.footer{
    position: relative;
    background: #060606;
    background: -webkit-linear-gradient(to right, #060606, #202020);
    background: linear-gradient(to right, #060606, #202020);
    width: 100%;
    color: #dfdfdf;
    margin-top: 30px;
}
.footer-top {
    position: absolute;
    top: 0;
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    height: 7px;
}
.footer-links{
    list-style-type: none;
}
.footer-links a{
    text-decoration: none;
    color: #dfdfdf;
    font-weight: 300;
}
.gr-bg {
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn,.progress{
    border-radius: 4px;
}
.navbar-nav .nav-link {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 15px 15px !important;
    margin-left: 7px;
}
.navbar-nav .nav-item{
    padding: 10px 0;
}
.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, .2);
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    background: white !important;
    color: #cc201f !important;
}
.color-red, .color-red:hover{
    color: #cc201f;
}
.bg-color-red, .bg-color-red:hover{
    color: #ffffff !important;
    background-color: #e12b26 !important;
}
.navbar-brand{
    font-weight: 600;
    font-size: 22px;
}
.card{
    border: 1px solid #ededed;
}
.register-bg{
    position: relative;
}
.dropdown-item:active {
    background-color: #e12b26;
}
.list-group-item.active{
    background-color: #e12b26;
    border-color: #c72420;
}
.urun-etiket {
    background: #E12B26;
    width: 52px;
    height: 52px;
    position: relative;
    text-align: center;
    border: 3px solid #ffffff;
    z-index: 9999;
}
.urun-etiket:before,
.urun-etiket:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    height: 52px;
    width: 52px;
    background: #E12B26;
    z-index: 9999;
    border: 3px solid #ffffff;
}
.urun-etiket:before {
    transform: rotate(30deg);
}
.urun-etiket:after {
    transform: rotate(60deg);
}
.urun-etiket-ic {
    background: #E12B26;
    width: 46px;
    height: 46px;
    position: relative;
    text-align: center;
    z-index: 99999;
}
.urun-etiket-ic:before,
.urun-etiket-ic:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 46px;
    width: 46px;
    background: #E12B26;
    z-index: 99999;
}
.urun-etiket-ic:before {
    transform: rotate(30deg);
}
.urun-etiket-ic:after {
    transform: rotate(60deg);
}
.table .table-success{
    --bs-table-bg: #b0ec50;
    --bs-table-striped-bg: #b0ec50;
    --bs-table-active-bg: #b0ec50;
    --bs-table-hover-bg: #b0ec50;
}
.table .table-warning{
    --bs-table-bg: #ffe9b2;
    --bs-table-striped-bg: #fff1bf;
    --bs-table-active-bg: #fff9d5;
    --bs-table-hover-bg: #fff9d5;
}