

/* Start:/bitrix/templates/PSY-v3/components/bitrix/highloadblock.list/toast/style.css?16238524552801*/
.eval-js{
	position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
	background: rgba(0, 0, 0, 0.25);
    padding: 10px 13px;
    border-radius: 50px;
}

.eval-js span{
	position: absolute;
    right: 16px;
    top: 20px;
    background: #f75a41;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    border-radius: 10px;
    color: white;
}

.eval-js i{
	font-size: 55px;
	color:#191919;
}

.alerts {
  top: 0;
  bottom: 0;
  right:0;
  position: fixed;
  display: flex;
  flex-flow: column;
  #overflow-y: auto;
  padding: 30px 30px 30px 0;
  width: auto;
  z-index:99;
  display:none;
}
.alerts .alert {
  display: flex;
  flex-flow: row;
  margin: 10px 0;
  width: 250px;
  min-height: 66px;
  height: auto;
  background-color: #cecece;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0px 10px 46px -21px rgba(0, 0, 0, 0.75);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  cursor: default;
  padding:0;
  overflow-y:auto;
}

.alerts .alert::-webkit-scrollbar { width: 5px; }
.alerts .alert::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
.alerts .alert::-webkit-scrollbar-thumb { background: #f75940; }
.alerts .alert::-webkit-scrollbar-thumb:hover { background: #f75940; }
  
  
.alerts .alert:hover {
  box-shadow: 0px 10px 60px -21px rgba(0, 0, 0, 0.8);
}
.alerts .alert.success {
  background-color: #3db56e;
}
.alerts .alert.request {
  background-color: #67a4c0;
}
.alerts .alert.wait {
  background-color: #c3d2d9;
}
.alerts .alert.failed {
  background-color: #c84346;
}
.alerts .alert-icon {
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.alerts .alert-content {
  position: relative;
  padding: 10px;
  /* display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column; */
  width: 100%;
}
.alerts .alert-content .alert-close {
  position: absolute;
  font-size: 0.7em;
  top: 7px;
  right: 10px;
  cursor: pointer;
}
.alerts .alert-content .alert-title {
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
}
.alerts .alert-content .alert-subtitle {
  display: flex;
  flex-flow: column;
  margin-top: 0;
  font-size: 0.8em;
  font-weight: 300;
  cursor:pointer;
}
.alerts .alert-content .alert-subtitle .little-list {
  display: none;
  padding: 0 10px;
}
.alerts .alert-content .alert-subtitle .little-list a{
	color:white;
	text-decoration:underline;
}

.alerts .alert-content .alert-subtitle .little-list a:hover{
	text-decoration:underline;
}

/* End */
/* /bitrix/templates/PSY-v3/components/bitrix/highloadblock.list/toast/style.css?16238524552801 */
