
/* 
	Задаёт цвет фона элемента
*/
.bg-matte-white {
	background-color: #f5f5f4;
}
.bg-prussian-blue {
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #303c54;
  color: #fff;
}
.bg-bright-purple {
  background-color:#BD32E5;
  color: #fff;
}
.bg-d9d9d9 {
  background-color: #d9d9d9;
}
.bg-shades-of-grey {
  color: #9b9b9b;
}

/* 
	Элемент кнопки
*/
.btn-purple {
  color: #fff;
  background-color: #bd32e5;
  border-color: #b427dd;
}
.btn-purple:hover {
  color: #ededed;
  background-color: #b427dd;
  border-color:#ba50fd
}
.btn-purple:active {
  --mdb-btn-active-color: #ededed;
  --mdb-btn-active-bg: #8c2eac;
  --mdb-btn-active-border-color: #b427dd;
}
.is_disabled {
  color: #fff;
  background-color: #bd32e5;
  border-color: #b427dd;
  opacity: 0.50;
  pointer-events: none;
}

/*
	Элемент навигации
*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #bd32e5;
  border-color: #bd32e5;
}

/*
	Столбцы
*/
.col-center {
  width: 50%;
}
.col-left {
  width: 25%;
}
.col-right {
  width: 25%;
}

/* Font Awesome */
.fa-width-sm {
  width: 35px;
  color: #9b9b9b;
}

/*
  CSS контент
*/
.base-css {
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
}

.base-css-sm {
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  background-color: #fff;
  padding: 4px;
}
.base-img-red {
  border: 1px solid red;
}
.base-img-green {
  border: 1px solid green;
}

/* Password */
:root{
  --1000:#232730;
  --text-basic:#232730;
  --primary:#1e79ef;
  --hover:#53aff4;
  --600:#959dad;
  --basic-600-16:rgba(149,157,173,.16);
  --900:#2d3038;
  --200:#f5f7fa;
  --300:#edf1f7;
  --400:#e4e9f2;
  --1100:#16171c;
  --text-basic-alternative:rgba(255,255,255,.8);
  --800:#3f434c;
  --yellow-12:rgba(172,150,35,.12);
  --600-8:rgba(149,157,173,.08);
  --success:#06b188;
  --red:#f53d30;
  --data:#8f5cff;
  --yellow:#e8ba06;
  --white-smoke:#f5f7fa
}
.test-block-regex{
  width:100%;
  /*margin-bottom:50px*/
}
.regex-expression{
  display:none
}
.output{
  background-color:var(--200);
  color:#959dad;
  border-radius:4px;
  padding-top: 3px;
  padding-left: 10px;
}
.output.error{
  color:var(--red);
  /*background-color:rgba(245,61,48,.16);*/
  display:none
}
.output.success{
  /*background-color:rgba(0,211,141,.16);*/
  display:none
}
.output.default{
  border-radius:5px
}
.paragraph-small{
  color:#959dad;
  font-family:Inter,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:26px
}
.paragraph-small.no-margin.hint{
  width:auto;
  line-height:26px
}
.red{
  color:var(--red)
}
.green{
  color:var(--success)
}
.no-margin {
  width: 32px;
}

/* Avatar Img */
.avatar {
  border-radius: 50%;
  background-color: #fff;
}
.avatar-cursor {
  cursor: pointer;
}
.avatar-sm {
  width: 46px;
  height: 46px;
}
.avatar-lg {
  width: 200px;
  height: 200px;
}

.avatar-border-sm {
  border: 2px solid #f2f3f4;
}

.avatar-border-lg {
  border: 10px solid #f2f3f4;
}

/* Кроппи (croppie) */
label.cabinet{
  display: block;
  /*cursor: pointer*/;
}    

input.file{
  position: relative;
  opacity: 0;
  margin-top: 0px;
  -moz-opacity:  0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  top: -30px;
}

#upload-demo {
  width: 300px; /*250*/
  height: 300px;
  padding-bottom:25px;
}

/*  figure  */
figure figcaption {
  position: relative;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  /*text-shadow: 0 0 10px #000;*/
}

.image {
  max-width:100%;
  height:auto
}

.hidden {
  display: none;
}

/* MDB Toasts */
.bg-warning {
  --mdb-bg-opacity: 1;
  background-color: #FBF1DD !important;
  color: #896110;
}
.bg-info {
  --mdb-bg-opacity: 1;
  background-color: #E5F4F8 !important;
  color: #3B7E94;
}
.bg-success {
  --mdb-bg-opacity: 1;
  background-color: #DCF1E4 !important;
  color: #0C622E;
}
.toast_top {
  top: 20px;
}

/* MDB  Sidenav */
.sidenav-one {
  --mdb-sidenav-box-shadow: 0px;
  border: 1px solid #c9c9c9;
}
.sidenav-link-one {
  display: inline flex;
  width: 199px;
  font-size: 1.0rem;
  padding-top:1.5rem; 
  padding-bottom: 1.5rem;
  padding-left: 3px;
}
.sidenav-link-2 {
  padding-top:1.5rem; 
  padding-bottom: 1.5rem;
  padding-left: 3px;
}

.ripple-surface-one {
  vertical-align: middle;
}
.sidenav-collapse .sidenav-link {
  font-size: .89rem;
  height: 1.5rem;
  padding-left: 3px;
}

/* MDB Spinners */
.spinner-border-one {
  --mdb-spinner-width: 2rem;
  --mdb-spinner-height: 2rem;
  --mdb-spinner-vertical-align: -0.125em;
  --mdb-spinner-border-width: 0.15em;
  --mdb-spinner-animation-speed: 0.75s;
  --mdb-spinner-animation-name: spinner-border;
  border: var(--mdb-spinner-border-width) solid #fff;
  border-right-color: transparent;
  opacity: 1;
}
.spinner-grow, .spinner-border-one {
  display: inline-block;
  width: var(--mdb-spinner-width);
  height: var(--mdb-spinner-height);
  vertical-align: var(--mdb-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--mdb-spinner-animation-speed) linear infinite var(--mdb-spinner-animation-name);
}

/* Delete */
.delete {
  color: #999;
  padding-left: 5px;
}
.delete:hover {
  color: #000;
  cursor: pointer;
}

/* List 2  */
.list-group-item2 {
 position:relative;
 display:block;
 padding:.5rem 1.5rem;
 color:#262626;
 text-decoration:none;
 background-color:#F5F5F4;
 border:1px solid rgba(0,0,0,.125)
}

.list-group-item2+.list-group-item2 {
 border-top-width:0
}
.list-group-item2+.list-group-item2.active {
 margin-top:-1px;
 border-top-width:1px
}
.list-group-item-action2 {
 width:100%;
 color:#616161;
 text-align:inherit
}
.list-group-item-action2:focus,
.list-group-item-action2:hover {
 z-index:1;
 color:#616161;
 text-decoration:none;
 background-color: #e8e9ea;
}
/* API User  */
.user-radius-top {
  border-radius: 15px 15px 0px 0px;
}
.user-base-css {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  height: 300px;
}
.user-div {
  position: relative;
}
.user-div-one {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -160px;
  right: 0px;
}
.user-div-two {
  width: 90%;
  height: 20px;
  position: absolute;
  top: -27px;
  right: 0%;
  background: transparent;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 1) 80%);
}

.user-border {
  border-bottom: 1px solid #c9c9c9; 
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}
.user-margin-bottom {
  margin-bottom: 6px;
}
.user-li-3 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 25%;
}
.user-li-6 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 69%
}
.user-li-1 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 5%;
}

.user-background {
  background-size: no-repeat;
  background-position: center;
  width: 100%;
  height: 150px;
}

/* Social Oauth2  */
.yandex {
  color: #fff;
  background-color: #fc3f1d;
}
.vk {
  color: #fff;
  background-color: #4489C8;
}
.odnoklassniki {
  color: #fff;
  background-color: #FF7700;
}

.user_btn_radius {
 display:inline-block;
 text-align:center;
 text-decoration:none;
 vertical-align:middle;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 border-radius: 50%;
 width: 25px;
 height: 25px;
}

/* MDB autocomplete */
.autocomplete-custom-item-content {
  display: flex;
  flex-direction: column;
}
.autocomplete-custom-item-title {
  font-weight: 500;
}
.autocomplete-custom-item-subtitle {
  font-size: 0.8rem;
}

.autocomplete-custom-item-content-2 {
  display: flex;
  flex-direction: column;
}
.autocomplete-custom-item-title-2 {
  font-weight: 500;
  color: #9b9b9b;
}
.autocomplete-custom-item-subtitle-2 {
  font-size: 0.8rem;
}
.autocomplete-custom-content {
  padding: 6.5px 16px;
}

/* Yandex Map */
.map-center {
  width:100%; 
  border-radius: 15px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  overflow: hidden;
  margin-left: 5px;
}

.map-button {
  width: 42px;
  height: 39px;
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

.map-button.fullscreen {
  display: block;
}

.map-button.exit-fullscreen {
  display: block;
}

.map-infoWindow {
  padding: 8px 12px 8px 32px;
  border-radius: 8px;
  background-color: #313133;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  gap: 8px;
  color: #f2f5fa;
  font-size: 14px;
  line-height: 20px;
}

.map-div {
  width: 1px;
  height: 20px;
}
.map-marker {
  /*cursor: pointer;*/

  width: 45px;
  height: 45px;
  border-radius: 50%;

  /*position: relative;*/
  transform: translate(-50%, -50%);

}

.map-marker_one {
  width: 35px;
  height: 35px;

  /*cursor: pointer;*/

  border: 10px solid #006efc;
  border-radius: 50%;
  background-color: #fff;

  transform: translate(-50%, -50%);
}

/* Color - цветов */
.blue-500 {
  color: #1E88E5;
}
.gray-200 {
  color: #EEEEEE;
}
.gray-300 {
  color: #E0E0E0;
}
.gray-600 {
  color: #757575;
}
.light-grey {
  color: #999;
}
.light-grey:active,
.light-grey:hover,
.light-grey:focus {
  color: #2688EB;
}
.red {
  color: #f44336;
}
.green {
  color: #4caf50;
}
.black {
  color: #fff;
}

/* Search */
.search-item-width-100 {
  width: 100%;
}
.search-count {
  border-top: 1px solid #e9e9e9;
  opacity: .50;
}
.search-padding {
  padding-left: 10px; 
  padding-top: 2px; 
  padding-bottom: 2px;
}

/* Trip - Geo */
.geo-del {
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 0px;
  width: 40;
  opacity: 0.2;

}
.geo-del:hover {
  opacity: 0.9;
}
.geo-del:active {
  opacity: 0.9;
}

/* Froala Font */
.fr-box.fr-basic .fr-element.fr-view {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #444444;
}

/* Font */
.font-500 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.position-font-18 {
  border: 2px solid #E5E5E5;
  position: relative; 
  top: 10px; 
  left: -25px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

/* Card MDB */
.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  background-color: #BD32E5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 19px;
  color: #fff;
}

/* Modal - Комментарий */
.form-outline.form-white .form-control ~ .form-notch div {
  border-color: #bfbfbf;
}
.div-header {
  border-bottom: 2px solid #d9d9d9;
}
.div-footer {
  border-top: 2px solid #d9d9d9;
}

/* изображение */
.bg-danger {
  --mdb-bg-opacity: 1;
  background-color: rgba(var(--mdb-danger-rgb), 
  var(--mdb-bg-opacity)) !important;
}
.bg-danger-one {
  opacity: 1;
  background-color: #999 !important;
}

/* цитата из блока */
.blockquote-custom-icon-one {
  background-color: #BD32E5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 19px;
  color: #fff;
}
.blockquote-one {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}

/* Base-css Container Articles */
.container {
  width: 100%;
  height: 150px;
  overflow: auto; /* Возможные значения: visible, hidden, scroll, auto */
}
.position-absolute-one {
  font-size: 10px;
  display: block;
  line-height: 10px;
  min-width: 20px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 18px;
  font-weight: bold;
  padding: 0 4px;
  top: 10px; 
  left: 30px;
}
div._base-css:hover {
  border: 2px solid #3B71CA;
}

/* бесконечная прокрутка */
.status-bar {
  /*position: fixed;*/
  padding: 20px;
  background: hsla(0, 0%, 100%, 0.9);
  border-bottom: 1px solid #DDD;
  text-align: center;
  z-index: 1;
}

.post {
  border-top: 1px solid #DDD;
  margin: 60px 0;
}

.post img {
  display: block;
  max-width: 100%;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  /*border-top: 1px solid #DDD;*/
  text-align: center;
  color: #777;
}

._page {
  padding: 10px;
  border-radius: 5px;
  overflow: auto;
  background: #FAFAFA;
  border: 1px solid #DDD;
  white-space: wrap;
}
/* loader ellips in separate pen CSS */
a {
  color: #386BC0;
  text-decoration: none;
}

a:hover {
  color: #19F;
}

.chip-one {
  --mdb-chip-height: 32px;
  --mdb-chip-line-height: 2;
  --mdb-chip-padding-right: 12px;
  --mdb-chip-margin-y: 5px;
  --mdb-chip-margin-right: 1rem;
  --mdb-chip-font-size: 13px;
  --mdb-chip-font-weight: 400;
  --mdb-chip-font-color: var(--mdb-surface-color);
  --mdb-chip-bg: var(--mdb-tertiary-bg);
  --mdb-chip-border-radius: 16px;
  --mdb-chip-transition-opacity: 0.3s linear;
  --mdb-chip-outline-border-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--mdb-chip-height);
  line-height: var(--mdb-chip-line-height);
  padding: 0 var(--mdb-chip-padding-right);
  margin-top: var(--mdb-chip-margin-y);
  margin-bottom: var(--mdb-chip-margin-y);
  margin-right: var(--mdb-chip-margin-right);
  font-size: var(--mdb-chip-font-size);
  font-weight: var(--mdb-chip-font-weight);
  color: var(--mdb-chip-font-color);
  /*cursor: pointer;*/
  background-color: var(--mdb-chip-bg);
  border-radius: var(--mdb-chip-border-radius);
  transition: opacity var(--mdb-chip-transition-opacity);
  word-wrap: break-word;
  box-shadow: none;
  text-transform: none;
  justify-content: center;
  align-items: center;
}

.loader-ellips {
  font-size: 20px; 
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #999; 
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* scrollToTop */
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 50px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
}
