/* @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;
/* }
*/

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


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


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


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


/* AVATAR */
.avatarli {
    margin-left: -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;
}

