* {
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
*, *::before, *::after {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
	color: #0A1E53;
}
body div {
/*	border: 1px solid #EEE;*/
}
.header, .contener, .footer {
	box-sizing: border-box;
	width: 100%;
}
.img_gen {
	width: 100%;
}
.general_bt {
	background: #2967EC;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	width: max-content;
	padding: 10px;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.btn_disabled {
    background: #A0A0A0 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none;
}
.text {
	color: #2C318C;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.text_btn {
    color: #2C318C;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
input {
	font-size: 14px;
	color: #2C318C;
	-webkit-text-fill-color: #2C318C;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
input::placeholder,
input:focus,
input:active,
input:-webkit-autofill {
	font-size: 14px;
	color: #2C318C;
	-webkit-text-fill-color: #2C318C;
}

.contener {
	width: 100%;
	min-height: 100vh;
	padding: 10px;
	border-top: 5px solid #FD7F1D;
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#ffffff 15%,
		#BBCAF7 60%,
		#7A99F9 85%,
		#0350F4 100%
	);
}

/* HEADER */
.header_box {
	width: 100%;
	display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 10px;
	padding: 0;
}
.header_logo_plan_badge {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #FD8A30;
    margin-top: 2px;
    letter-spacing: 1px;
}
.header_name {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.header_name_n {
	font-weight: 700;
	font-size: 15px;
}
.header_name_t {
	font-weight: 700;
	font-size: 10px;
}
.user_icon {
    width: 32px;
    height: 32px;
	margin-bottom: 5px;
}
.header_salir {
	font-weight: 700;
	font-size: 15px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.ahref_color {
	text-decoration: none;
	color: #0A1E53;
}
.header_bt {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.icon_volver {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
/* HEADER */

/* LOGIN */
.login_box {
	width: 100%;
}
.login_tit {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: 500;
	color: #2A318F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.login_tit_2 {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 500;
	color: #2A318F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.login_data_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 30px 20px 40px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.login_input_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	background-color: #DCE2F7;
	margin: 10px 0;
	overflow: hidden;
	height: 46px;
	border: 1px solid #D5D6D7;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.login_input_inp {
	position: relative;
	width: 100%;
	height: 100%;
	flex-grow: 1;
}
.login_input_inp input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 5px;
	background: transparent;
	outline: none;
	background-color: #DCE2F7;
	box-shadow: none;
}
.login_input_inp .toggle_pass_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.7;
}
.login_input_inp .toggle_pass_icon:hover {
  opacity: 1;
}
.login_input_ico {
	width: 46px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0350F4;
}
.login_input_ico img {
	width: 26px;
	height: 26px;
}
.login_input_bt {
	margin: 0 auto;
	padding: 15px 40px;
}
.login_input_forgot {
	font-size: 12px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: 15px 0 30px 0;
	cursor: pointer;
}
.login_input_forgot a {
    color: #2C318C; 
    font-weight: 500;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.general_shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.login_registr {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.login_message {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #2C318C;
}
.login_message.err {
	color: #cc0000;
}
.login_info_msg {
	font-size: 14.5px;
	margin: 15px 0;
	color: #2C318C;
}
.login_info_msg.err {
	color: #cc0000;
}
.login_logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.login_logo img {
	width: 80%;
	max-width: 400px;
	height: auto;
	filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25)); 
}
/* LOGIN */

/* OFERTAS */
.ofertas_box {
	width: 100%;
}
.ofertas_tit {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: center;
    color: #2C318C; 
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
/* OFERTAS */

/* RESET PASSWORD */
.reset_password_box {
	width: 100%;
}
.reset_password_tit {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: center;
	color: #2C318C; 
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18); 
}
.reset_password_data_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 40px 20px;
}
.reset_password_input_box {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin: 20px 0;
}
.reset_password_input_inp {
	flex-grow: 1;
}
.reset_password_input_inp input {
	border: 1px solid #D5D6D7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 15px 5px;
	width: 100%;
	background-color: #DCE2F7;
}
.reset_password_input_ico {
	width: 46px;
}
.reset_password_input_bt {
	margin: 0 auto;
	padding: 15px 40px;
}
.reset_password_message {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	color: #2A318F;
}
/* RESET PASSWORD */

/* HOME */
.home_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.home_box_data {
	width: 100%;
	min-height: 250px;
	margin: 10px 0 30px 0;
	border: 1px solid #C4C4C4;
	background: #FFFDFD;
	border-radius: 5px;
	padding: 10px;
}
.home_1 {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home_img {
	width: 99px;
}
.home_img_edit_data {
	width: 78px;
}
.home_img_loyality {
	width: 112px;
}
.home_tit {
	font-size: 20px;
	font-weight: 500;
}
.home_2 {
	width: 100%;
	display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 2px;
	margin: 30px 0;
	display: none;
}
.home_2 div {
	font-size: 16px;
}
.home_stat_tit, .home_pay_tit {
	font-weight: 500;
	margin-right: 10px;
}
.home_bt {
	width: 90%;
	margin: 0 auto;
	display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 2px;
	padding: 30px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 50px;
}
.home_bt_ico {
	padding: 0 10px;
}
.home_bt_txt {
	display: flex;
    justify-content: center;
    align-items: center;
}
.home_stat_tit,
.home_stat_txt {
	color: #F98617;
}
.home_pay_tit,
.home_pay_txt {
	color: #FE504C;
}
.home_dropdown_btn {
	width: 100%;
	height: 48px;
	margin: 20px auto 0 auto;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	align-items: center;
	padding: 0 20px;
	position: relative;
}
.home_dropdown_icons_group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.home_pdf_ico {
	width: 27px;
	padding-top: 6px;
}
.home_vecinos_ico {
	width: 24px;
	padding-top: 7px;
}
.home_link_qr_ico {
	width: 67px;
	padding-top: 7px;
}
.home_dropdown_text {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}
.home_dropdown_arrow_down_ico {
	position: absolute;
	right: 25px;
	top: 35%;
	width: 15px;
}
.home_dropdown_panel {
	max-height: 0;
	transition: max-height 0.4s ease;
	background: #F3F4F6;
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	padding: 0 20px;
	overflow: hidden;
}
.home_dropdown_panel.active {
	max-height: max-content;
	padding: 10px 10px;
}
.home_dropdown_select_wrap {
	position: relative;
	width: 100%;
	margin: 10px 0;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	cursor: pointer;
}
.home_selected_address {
	position: relative;
	padding: 10px 40px 10px 10px;
	background: #E9EEFF;
	color: #2C318C;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.home_selected_arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.home_selected_arrow img {
	width: 100%;
	height: auto;
}
.home_address_list {
	display: none;
	background: #FFF;
}
.home_address_item {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	transition: background-color 0.2s;
}
.home_address_item:last-child {
	border-bottom: none;
}
.home_address_item:hover {
	background-color: #E9EEFF;
}
.home_dropdown_actions {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 15px;
	padding: 10px 0;
	overflow: hidden;
}
.home_dropdown_btns {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
	justify-content: space-between;
}
.home_dropdown_small_btn {
	width: 100%;
	display: grid;
	grid-template-columns: 30px 122px;
    grid-gap: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn_plan_badge {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FD7F1D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 5px 0 5px 0;
	line-height: 1;
	white-space: nowrap;
}
.home_dropdown_link_qr_btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home_icon_pdf {
    width: 27px;
	padding-top: 7px;
}
.home_icon_vecinos {
    width: 24px;
	padding-top: 8px;
}
.home_icon_link_qr {
    width: 67px;
    margin-bottom: 10px;
}
.home_info_msg_box {
    display: flex;
    justify-content: center;
	margin: 10px 0;
}
.home_info_msg {
	font-size: 14px;
	color: #2C318C;
	min-height: 16px;
}
.home_info_msg.err {
	color: #cc0000;
}
.home_ref_btn {
	width: 100%;
	height: 48px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home_ref_bt_ico {
	padding: 5px 10px 0 0;
}
.home_ref_bt_txt {
	display: flex;
    justify-content: center;
    align-items: center;
}
/* HOME */

/* PAY */
.pay_box {
	display: flex;
	flex-direction: column;
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.pay_back_btn_box {
	display: flex;
    justify-content: flex-end;
	margin: 10px 0 20px 0;
}
.pay_title {
    font-size: 16px;
    color: #003399;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
.pay_tariffs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-self: center;
	margin-bottom: 20px;
	border: 1px solid #C4C4C4;
	border-radius: 10px;
	padding: 10px;
	background: #F3F4F6;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	width: 300px;
}
.pay_tariff {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10px 10px;
	gap: 10px;
	user-select: none;
	cursor: pointer;
}
.pay_tariff:first-child {
	border-right: 1px solid #C4C4C4;
}
.pay_tariff_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.pay_tariff_price {
	font-size: 14px;
	margin-bottom: 5px;
}
.pay_tariff input[type="radio"] {
	transform: scale(1.4);
	accent-color: #023893;
	box-shadow: none;
}
.pay_label {
	color: #0D4097;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.pay_input_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.pay_input_group p {
    color: #0D4097;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.pay_date_input {
  position: relative;
  display: flex;
  align-items: center;
  background: #eef3ff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0 35px 0 5px;
  width: auto;
  height: 34px;
}
.pay_dropdown_month {
  position: relative;
  width: 90px;
  user-select: none;
  text-align: left;
}
.pay_dropdown_year {
  position: relative;
  width: 50px;
  user-select: none;
  text-align: left;
}
.pay_dropdown_month.open .pay_dropdown_list {
  display: block;
}
.pay_dropdown_year.open .pay_dropdown_list {
  display: block;
}
.pay_dropdown_selected {
  background: transparent;
  border-radius: 10px;
  padding: 6px 5px;
  font-size: 14px;
  color: #003399;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
}
.pay_dropdown_list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 100;
  max-height: 180px;
  overflow-y: auto;
  width: 100%;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
}
.pay_dropdown_list li {
  padding: 6px 10px;
  font-size: 14px;
  color: #003399;
  cursor: pointer;
}
.pay_dropdown_list li:hover {
  background-color: #eef3ff;
}
.pay_date_input .pay_calendar_icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.pay_due {
	padding: 10px 0px 0px;
	color: #0D4097;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.pay_total {
	padding: 10px 0px 0px;
	color: #0D4097;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pay_amount {
    color: #003399;
    font-size: 18px;
}
.pay_button_box {
	padding: 30px 0px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.pay_button {
    background-color: #0753F4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    height: 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.3s;
}
.pay_logo {
	padding: 100px 0px 10px;
    text-align: center;
    margin-top: 10px;
}
.pay_logo img {
    width: 130;
}
.pay_info_msg {
	font-size: 12px;
	margin: 10px 0;
	color: #2C318C;
}
.pay_info_msg.err {
	color: #cc0000;
}
/* PAY */

/* PAY CONFIRM */
.pay_confirm_back_btn_box {
	display: flex;
    justify-content: flex-end;
	margin: 10px 0 20px 0;
}
.pay_confirm_box {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}
.pay_confirm_top {
    background: #0753F4;
    color: white;
    text-align: center;
    padding: 20px 20px 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.pay_confirm_top h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: bold;
}
.pay_confirm_service {
    font-size: 14px;
    margin: 0 0 10px;
}
.pay_confirm_date_label {
    font-size: 13px;
    margin: 0;
}
.pay_confirm_date {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px 0;
}
.pay_confirm_circle_box {
    display: flex;
    justify-content: center;
    width: 100%;
	margin-bottom: -180px;
}
.pay_confirm_amount_circle {
    width: 180px;
    height: 180px;
    background: #75B73B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 0 8px #F3F4F6;
}
.pay_confirm_bottom {
    background: #F3F4F6;
    padding: 110px 20px 20px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pay_confirm_button_box {
    text-align: center;
}
.pay_confirm_button {
    background-color: #75B73B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    height: 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.3s;
}
.pay_confirm_logo {
    padding: 40px 0 10px 0;
    text-align: center;
}
.pay_confirm_logo img {
    width: 130px;
}
/* PAY CONFIRM */

/* PAY OK */
.pay_header_box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin-bottom: 20px;
}
.pay_header_img {
	width: 140px;
}
.pay_ok_box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pay_ok_top {
    background: #0753F4;
    color: white;
    text-align: center;
    padding: 30px 20px 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.pay_ok_top h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pay_ok_icon_circle {
    width: 140px;
    height: 140px;
    background: #75B73B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px #F3F4F6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    z-index: 2;
}
.pay_ok_icon_circle img {
    width: 90px;
    height: 74px;
    object-fit: contain;
}
.pay_ok_bottom {
    background: #F3F4F6;
    padding: 100px 20px 20px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pay_ok_button_box {
	padding: 50px 0 0px;
}
.pay_ok_button {
    background-color: #0753F4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.3s;
}
.pay_ok_button:hover {
    background-color: #004cc3;
}
.pay_ok_logo {
    padding: 100px 0 10px;
    text-align: center;
}

.pay_ok_logo img {
    width: 130px;
}
/* PAY OK */

/* PAY FAIL */
.pay_fail_box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pay_fail_top {
    background: #FD0C0C;
    color: white;
    text-align: center;
    padding: 30px 20px 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.pay_fail_top h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pay_fail_icon_circle {
    width: 140px;
    height: 140px;
    background: #FD0C0C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px #F3F4F6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    z-index: 2;
}
.pay_fail_icon_circle img {
	position: center;
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.2));
}
.pay_fail_bottom {
    background: #F3F4F6;
    padding: 100px 20px 20px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pay_fail_button_box {
	padding: 50px 0 0px;
}

.pay_fail_button {
    background-color: #0753F4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background 0.3s;
}
.pay_fail_logo {
    padding: 100px 0 10px;
    text-align: center;
}
.pay_fail_logo img {
    width: 130px;
}
/* PAY FAIL */

/* REFERRALS */
.referrals_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.ref_back_btn_box {
	display: flex;
    justify-content: flex-end;
	margin: 10px 0 20px 0;
}
.ref_row_box {
	width: 400px;
	margin: 0 auto;
}
.ref_row {
    margin: 14px 0;
	display: grid;
	grid-template-columns: 20px 220px auto;
    grid-gap: 10px;
	padding: 0 0 0 40px;
	align-items: center;
}
.ref_icon {
    width: 26px;
    margin-right: 10px;
}
.ref_text {
    font-size: 16px;
    color: #00357A;
	text-align: right;
}
.ref_text_num {
    font-size: 16px;
    color: #00357A;
	text-align: left;
	font-weight: 600;
}
.ref_button_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.referral_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2166f0;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.ref_info_msg_box {
    display: flex;
    justify-content: center;
	margin: 20px 0;
}
.ref_info_msg {
	font-size: 14px;
	color: #2C318C;
	min-height: 16px;
}
.ref_info_msg.err {
	color: #cc0000;
}
.ref_table {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 10px auto;
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
}
.ref_table_row {
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr 1fr;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.ref_table_header {
	background: #e7ecf4;
	font-weight: 600;
}
/* END REFERRALS */

/* NEW REG */
.newreg_modal {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.newreg_modal_content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  text-align: center;
}
.newreg_modal_actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0 0 0;
}
.newreg_modal button {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: #2967EC;
  color: white;
  font-size: 16px;
}
.newreg_box {
	width: 100%;
}
.newreg_box_data {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 20px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_btn_top_controls {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}
.newreg_btn_audio_toggle {
	background: #2967EC;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 4px #AAA;
	cursor: pointer;
}
.newreg_icon_audio {
	width: 20px;
	height: 16px;
}
.newreg_btn_question_container {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
.newreg_btn_question_label {
	display: flex;
    align-items: center;
	justify-content: center;
	margin: 0 10px 0 10px;
	color: #2C318C; 
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_btn_question {
	background: #2967EC;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #AAA;
	color: #FFF;
	cursor: pointer;
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 6px 10px 6px 10px;
	border-radius: 50%;
    margin-bottom: 5px;
}
.newreg_icon_question {
    width: 12px;
    height: 18px;
    display: inline-block;
}
.newreg_tit {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 2px solid #DADADA;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	color: #2C318C;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_input {
	width: 100%;
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_input input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
}
.newreg_password {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_password input {
  border: 1px solid #DADADA;
  outline: none;
  padding: 14px 44px 14px 14px; /* справа место под иконку */
  width: 100%;
  border-radius: 5px;
  background: transparent;
}
.newreg_password .toggle_pass_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.7;
}
.newreg_password .toggle_pass_icon:hover {
  opacity: 1;
}
.newreg_contact_add {
	margin-bottom: 10px;
}
.newreg_contact_qr_block {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
}
.newreg_contact_qr_txt {
	color: #2C318C;
	margin-bottom: 10px;
}
.newreg_tel {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.newreg_tel input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_manual_code_block {
	display: none;
	margin-top: 10px;
}
.newreg_manual_code_block.visible {
	display: block;
}
.newreg_manual_code {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.newreg_manual_code input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.ej {
	grid-column: 1/-1;
	font-size: 12px;
	color: #AAA;
}
.newreg_email {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.newreg_email input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_direccion {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
}
.newreg_direccion input {
	width: 100%;
	border: 1px solid #DADADA;
	border-radius: 5px;
	margin: 0 10px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.newreg_dep {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
	margin: 40px 0 10px 0;
}
.newreg_dep input {
	width: 100%;
	border: 1px solid #DADADA;
	border-radius: 5px;
	margin: 0 10px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.reg_info_msg {
	font-size: 14.5px;
	margin: 10px 0;
	color: #2C318C;
}
.reg_info_msg.err {
	color: #cc0000;
}
.reg_link_info_msg {
	font-size: 14.5px;
	margin: 30px 0;
	color: #2C318C;
}
.reg_link_user_agreement {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
	margin: 0 2px;
}
.reg_bt {
	margin: 30px auto;
	border: none;
}
.newreg_box_data input {
	padding: 10px 7px;
	background-color: #DCE2F7;
}
.reg_final_ok {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
	color: #2A318F;
}
.reg_final_err {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	color: #cc0000;
	text-align: center;
	display: none;
}
.reg_status_block {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 0;
    align-items: center;
    justify-items: center;
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.reg_status {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.reg_status_circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ddd;
    color: #2C318C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
	position: relative;
}
.reg_status_circle.completed {
	border: 2px solid #FD7F1D;
}
.reg_status_circle.passed {
    background-color: #D7E3FC;
    color: #2C318C;
}
.reg_status_circle.active {
    background-color: #2967EC;
    color: white;
}
.reg_status_checkmark {
	position: absolute;
	width: 23px;
	height: 17px;
	bottom: 18%;
	right: -22%;
}
.reg_status_text {
    margin-top: 6px;
    font-size: 12px;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	overflow-wrap: break-word;
}
.reg_status_line {
    height: 2px;
    width: 100%;
    background-color: #ddd;
}
.reg_status_line.passed {
    background-color: #D7E3FC;
}
.reg_step_page {
    display: none;
    min-height: 300px;
}
.reg_step_buttons {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0 0;
}
.reg_step_btn {
	min-width: 102px;
    padding: 8px 3px;
    font-size: 15px;
    display: none
}
.reg_step_btn.visible {
    display: flex;
}
.reg_step_arrow_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#btn_prev .reg_step_arrow_icon {
    margin-right: 5px;
}
#btn_next .reg_step_arrow_icon {
    margin-left: 5px;
}

@media (max-width: 360px) {
    .reg_status_block {
        max-width: 100%;
    }
    .reg_status_circle {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
	.reg_status_checkmark {
		width: 19px;
		height: 14px;
	}
    .reg_status_text {
        font-size: 10px;
        max-width: 50px;
    }
}

/* EDIT DATA */
.edit_data_box {
	width: 100%;
}
.edit_data_main_tit {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: 500;
	color: #2A318F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_box_data {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_tit {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 2px solid #DADADA;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #2C318C;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_input {
	width: 100%;
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_input input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
}
.edit_data_tel {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.edit_data_tel input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_email {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.edit_data_email input {
	border: 1px solid #DADADA;
	outline: none;
	padding: 14px;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_dir_header_grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #DADADA;
}
.edit_data_dir_tit {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
	color: #2C318C;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_dir_add_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}
.edit_data_dir_add_btn.hidden {
	display: none;
}
.add_icon_box{
	height: 30px;
	background: #0b61ff;
	padding: 8px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.edit_data_dir_add_btn.btn_disabled .add_icon_box {
    background: #A0A0A0;
}
.edit_data_dir_add_icon{
	width: 14px;
	height: 14px;
}
.edit_data_dir_add_premium_box{
	height: 30px;
	background: #FD7F1D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.edit_data_direccion {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
}
.edit_data_direccion input {
	width: 100%;
	border: 1px solid #DADADA;
	border-radius: 5px;
	margin: 0 10px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_dep {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto;
    grid-gap: 2px;
	margin: 0 0 10px 0;
}
.edit_data_dep input {
	width: 100%;
	border: 1px solid #DADADA;
	border-radius: 5px;
	margin: 0 10px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.edit_data_info_msg {
	font-size: 12px;
	margin: 10px 0;
	color: #2C318C;
}
.edit_data_info_msg.err {
	color: #cc0000;
}
.edit_data_bt {
	margin: 30px auto;
	border: none;
}
.edit_data_box_data input {
	padding: 10px 7px;
	background-color: #DCE2F7;
}
.edit_data_final_ok {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
	color: #2A318F;
}
.edit_data_final_err {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	color: #cc0000;
	text-align: center;
	display: none;
}
/* EDIT DATA */

/* LINK QR */
.link_qr_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	align-items: center;
	justify-content: center;
}
.link_qr_modal_cont {
	background: white;
	border-radius: 10px;
	width: 95%;
	max-width: 800px;
	padding: 20px;
	position: relative;
	text-align: center;
}
.link_qr_close_btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.link_qr_close_icon {
	width: 20px;
	height: 20px;
}
.link_qr_reader_title {
	margin-bottom: 15px;
}
.link_qr_reader {
	width: 100%;
}
/* LINK QR */

/* LLAMAR Y ABRIR */
.llamar_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.llamar_container {
	padding-bottom: 40%;
}
.abr_addr {
	width: 100%;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.abrir_box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 10px;
	padding: 10px;
	justify-items: center;
}
.abrir_button {
	padding: 5px;
	border: 2px solid #2B4BA2;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #AAA;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	aspect-ratio: 1;
	width: 100%;
	max-width: 200px;
	min-height: 100px;
	max-height: 200px;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 700;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.1;
}
.abrir_selector {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 10px;
}
.abrir_selector div { 
	border: 1px solid #000;
}
.posible_ico {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.posible_txt {
	font-size: 40px;
	font-weight: 800;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.posible_dep_box {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.posible_dep {
	aspect-ratio: 1;
	max-width: 200px;
	min-height: 100px;
	max-height: 200px;
	border: 2px solid #2B4BA2;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #AAA;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 5px;
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 700;
	margin: 10px 0 40px 0;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.1;
}
.communicate_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.communicate_button_style {
    background: #2967EC;
	color: #FFF;
    font-size: 24px;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.permission_alert_box {
	max-width: 360px;
	color: #856404;
	border: 1px solid #ffeeba;
	border-radius: 10px;
	background-color: #fff3cd;
	padding: 10px 12px;
	margin: 15px auto 20px auto;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	box-shadow: 2px 2px 4px #AAA;
}

@media (max-width: 480px) {
	.abrir_button {
		min-height: 70px;
	}
}
/* LLAMAR Y ABRIR */

/* LLAMAR Advertisement */
.llamar_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.llamar_ad_space {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
	padding: 30px;
    background: #f1f1f1; 
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 500;
    color: #0A1E53;
	margin: 30px 0 30px 0;
}
.llamar_register_link_box {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #f9f9f9;
    padding: 15px 0;
    border-top: 2px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.llamar_register_link {
    text-decoration: none;
    color: #2967EC;
    font-size: 20px;
}
/* LLAMAR Advertisement */

/* GUIDE */
.guide_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.guide_back_btn_box {
	display: flex;
    justify-content: flex-end;
	margin: 10px 0 20px 0;
}
.guide_tit {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: 500;
	color: #2A318F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.guide_video_box {
	margin-top: 20px;
	text-align: center;
}
/* GUIDE */

/* User Agreement */
.agreement_box {
	border: 1px solid #C4C4C4;
	background: #F3F4F6;
	border-radius: 10px;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.agreement_back_btn_box {
	display: flex;
    justify-content: flex-end;
	margin: 10px 0 20px 0;
}
.agreement_tit {
	width: 100%;
	display: flex;
    justify-content: left;
    align-items: center;
	font-size: 25px;
	padding: 20px 0 0 0;
	text-align: left;
	font-weight: 500;
	color: #2A318F;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
	margin-bottom: 20px;
}
.agreement_info_box {
	font-size: 17px;
	line-height: 1.6;
	color: #2A318F;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
.agreement_info_box p {
	margin-bottom: 15px;
}
.agreement_info_box h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #2A318F;
	font-weight: 450;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
}
.agreement_info_box ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.agreement_info_box li {
	margin-bottom: 8px;
}
/* User Agreement */
