@font-face {
  font-family: 'MyCustomFont';
  src: url('https://cdn.jsdelivr.net/gh/yamorideveloper/shriftstext@main/druktextwidecyr-medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* https://launcher.hydra-host.ru/file/druktextwidecyr-medium.otf
https://cdn.jsdelivr.net/gh/yamorideveloper/shriftstext@main/druktextwidecyr-medium.otf
* {
  font-family: 'MyCustomFont', sans-serif !important;
  letter-spacing: 1px !important;
}
*/
html, body, div, span, p, h1, h2, h3, h4, h5, h6, a, li, ul, ol, button, input, textarea, label, select {
  font-family: 'MyCustomFont', sans-serif;
}

.navbar {
    background: color-mix(in srgb, var(--color-bg-alt) 90%, #000000);
    border: 2px solid var(--color-border);
    border-radius: 16px;
    margin: 25px;
    box-shadow: 0 10px 30px -10px rgb(255 0 0 / 52%);
    display: flex;
    width: 50;
}
.monitoring {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.192);
    border-style: solid;
    border-color: #ff0000;
    background-image: url('https://i.ibb.co/9HMY8Yd2/8-2026-16-36-46.png');
}

.monitoring-title-span {
    color: #ff0909;
    font-size: 13px;
    margin-left: 4px;
}

.monitoring-progress-bar {
    flex: 1;
    height: 15px;
    background: #00000000;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}  

.profile-info {
    background-color: #1f1f1f00;
    border-radius: 20px;
    padding: 6px;
    overflow: hidden;
}

.profile-info__cell a {
    color: #f7002f;
    text-decoration: none;
}

.app-button--success {
    border: 1px solid #c52233;
}

.app-button--success:hover, .app-button--success.app-button--active {
    background-color: #c52222;
    color: #1e1e1e;
}

.app-button {
    padding: .5rem 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 14px;
    font-family: inherit;
    background: linear-gradient(132deg, #010101 50%, #e7000bc4 150%, #e7000b 10%, #000000 100%);
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex: 1 1 calc(25% - 6px);
    min-height: 54px;
}

.text-input {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: .5rem;
    background-color: #1e1e1e00;
    color: #b71d1d;
}

.text-input:focus {
    border: 1px solid rgb(191 22 22 / 87%);
}

.input {
    padding: .5rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #f7002f;
}

.modal {
    max-width: 90vw;
    position: relative;
    box-shadow: 0 4px 20px #0003;
    transition: inherit;
    border-radius: 5px 40px;
    background: linear-gradient(135deg, #e7000b00 0%, #e7000bab 10%, #000000a8 10%, #000000 100%);
    margin: 30px 0;
}

.modal-primary-button {
    cursor: pointer;
    background: linear-gradient(345deg, #e7000b00 0%, #e7000b 50%, #e7000b 10%, #000000 100%);
    transition: all .2s ease;
    height: 3rem;
    padding-right: 3rem;
    padding-left: 2rem;
    border-radius: 1.5rem 0 0 1.5rem;
}

.product-card-footer {
    height: 25%;
    max-height: 25%;
    display: flex;
    padding: 8px;
    font-size: 14px;
    color: #fafafa;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.app-button--primary:hover, .app-button--primary.app-button--active {
            background: linear-gradient(2deg, #010101 -30%, #e7000bc4 150%, #e7000b 10%, #000000 100%);
    color: #f5f5f5;
}

.search-input {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: .5rem;
   background: linear-gradient(318deg, #010101 -30%, #121212 150%, #010101 10%, #000000 100%);
    color: var(--main-text-color);
}

.product-card-footer {
    height: 25%;
    max-height: 25%;
    display: flex;
    padding: 8px;
    font-size: 14px;
    color: #fafafa;
    background: linear-gradient(318deg, #010101 -30%, #121212 150%, #010101 10%, #000000 100%);
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}