@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/LoginLayout.razor.rz.scp.css */
.page[b-x99jcvssf8] {
    min-height: 100vh;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    margin-left: 0px !important;
    padding: 0;
}
:host[b-x99jcvssf8]  .page {
    margin-left: 0px !important;
}
.main-content[b-x99jcvssf8] {
    flex: 1;
    position: relative;
    z-index: 1;
} 
body .page[b-x99jcvssf8] {
    margin-left: 0px !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ii2oon638] {
    min-height: 100vh;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}

.main-content[b-7ii2oon638] {
    flex: 1;
    position: relative;
    z-index: 1;
}

#blazor-error-ui[b-7ii2oon638] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1040; /* En üstte görünmesi için */
}

    #blazor-error-ui .dismiss[b-7ii2oon638] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sidebar[b-7ii2oon638] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7ii2oon638] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7ii2oon638]  a, .top-row[b-7ii2oon638]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7ii2oon638]  a:hover, .top-row[b-7ii2oon638]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7ii2oon638]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7ii2oon638] {
        justify-content: space-between;
    }

    .top-row[b-7ii2oon638]  a, .top-row[b-7ii2oon638]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7ii2oon638] {
        flex-direction: row;
    }

    .sidebar[b-7ii2oon638] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7ii2oon638] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7ii2oon638]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7ii2oon638], article[b-7ii2oon638] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 991.98px) {
    .main-content[b-7ii2oon638] {
    }
}

@media (min-width: 992px) {

}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-qest7ixj0r] {
    height: auto;
    min-height: 56px;
    background-color: #1a1d20 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: 1030;
}

.navbar-brand[b-qest7ixj0r] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff !important;
    padding: 0.5rem 0;
}

.navbar-brand img[b-qest7ixj0r] {
    width: 24px;
    height: 24px;
}

.nav-item[b-qest7ixj0r] {
    margin: 0 0.25rem;
}

.nav-link[b-qest7ixj0r] {
    color: rgba(255,255,255,.85) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link:hover[b-qest7ixj0r] {
    color: #fff !important;
    background-color: rgba(255,255,255,.1);
}

.nav-link.active[b-qest7ixj0r] {
    color: #fff !important;
    background-color: rgba(255,255,255,.15);
}

.nav-link i[b-qest7ixj0r] {
    font-size: 1.1rem;
}

.dropdown-menu[b-qest7ixj0r] {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    background-color: #1a1d20;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.dropdown-item[b-qest7ixj0r] {
    color: rgba(255,255,255,.85);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown-item:hover[b-qest7ixj0r] {
    background-color: rgba(255,255,255,.1);
    color: #fff;
}

.dropdown-item.text-danger[b-qest7ixj0r] {
    color: #dc3545 !important;
}

.dropdown-item.text-danger:hover[b-qest7ixj0r] {
    background-color: rgba(220, 53, 69, 0.1);
}

.dropdown-item i[b-qest7ixj0r] {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.dropdown-divider[b-qest7ixj0r] {
    border-top-color: rgba(255,255,255,.1);
    margin: 0.5rem 0;
}

.navbar-toggler[b-qest7ixj0r] {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1);
}

.navbar-toggler:focus[b-qest7ixj0r] {
    box-shadow: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse[b-qest7ixj0r] {
        background-color: #1a1d20;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        padding: 1rem;
        max-height: calc(100vh - 56px);
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
        border-top: 1px solid rgba(255,255,255,.1);
        z-index: 1029;
    }

    .navbar-collapse.collapse[b-qest7ixj0r] {
        display: none;
    }

    .navbar-collapse.collapse.show[b-qest7ixj0r] {
        display: block;
    }

    .nav-item[b-qest7ixj0r] {
        margin: 0.5rem 0;
    }

    .dropdown-menu[b-qest7ixj0r] {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0.5rem;
        background-color: #242729;
    }

    .navbar-nav[b-qest7ixj0r] {
        padding-bottom: 0.5rem;
    }

    .navbar-nav .nav-link[b-qest7ixj0r] {
        padding: 0.75rem 1rem !important;
    }
}

@media (min-width: 992px) {
    .navbar[b-qest7ixj0r] {
        padding: 0 2rem;
    }

    .nav-link[b-qest7ixj0r] {
        padding: 1rem 1.25rem !important;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-image[b-1ctg03bxwg] {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card[b-1ctg03bxwg] {
  transition: all 0.2s ease-in-out;
}

.card:hover[b-1ctg03bxwg] {
  transform: translateY(-2px);
}

.btn-outline-secondary[b-1ctg03bxwg] {
  border-color: #dee2e6;
}

.btn-outline-secondary:hover[b-1ctg03bxwg] {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #0d6efd;
}

.card-title[b-1ctg03bxwg] {
  color: #344767;
  font-weight: 600;
}

.text-muted[b-1ctg03bxwg] {
  color: #6c757d !important;
}
/* Bootstrap standart z-index değerleri */
.modal[b-1ctg03bxwg] {
  z-index: 1050 !important; /* Modal en üstte olacak */
}
.modal-backdrop[b-1ctg03bxwg] {
  z-index: 1040 !important; /* Modal'dan bir seviye aşağı */
}
