/* Minification failed. Returning unminified contents.
(14,89): run-time error CSS1046: Expect comma, found '0'
(14,93): run-time error CSS1046: Expect comma, found '/'
(16,140): run-time error CSS1046: Expect comma, found '0'
(16,144): run-time error CSS1046: Expect comma, found '/'
(18,92): run-time error CSS1046: Expect comma, found '0'
(18,96): run-time error CSS1046: Expect comma, found '/'
(20,87): run-time error CSS1046: Expect comma, found '0'
(20,91): run-time error CSS1046: Expect comma, found '/'
(22,88): run-time error CSS1046: Expect comma, found '0'
(22,92): run-time error CSS1046: Expect comma, found '/'
(24,84): run-time error CSS1046: Expect comma, found '0'
(24,88): run-time error CSS1046: Expect comma, found '/'
 */
      .img-gradient {
            position: relative;
            display: inline-block;
        }

            .img-gradient:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: inline-block;
                background: -moz-linear-gradient(bottom, rgba(0, 47, 75, 0.5) 0%, rgb(0 0 0 / 50%) 100%);
                /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgb(0 0 0 / 50%) 100%));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(bottom, rgba(0, 47, 75, 0.5) 0%, rgb(0 0 0 / 50%) 100%);
                /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(bottom, rgba(0, 47, 75, 0.5) 0%, rgb(0 0 0 / 50%) 100%);
                /* Opera 11.10+ */
                background: -ms-linear-gradient(bottom, rgba(0, 47, 75, 0.5) 0%, rgb(0 0 0 / 50%) 100%);
                /* IE10+ */
                background: linear-gradient(to top, rgba(0, 47, 75, 0.5) 0%, rgb(0 0 0 / 50%) 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
                /* IE6-9 */
            }

            .img-gradient img {
                display: block;
            }

        .dropdown-toggle::after {
            display: none;
        }

        /* The overlay effect with black background */
        .overlay {
            height: 100%;
            width: 100%;
            display: none;
            position: fixed;
            z-index: 99999;
            top: 0;
            left: 0;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.9);
            /* Black with a little bit see-through */
        }

        /* The content */
        .overlay-content {
            position: relative;
            top: 46%;
            width: 80%;
            text-align: center;
            margin-top: 30px;
            margin: auto;
        }

        /* Close button */
        .overlay .closebtn {
            position: absolute;
            top: 20px;
            right: 45px;
            font-size: 60px;
            cursor: pointer;
            color: white;
        }

            .overlay .closebtn:hover {
                color: #ccc;
            }

        /* Style the search field */
        .overlay input[type=text] {
            padding: 15px;
            font-size: 17px;
            border: none;
            float: left;
            width: 80%;
            background: white;
        }

            .overlay input[type=text]:hover {
                background: #f1f1f1;
            }

        /* Style the submit button */
        .overlay button {
            float: left;
            width: 20%;
            padding: 15px;
            background: #ddd;
            font-size: 17px;
            border: none;
            cursor: pointer;
        }

            .overlay button:hover {
                background: #bbb;
            }


.ustKisim {
    position: fixed;
    color: #000000;
    height: auto;
    width: auto;
    bottom: -15px;
    right: 60px;
    z-index: 1059;
    min-width: 332px;
}
.fteklifbtn {
    color: black;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
}
.listicon {
    float: right;
    font-size: 25px;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    padding-top: 6px;
    color: #bcbdc0;
}
.listsatinal {
    font-style: italic;
    border-radius: 20px;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.teklifekle {
    background-color: #bcbdc0;
    border-radius: 35px;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
a.btn.btn-dark.listsatinal.ng-scope,button.btn.btn-3d.btn-primary {
    font-size: 18px;
}
.btn {
    font-size: 21px;
    padding: 10px 18px;
}
.btn-outline-secondary {
    color: #fff;
    background-color: #005cb9;
    border-color: #6c757d;
}
input#adet {
    text-align: center;
}
.container.text-center.border-dark.py-5.foot {
    flex-direction: row;
    justify-content: space-between;
    display: flex; 
}
@media (max-width: 500px) {.container.text-center.border-dark.py-5.foot { 
    justify-content: center;
    display: grid;
  }
  .container.text-center.border-dark.py-5.foot a{ 
 margin-top: 15px;
  }
}
