textarea {
	resize: vertical;
}
::-webkit-resizer {
	background-image: url(../imgs/textarea.svg);
	background-size: 12px;
	background-repeat: no-repeat;
}

.rivapp_card_square {
	padding-top: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
	border: none;
}
.rivapp_card_square_inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
}

[class*="rivapp_img_"] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rivapp_img_totem {
	background-image: url(../imgs/pictures/totem_4.png);
  background-position: center top;
  background-size: 100% auto;
}
.rivapp_img_table {
	background-image: url(../imgs/pictures/zoncapad.png);
  background-position: center top;
  background-size: 168% auto;
}
.rivapp_img_reception {
	background-image: url(../imgs/pictures/woman.png);
}
.rivapp_img_ttg {
	background-image: url(../imgs/pictures/ttg_2025.png);
}
.rivapp_img_ttlock {
	background-image: url(../imgs/pictures/ttlock.png);
}
.rivapp_img_fingerprint {
	background-image: url(../imgs/pictures/fingerprint.jpg);
}
.rivapp_img_reception_1 {
	background-image: url(../imgs/pictures/reception.png);
}
.rivapp_img_onsite {
	background-position: center bottom;
	background-image: 
		linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
		url(../imgs/pictures/onsite.png);
}
.rivapp_img_riwula {
	background-image: url(../imgs/pictures/riwula.png);
	background-position: center;
}
.rivapp_img_nerds {
	background-image: 
		linear-gradient(180deg, rgba(255, 255, 255, 0.00) 25%, rgba(124, 124, 124, 0.51) 65%, #000 100%),
		url(../imgs/pictures/nerds.png);
}
.rivapp_img_code {
	background-image: 
		linear-gradient(180deg, rgba(255, 255, 255, 0.00) 25%, rgba(124, 124, 124, 0.51) 65%, #000 100%),
		url(../imgs/pictures/code.png);
}

.rivapp_img_round {
	display: block;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.rivolapp_wave_top,
.rivolapp_wave_bottom {
  width: 100%;
  min-height: 64px;
  display: block;
  position: relative;
  top: 0px;
  background-image: url(../imgs/wave_top.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.rivolapp_wave_bottom {
  background-image: url(../imgs/wave_bottom.svg);
	background-position: center bottom;
	top: auto;
	bottom: -2px;
}

.rivolapp_totem_2 {
  top: 10%;
  left: 20%;
  height: 80%;
}
.rivolapp_t_rex {
  top: 15%;
  left: 0;
  height: 33%;
}
.rivapp_footer_link {
	display: block;
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
}
.rivapp_footer_link:hover {
	color: white;
	text-decoration: underline;
}
.xx_form_card {
	border-radius: 24px 0 0 24px
}
.rivapp_show_more {
	display: none;
}
.xx_rivolapp_before {
	position: relative;
}
.xx_rivolapp_before::before {
	content: '';
  position: absolute;
  top: -15px;
  background-color: #242e3d;
  width: 100%;
	height: 20px;
  left: 0;
}
.xx_info_card {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px;
}
.xx_news_info {
	overflow-y: auto;
  height: 160px;
}
.xx_accordion_cont:hover {
	background: #eaeaea;
}
.xx_accordion_cont.active {
	background:none
}
.xx_side_menu_voice {
	display: block;
	padding: 16px;
	text-align: center;
	color: #545454;
	text-decoration: none !important;
}
.xx_iframe_video {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}
.xx_video_short {
	align-self: normal;
}
.xx_iframe_cont {
	height: 100%;
}
.xx_dialog_demo {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgb(0, 0, 0, 0.5);
	display: none;
	z-index: 3;
}
.xx_video_demo {
	margin-top: 10%;
	width: 1129px;
  height: 635px;
}

.xx_close_video {
	margin-top: 10%;
	margin-left: 10px;
	cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  padding: 16px;
  left: 86%;
  background-color: white;
}
.loader {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 2s infinite linear alternate;
	margin: 12px 28px;
}
@keyframes l5 {
	0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
	33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
	66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
	100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
.rivapp_text_good {
	color:#1bc569;
	line-height: 30px;
	margin-left: 8px;
}
.xx_dialog_accessibility_text {
	background-color: white;
  width: 50%;
	border-radius: 50%;
	margin: 50px 0 0 auto;
  padding: 10px;
	border-radius: 12px;
}
.xx_icon_close {
	background-image: url('../imgs/close.svg');
}
.xx_close_accessibility {
	margin-top: 50px;
  margin-left: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  padding: 16px;
  background-color: white;
  margin-right: auto;
  margin-left: 10px;
}