/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.loginBG {
    background: #fff !important;
    background-position: center !important;
    background-size: cover !important;
}

.loginBG .card {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff82;
}


.btn-error {
    background: #EA5455;
    color: #fff;
}

html body {
    height: 100%;
    background: url('../img/bg2.jpg') fixed top !important;
    direction: ltr;
}

.card {
    background-color: #ffffffe8;
    border: 1px solid rgba(34, 41, 47, 0.125);
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
    background: transparent;
}

.renk1 {
    background: #28C76F;
    color: #fff;
}

.renk2 {
    background: #7367F0;
    color: #fff;
}

.renk3 {
    background: #67aef0;
    color: #fff;
}

.renk3 .icon-package {
    color: #67AEF0 !important;
}


.renk4 {
    background: #3d3d3d;
    color: #fff;
}

.renk4 .icon-package {
    color: #3d3d3d !important;
}


.renk5 {
    background: #FF9F43;
    color: #fff;
}

.renk6 {
    background: #EA5455;
    color: #fff;
}


.cardlistee .avatar {
    background: #fff !important;
    color: #fff !important;
}

.cardlistee .card-title {
    color: #ffff !important;
}

footer.navbar-shadow {
    box-shadow: none !important
}

footer.navbar-shadow.footer-static {
    color: #fff;
}

footer.navbar-shadow.footer-static a {
    color: #fff;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-weight: 700;
}


.projerenk1 {
    background: url('../img/resim1.webp');
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
}


.projerenk1::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #EA5455;
    width: 100%;
    height: 100%;
    opacity: 90%;
}

.projerenk1 .card-header,
.projerenk1 .card-content {
    position: relative;
}


.projerenk1 .table {
    color: #fff;
    font-size: 13px;
    position: relative;
}

.projerenk1 .card-title {
    color: #fff;
}

.projerenk1 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff1c;
}



.projerenk2 {
    background: url('../img/resim2.webp');
    background-position: center !important;
    background-size: cover !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
}


.projerenk2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #28c76fe0;
    width: 100%;
    height: 100%;
}

.projerenk2 .table {
    color: #fff;
    font-size: 13px;
    position: relative;
}

.projerenk2 .card-header,
.projerenk2 .card-content {
    position: relative;
}

.projerenk2 .card-title {
    color: #fff;
}

.projerenk2 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff1c;
}

.tableproje th:nth-child(odd) {
    background: #ffffff14;
}

.tableproje td:nth-child(odd) {
    background: #ffffff14;
}


.tableproje.table th,
.tableproje.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ffffff24;
}

.tableproje td:nth-child(1) {
    padding: 0.75rem !important;
}

.tableproje td {
    padding: 0px;
}

.scrollbar {
    margin-left: 0px;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 0px;
    padding: 0px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 100%;
    margin: auto;
}

#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.075);
}

#style-2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.075);
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}

.bakiyetop {
    text-align: center;
    width: 100%;
    padding: 50px 0px;
}

.bakiyetop h4 {
    font-weight: 700;
}


/*HomeLogin*/

.HomeLogin {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;

}

.logo_icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.logo_icon img {
    height: 80px;
}



.HomeLogin .slider .slick-slide {
    overflow: hidden;
    position: relative;
    ;
}

.HomeLogin .slider .slick-slide .resim {
    background-position: center !important;
    background-size: cover !important;
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
}


@keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}


.HomeLogin .slick-dots {
    display: none !important;
}

.HomeLogin .slick-next {
    right: 25px;
}

.HomeLogin .slick-prev {
    left: 25px;
}

.HomeLogin .slick-next,
.HomeLogin .slick-prev {
    z-index: 99;
}

.HomeLogin .HomeLogin-Sag {
    display: flex;
    align-items: center;
    position: relative;
}

.HomeLogin .HomeLogin-Sag::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 200% !important;
    background: url(../img/river_light.png) no-repeat center;
    opacity: 5%;
    z-index: -1;
}

.HomeLogin .HomeLogin-Sag .login-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #474763;
    margin-bottom: 10px;
}

.HomeLogin .HomeLogin-Sag .login-title2 {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #474763;
    margin-bottom: 40px;
    opacity: 50%;
}

.HomeLogin .HomeLogin-Sag .login-form-container {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.HomeLogin .form-control {
    width: 100%;
    height: 50px;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgb(126 126 126 / 20%);
    background-clip: padding-box;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.HomeLogin .form-control-position {
    width: 2.5rem;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.HomeLogin .btn-gonderr {
    height: 45px;
    padding: 6px 16px;
    font-size: 12px;
    min-width: 40px;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    box-shadow: none;
    background-color: #00CFE8;
    border: 2px solid #00CFE8;
}

.HomeLogin .btn-gonderr:hover {
    background: transparent !important;
    color: #00CFE8 !important;
}


.HomeLogin .goster {
    position: absolute;
    right: 13px;
    top: 14px;
    cursor: pointer;
    opacity: 50%;
}

.HomeLogin .goster:hover {
    opacity: 1;
}

.table-over {
    overflow-y: scroll;

}

/*
.table-over::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

.table-over::-webkit-scrollbar {
    width: 6px;
    background-color: #f00;
    position: fixed;
}

.table-over::-webkit-scrollbar-thumb {
    background-color: #000000;
}
*/
.fixed-column {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
}

.scrollable-content {
    overflow-x: auto;
    margin-left: 0px;
    /* Sabitlenmiş sütunların yerine kaydırma boşluğu bırakmak için */
}


@media(max-width:1200px) {

    .HomeLogin::before {
        content: '';
        background: #ffffffcb;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
    }

    .HomeLogin-Sag {
        display: flex;
        align-items: center;
        position: absolute !important;
        padding: 0px 15px 0px 55px !important;
        z-index: 99;
    }
}