/* @import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* 
/* 
/* /* Отмена в поле поиска */
/* input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
/* input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
/* input[type="search"]::-webkit-search-decoration,
/* input[type="search"]::-webkit-search-cancel-button,
/* input[type="search"]::-webkit-search-results-button,
/* input[type="search"]::-webkit-search-results-decoration { display: none; }
/* 
/* 
/* body {
/*     font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
/*     font-size: .875rem;
/* }
*/


/* ==================== */
/* Базовые стили */
/* ==================== */
body {
    min-width: 380px;
/*    background-color: var(--bs-tertiary-bg);*/
}


a, a:hover  {
    text-decoration: none;
    outline: none;
}


/* КУРСОР DEFAULT */
.dcrs {
  cursor: default;
}


/* КУРСОР HELP */
.hcrs {
  cursor: help;
}


/* КУРСОР POINTER */
.pcrs {
  cursor: pointer;
}


/* AVATAR */
.avatarli {
    margin-right: -15px;
    width: 2.375rem;
    height: 2.375rem;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    position: relative;
    /* align-items: center; */
    /* justify-content: center; */
    /* border-radius: var(--radius); */
    /* -webkit-user-select: none; */
    /* display: flex; */
    border-color: transparent;
}

.avatarin {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: 1; */
    /* border-radius: var(--radius); */
    /* background-image: linear-gradient(var(--color-white) -125%, var(--color-user)); */
    border-radius: 50%!important;
}



/* Добавьте в стиль (в modal_addnewproduct.html или глобальный CSS) */
#products_block .card.border-danger .card-header {
    border-color: #dc3545;
}
#products_block .invalid-feedback {
    display: none;
    color: #dc3545;
}



    /* ---------- General helpers ---------- */
    .text-muted-small { color: var(--muted); font-size: . nine rem; } /* fallback small helper */
    .small-quiet { color: var(--muted); font-size: .85rem; }

    /* ---------- Layout ---------- */
/*
    .detail-container {
      padding-top: 18px;
      padding-bottom: 36px;
    }
*/



/* СТИЛИ МЕНЮ */

.nav-scroller .active {
    font-weight: 500;
    color: var(--bs-body-color) !important;
}

.tt-newmenu {
    background-color: var(--bs-body-bg) !important;
}


/* СТИЛИ МЕНЮ С ИКОНКАМИ */

.compact-nav .nav-link {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* На больших экранах - только текст */
@media (min-width: 551px) {
    .compact-nav .icon-mobile {
        display: none;
    }
}

/* На очень маленьких экранах - только иконки */
@media (max-width: 550px) {
    .compact-nav .nav-text {
        display: none;
    }
    
    /* Активный элемент - показываем и иконку и текст */
    .compact-nav .nav-link.active .nav-text {
        display: inline;
        margin-left: 0.45rem;
    }

    .compact-nav .icon-mobile {
        font-size: 1rem;
    }

}

