:root {
	--accent: #b00020;
	--muted: #424242;
	--bg: #fafafa;
	--card: #fff;
	--danger: #c92a2a;
}
#bookingForm {
    font-size: 13px;
}
#bookingForm a {
	text-decoration: underline;
}
#bookingForm b, #bookingForm strong {
	font-weight: 600;
}
h2.f2-section-title {
	/* margin: 0 0 6px; */
	margin-bottom: 2px;
	font-size: 16px;
	/* color: var(--accent); */
}

.f2-section {
	border-top: 1px solid #6a6a6a;
	padding-top: 14px;
	margin-bottom: 16px;
	/* margin-top: 12px; */
}

.f2-row {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	align-items: center
}

.f2-row.col {
	flex-direction: column
}

.form-card label {
	font-size: 13px;
	/* color: #333; */
	display: block;
	margin-bottom: 3px;
}

.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="date"],
.form-card select {
	/* flex: 1; */
	/* padding: 8px 10px; */
	/* border: 1px solid #ddd; */
	/* border-radius: 6px; */
	/* font-size: 14px; */
}

.form-card .small {
	width: 140px
}

.f2-btn {
	background: var(--accent);
	color: #fff;
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	cursor: pointer
}

.f2-btn.ghost {
	background: transparent;
	color: var(--accent);
	border: 1px solid var(--accent)
}

.add-visitor {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px
}

.visitor-card {
	border: 1px solid #eee;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 12px;
	position: relative;
	background: rgba(255,255,255,0.5);
}
.visitor-card .rk-row {
    margin-bottom: 8px;
}
.remove-visitor {
	position: absolute;
	right: 2px;
	top: 2px;
	background: transparent;
	border: none;
	color: var(--danger);
	font-weight: bold;
	cursor: pointer;
	width: 28px;
	height: 28px;
	font-size: 23px;
	/* border: solid 1px; */
}
.visitor-card:first-child .remove-visitor {
    display: none;
}
.visitor-title {
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2px;
}
.muted {
	color: var(--muted);
	font-size: 13px
}

.novalid {
	display: block;
	color: var(--danger);
	font-size: 12px;
	margin-top: 6px;
	line-height: 1.3;
}
.novalid-f {
    margin-bottom: 12px;
    margin-top: -9px;
}
.novalid i {
	/* content: '\e821'; */
	/* font-family: "rikhuy"; */
	font-size: 14px;
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	float: left;
	margin-top: -1px;
}
@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.inline {
	display: flex;
	gap: 8px;
	align-items: center
}

.summary-row {
	display: flex;
	justify-content: space-between;
	/* padding: 8px 0; */
	padding-top: 8px;
	border-bottom: 1px dotted #949494;
}

.summary-title {
	font-weight: 600
}

.small-note {
	font-size: 13px;
	color: #cb0505db;
	/* font-weight: 600; */
}

.checkbox-row {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px
}
.rk-row-student {
    font-size: 13px;
}
.rk-row-student .rk-row {
    margin-bottom: 0;
}
.rk-student-label {
    color: #1e6cc6;
    padding-bottom: 5px;
}
.rk-student-label2 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}
.rk-student-label2 span {
    color: red;
}
.rk-file-label {
    font-size: 11px;
    line-height: 1.3;
}
.efilerow {}
.price-badge {
	background: #f3f4f6;
	padding: 6px 8px;
	border-radius: 6px;
	font-weight: 600
}

.field-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px
}
.display-big {
    font-size: 17px;
    color: #c35900;
    font-weight: 600;
}
.rk-row.rk-displays {
    margin-bottom: 0;
    margin-top: -6px;
}
.form-card input[type="checkbox"] {margin-top: -5px;cursor: pointer;}
.f2-marg {
    margin-bottom: 12px;
    margin-left: 23px;
    font-size: 13px;
}
#watInfo {font-size:13px;padding-top: 6px;}
#watInfo b {
    font-weight: 600;
}
#watInfo .icon-whatsapp {
    font-size: 24px;
}
.f2-invisible {
    display: none;
}
.f2-back {
    display: flex;
    margin-bottom: 10px;
    width: 130px;
    align-items: center;
    cursor: pointer;
}
.f2-back-icon, .f2-back-text {
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #666;
	color: #333;
	transition: background-color 0.3s ease
}
.f2-back-icon {
    border-radius: 50% 0 0 50%;
    width: 31px;
    height: 31px;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    
}
.f2-back-text {
    /* margin-left: 0px; */
    font-weight: 600;
    padding: 2px 16px;
    border-radius: 0 25px 25px 0;
    border-left: 0;
}

.f2-back:hover .f2-back-icon, .f2-back:hover .f2-back-text {
	background-color: rgba(255,255,255,0.9);
}
.efilediv {
    font-size: 13px;
    /* margin-left: 20px; */
    margin-bottom: 4px;
}
.efilediv > div {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
}
.efilediv > input {
    border: 1px solid #c2c2c2;
    background-color: white;
    border-radius: 3px;
    padding: 2px;
}
.visitorsDiv {
    display: flex;
    /* align-items: center; */
    /* width: 100%; */
    /* height: 26px; */
}
.visitorsDiv > label{
    padding-right: 11px;
    line-height: 28px;
    /* display: block; */
}
.visitorsDiv > input {
    border: 1px solid #e5e6e7;
    height: 28px;
    padding-left: 16px;
    outline: none;
    border-radius: 3px;
}
.numpick {}
.numpick input {
	border: 1px solid #e5e6e7;
    height: 28px;
    padding-left: 16px;
    outline: none;
    border-radius: 3px;
}
.numpick button{
    background-color: gray;
    border: 0;
    color: white;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
}
.visitorsDiv > input:focus {border-color: #1ab394;}
#numVisitors {
    width: 55px;
    margin-left: 5px;
    margin-right: 5px;
}
@media (max-width:980px) {

}
.col-00 {
    display: none;
}
.steps {
    transition: ease 0.5s;
}
#rikhuy-main.paso1 {
    /* display: flex; */
    /* align-items: center; */
}
#rikhuy-main.fk-frame .steps {
	display:none;
}
#rikhuy-main.fk-frame .fk-loader {
	display:block;
}
#rikhuy-main.paso1 .steps {
    /* width: 100%; */
    margin-top: 210px;
}
#rikhuy-main.paso1 .rk-pfooter{
    display: none;
}
#rikhuy-main.paso1 .col-00{
    display: block;
}
#rikhuy-main.paso1 #step-col2{
    display: none;
}

#rikhuy-main.paso2 {
    /* display: flex; */
    /* align-items: center; */
}
#rikhuy-main.paso2 .steps {
    width: 100%;
    /* align-items: center; */
}
#rikhuy-main.paso2 .rk-pfooter{
    display: none;
}
#rikhuy-main.paso2 .col-00{}
#rikhuy-main.paso2 #step-col2{}
@media (min-width: 768px) {
	#rikhuy-main #step-col2, #rikhuy-main #elaside {
    background-color: rgb(255 255 255 / 85%);
    backdrop-filter: blur(5px);
    border-radius: 5px;
}
}
@media (max-width:767px) {
	.rk-sidebar {
		background: rgb(255 255 255 / 85%);
	    backdrop-filter: blur(5px);
	    border-radius: 5px;
		padding:16px
	}
	.f2button.e2-back {
    padding-left: 10px;
    padding-right: 10px;
		 font-size: 13px;
}
	#enviarForm {
    padding-left: 10px;
    padding-right: 10px;
		 font-size: 13px;
}
	#fechas1button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
}
.mst-form {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffffffba;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
}
.mst-info {
    border-color: #2396d5;
    color: #0c5e8b;
}
.mst-check {
    border-color: #69b84c;
    color: #1e6304;
}
.mst-form table {}
.mst-icon {
    background: gray;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    color: white;
    font-size: 13px;
    margin-right: 3px;
    /* font-weight: normal; */
}
.mst-info .mst-icon{
    background: #2396d5;
}
.mst-check .mst-icon{
    background: #69b84c;
}
.mst-icon i {}



/********* mini calendar *********/

.rks-calendar {
    width: 100%;
    /* outline: 1px dotted; */
    padding: 15px;
    position: relative;
    border: 1px solid #dedede;
}
.rks-calendar * {
    box-sizing: border-box;
}
.rks-calendar .input-group {
    /* position: relative; */
}
select.rks-select {
    max-width: 100%;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
}
select.rks-select:disabled {
	opacity:0.4;
}
.rks-tour {
    margin-bottom: 8px;
}
.rks-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 9px;
}
.rks-row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 8px;
	padding-left: 8px;
}
.rks-fecha {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 4px;
}
.rks-hora {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4px;
}
.rks-calen {
    position: relative;
    padding-top: 0;
    transition: ease 0.3s;
    padding-bottom: 18px;
}
.rks-calen.k-expan {
    padding-top: 31px;
}
.rks-calen > div {
	position: relative;
}
.rks-calen.rks-noselec {
    opacity: 0.4;
}
.rks-calen-head {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
    color: #6a6a6a;
    font-weight: 600;
}
.rks-calen-head > div {}
.rks-calen-days {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
    gap: 5px;
}
.rks-calen-days > div {}
.rks-calen-days > div > div {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
}
.rks-calen-days > div > div.rks-td {
	color: #6d6d6d;
	border-style: solid;
	border-width: 2px;
	border-color: #ccc;
	border-color: #f01212;
	background:
        linear-gradient(
            150deg,
            transparent calc(50% - 2px),
            #f01212 calc(50% - 1px),
            #f01212 calc(50% + 1px),
            transparent calc(50% + 2px)
        );
	color: #f01212;
}
.rks-calen-days > div > div.rks-closed {
	border-color: #ccc;
	background:
        linear-gradient(
            150deg,
            transparent calc(50% - 2px),
            #cccccc calc(50% - 1px),
            #cccccc calc(50% + 1px),
            transparent calc(50% + 2px)
        );
	color: #9d9d9d;
}

.rks-calen-days > div > div.rks-selec {
    cursor: pointer;
    outline: 1px solid #fff;
    border: 2px solid #1fc11f;
    color: #006700;
    transition: background-color 0.3s ease,outline 0.3s ease;
    position: relative;
	background: #b2ffb2;
}
.rks-calen-days > div > div.rks-selec.rks-selected {
	outline: 2px solid #000000;
  animation: pulse-outline 1.5s infinite;
}
.rks-calen-days > div > div.rks-selec.rks-selected:after {
    content:"";
    background-image: url(../img/check.svg);
    background-size: cover;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 2px;
}
.rks-calen-days > div > div.rks-selec:hover {
    background-color: #f1f1f1;
    outline: 1px solid #1fc11f;
}
@keyframes pulse-outline {
  0% {
    outline-color: rgb(0 0 0);
    box-shadow: 0 0 0 0 rgb(31 31 31 / 70%);
  }
  70% {
    outline-color: rgba(52, 152, 219, 0.2);
    box-shadow: 0 0 0 5px rgb(168 168 168 / 0%);
  }
  100% {
    outline-color: rgb(0 0 0);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}
.rks-calen > div.rks-lock {
    background-color: #ffffffb5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.rks-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    place-items: center;
    background: rgba(255,255,255,0.75);
    z-index: 1500;
}
.rks-loader.isvisible {
	display:grid;
}
.rks-loader .loader_dots span {
    background: #c40c0c;
}
.rks-button {
    text-align: center;
    padding-top: 2px;
    position: relative;
}
.rks-button button {
    cursor: pointer;
    color: white;
    background-color: #c40c0c;
    font-family: inherit;
    height: 34px;
    line-height: 34px;
    border: 0;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 3px;
    font-size: 15px;
	transition: ease 0.3s
}
.rks-button button:hover {
	background-color:#e40808;
}
.rks-button button:disabled {
	background-color:#ccc;
	cursor:not-allowed;
}
.tooltipcont {
    position: relative;
    width: 100%;
}
.tooltipinline {
    position: relative;
    display: inline-block;
}
.tooltiptext {
    width: 208px;
    background-color: #005128;
    background-color: #eb0000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1; /* Ensure tooltip is displayed above content */
    font-size: 13px;
	/* 🔹 Animación pulsante */
    opacity: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    animation: pulseOpacity 1s infinite ease-in-out;
}
.inputg {
	outline: 3px solid;
	border-radius:5px;
	animation: pulseOutline 1s infinite ease;
}
@keyframes pulseOpacity {
    0%, 100% {
        opacity: 1; /* totalmente opaco */
    }
    50% {
        opacity: 0.7; /* 70% de opacidad */
    }
}
@keyframes pulseOutline {
	0%, 100% {
		outline-color: #c60000;
	}
	50% {
		outline-color: #c600004d;
	}
}
#rkctl_fecha_home {
    font-family: inherit;
    /* line-height: 32px; */
    font-size: inherit;
    text-align: center;
    /* z-index: 500; */
}
.tooltiptext.t-top, .tooltiptext.t-bottom {
	width: 250px;
	left: 50%;
	margin-left: -125px; /* Use half of the width (130/2 = 65), to center the tooltip */
}
.tooltiptext.t-top {
	top: calc(100% + 5px);
}
.tooltiptext.t-bottom {
	bottom: calc(100% + 5px);
}
.tooltiptext.t-short {
	width: 200px;
	margin-left: -100px;
}
.tooltiptext::after {
  content: " ";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltiptext.t-top::after {
	bottom: 100%;  /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-color: transparent transparent #005128 transparent;
	border-color: transparent transparent #eb0000 transparent;
}
.tooltiptext.t-bottom::after {
	top: 100%;  /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-color: #005128 transparent transparent transparent ;
	border-color: #eb0000 transparent transparent transparent;
}
.tooltiptext.t-left {
	top: -5px;
	left: 105%;
	line-height: 1.3;
}
.tooltiptext.t-left::after {
	bottom: 50%;  /* At the top of the tooltip */
	right: 100%;
	margin-bottom: -5px;
	border-color: transparent #005128 transparent transparent;
	border-color: transparent #eb0000 transparent transparent;
}
.hidetool {
	display:none;
}
.rks-calen-leg {}
.rks-calen-leg > div{
    border: 1px solid #e3e3e3;
    margin-top: 13px;
}
.rks-calen-leg table {}
.rks-calen-leg table tbody>tr>td, .rks-calen-leg table tbody>tr:nth-child(odd)>td, .rks-calen-leg table tbody tr:hover>td {
    background: transparent;
    border: none;
    padding: 5px;
    line-height: 1.1;
    font-size: 14px;
    text-align: left;
}
.rks-leg {
    border: 2px solid;
    width: 19px;
    height: 14px;
} 
.rks-leg-dispo {
    border-color: #1fc11f;
    background: #b2ffb2;
}
.rks-leg-nodispo {
    border-color: #f01212;
	background: linear-gradient(150deg, transparent calc(50% - 1px), #f01212 calc(50%), transparent calc(50% + 1px));
}
.rks-leg-closed {
    border-color: #cccccc;
    background: linear-gradient(150deg, transparent calc(50% - 1px), #cccccc calc(50%), transparent calc(50% + 1px));
}
