﻿.card {
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
}
    .card .card-type-3 .card-circle {
        display: inline-flex;
        text-align: center;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 45px;
        width: 45px;
        box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
        color: #2047ce;
    }
.sidebar .sidebar-menu > ul > li > a span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.select-pl {
    cursor: pointer;
    border-color: #2047ce !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid #2047ce;
    border-radius: 8px;
}
#select-plt {
    cursor: pointer;
    border-color: #2047ce !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid #2047ce;
    border-radius: 8px;
}
.badge-approved {
    background-color: #28C76F;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-applied {
    background-color: #7367F0;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-reject {
    background-color: #FF0000;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.btn-added {
    background: #2047ce;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.side-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

.side-dialog-content {
    width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.side-dialog-header {
    padding: 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-dialog-body {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.badge.badge-success {
    background-color: #148110;
    color: #fff;
}
.badge.badge-warning {
    color: #000000;
    background-color: #e79d13;
}
.badge.badge-danger {
    color: #fff;
    background-color: #e81313;
}
.logo-header{
    width:100%;
    height:100%;
}

/*slide blank razor sayfası için*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.login-page {
    min-height: 100vh;
    background-image: url('/images/general/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-page-background {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: intro-fadeIn 2s ease-in;
    transition: background-image 1s ease-in-out;
    animation: hue-shift 60s linear infinite;
}

.intro-page-text {
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation: intro-slideDown 1.2s ease-out;
}

@keyframes intro-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes intro-slideDown {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes hue-shift {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}
.qs-card {
    background-color: #f8f9fa;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .qs-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

.qs-card-header.qs-dark-header {
    background-color: #006d5b; /* koyu yeşil-turkuaz arası */
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.qs-card-body {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #fff;
}

.qs-badge-discount {
    background-color: #28a745; /* aynı renk hem "Discount" hem "Most Popular" için */
    color: #fff;
}

.qs-btn-outline.qs-btn-tint {
    background-color: #e6f4f1; /* açık turkuaz arkaplan */
    color: #0d6efd;
    border: 1px solid #0d6efd;
    transition: all 0.3s ease;
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
}

    .qs-btn-outline.qs-btn-tint:hover {
        background-color: #0d6efd;
        color: #fff;
    }

    /* PricingPage sayfası için*/
.feature-row {
    padding: 2px 6px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.feature-row:hover {
    background-color: #f8f9fa; /* Hafif gri arka plan */
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    cursor: pointer;
}
