﻿/*Add button styling*/
.button-add {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

/*height of the plugin mud card*/
.plugins-mudcard-height {
    height: 80px;
}


@media screen and (max-width: 400px) {
    .plugins-mudcard-height {
        height: auto;
    }
}


/*For text fields which are using the class mud-input-slot, we remove the blue border on focus*/
.mud-input-slot:focus {
    --tw-ring-shadow: null !important;
}

/*Styles related to re-connect UI overloaded component*/
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2001;
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-show > .failed {
    display: none;
}

.components-reconnect-show > .rejected {
    display: none;
}

.components-reconnect-failed > .show {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-failed > .rejected {
    display: none;
}

.components-reconnect-rejected > .show {
    display: none;
}

.components-reconnect-rejected > .failed {
    display: none
}

.components-reconnect-rejected > .rejected {
    display: block;
}



.landing-h1-gradient {
    background: linear-gradient(82deg, rgba(89, 74, 226, 1) 0%, rgba(255, 102, 153, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.explore-mudblazor-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.explore-card-hover {
    transition: all 0.2s ease-in;
}

    .explore-card-hover:hover {
        background-color: var(--mud-palette-primary-hover);
        cursor: pointer;
    }

.docs-sticky-info {
    position: sticky;
    top: 128px;
}

    .docs-sticky-info.explore-text .mud-typography-h5 {
        font-weight: 500;
    }

.docs-appbar-filter {
    backdrop-filter: blur(12px);
}

.smartflow-app-bar {
    z-index: 0 !important;  
}

