﻿
:root {
    --mud-typography-default-family: "Cairo"
}

.select-languege .mud-input.mud-input-underline:before {
    border-bottom: none
}

.select-languege .mud-input.mud-input-underline::before:hover {
    border-bottom: none
}

.select-languege .mud-input-adornment .mud-icon-root {
}

.my-custom-class {
    backdrop-filter: blur(10px);
}

.title-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mud-icon-size-medium {
    font-size: 1.3rem;
}

.bg-add {
    background: rgb(33 150 243 / 16%)
}

.bg-edit {
    background: rgba(0 200 83 / 16%)
}

.section-login {
    padding: 15px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 9px black;
}

.btn-logout a {
    align-items: center;
}
.mud-image {
    content: url('imgs/Logo-Waha.png');
}

@media (prefers-color-scheme: dark) {
    .mud-image {
        content: url('imgs/Logo-White-2.png');
    }

    #articles .about {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
        min-height: calc(100vh - (72px + 619px)) !important;
    }
    .product-description-challenge {
        position: relative;
        margin-top: 60px;
    }
    .product-description-challenge .product-description-border {
        border: 6px solid #f7f9f9;
        position: absolute;
        height: 100%;
        width: 80%;
        top: 0;
        right: 0;
    }