:root {
    --loader-size: 48px;
    --loader-color: #ffd04e;
    --loader-bg: #f21111;
    --loader-speed: .9s
}

.ct-section-inner-wrap {
    padding-bottom: 0px!important
}

#rikhuy-main {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    min-height: 650px
}
#rikhuy-main.agnostic {
    min-height:0;
}
.rik_loader,.rik-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    place-items: center;
    background: rgb(0 0 0 / 60%);
    z-index: 10000
}

.rik_loader.isvisible,.rik-modal.isvisible {
    display: grid
}

.rik_loader.isvisible.fk-frame {
    display: none
}

.loader_dots {
    display: inline-flex;
    gap: 8px
}

.loader_dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--loader-color);
    opacity: .3;
    animation: bounce 1s infinite
}

.loader_dots span:nth-child(2) {
    animation-delay: .15s
}

.loader_dots span:nth-child(3) {
    animation-delay: .3s
}

@keyframes bounce {
    0%,80%,100% {
        transform: translateY(0);
        opacity: .2
    }

    40% {
        transform: translateY(-6px);
        opacity: 1
    }
}

.fk-loader {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.8);
    border-radius: 5px;
    margin-top: 133px;
    display: none
}

.fk-text {
    text-align: center;
    padding: 11px;
    font-size: 16px;
    font-weight: 600
}

.fk-prog {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px
}

.prog-container {
    width: 100%;
    height: 12px;
    background-color: #eee;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.prog-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(180deg,#56dc5c,#4caf50);
    animation: fillBar 1s ease-in-out forwards
}

@keyframes fillBar {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

#rikhuy-main * {
    box-sizing: border-box
}

#esgrid-foot {
    position: absolute;
    bottom: 17px;
    left: 18px;
    right: 18px;
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    padding-left: 5px
}

.rk-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: 16px
}

.rk-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 16px
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width: 768px) {
    .col-md-9 {
        flex:0 0 75%;
        max-width: 75%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-6,.col-abc {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666666%
    }
}

@media (max-width: 768px) {
    .col-abc {
        width:auto
    }
}

#rikhuy-content {
    min-height: 345px;
    padding: 18px;
    padding-bottom: 51px;
    position: relative
}

.rk-fondo {
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(5px);
    border-radius: 5px
}

.rk-panel {
    padding: 18px;
    margin-bottom: 16px
}

.rk-pfooter {
    padding: 14px;
    margin-bottom: 20px;
}

.rk-pfooter .rk-row {
    margin-bottom: 0;
    width: max-content
}
.rk-mbot {
    margin-bottom: 0;
}
#footx1 {
    text-align: center;
}
.ee-vis2 {
    display: inline-block;
    /* margin-left: auto; */
}
.rk-a-right {
    text-align: right;
    padding-left: 0;
}

.rk-sidebar {
    position: sticky;
    top: 67px;
    font-size: 13px;
    margin-bottom: 0
}
.rk-paneli {
    padding-top: 7px;
}
.rk-panelj {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.rk-sidebar b {
    font-weight: 600
}

.rk-withtop {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 25px
}

.rk-panel.rk-fondo.rk-pfooter {
    border-radius: 10px 10px 0 0px!important;
    margin-bottom: 0px!important
}

.rk-panel label {
    display: block;
    margin-bottom: 2px
}

.form-group {
    margin-bottom: 1rem
}

.form-group label,.form-row label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #3d3d3d
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.rik-form button,.rik-form input,.rik-form optgroup,.rik-form select,.rik-form textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input[type=text].form-control,input[type=number].form-control,input[type=date].form-control,input[type=time].form-control,input[type=email].form-control,select.form-control,textarea.form-control,.single-line {
    font-size: 13px;
    line-height: 1.5;
    background-color: #FFF;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 34px
}

input[type=text].form-control,input[type=number].form-control,input[type=date].form-control,input[type=time].form-control,input[type=email].form-control {
    height: 34px;
    background-image: none
}

select.form-control {
    max-width: 100%
}

input[type=text].form-control:focus,input[type=number].form-control:focus,input[type=date].form-control:focus,input[type=time].form-control:focus,input[type=email].form-control:focus,select.form-control:focus,textarea.form-control:focus,.single-line:focus {
    background-color: #fff;
    border-color: #1ab394;
    outline: 0;
    box-shadow: none
}

#rikhuy-main input:disabled {
    opacity: .5
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    -ms-flex: 1 1 auto
}

.form-label {
    margin-bottom: .5rem
}

#rikhuy-main .select2 {
    width: 100%!important
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: .25rem;
    padding: .5rem .75rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    color: #495057;
    content: "Examinar";
    background-color: #e9ecef;
    border-left: 1px solid #e5e6e7;
    border-radius: 0 .25rem .25rem 0;
    padding: .5rem .75rem
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #e7eaec;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.img-field-loader {
    margin-bottom: 8px
}

.img-field-loader img {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-primary {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394
}

.btn-primary:hover {
    background-color: #0ba17f
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:focus {
    outline: 1px solid #2f680d
}

.btn-danger {
    color: #fff;
    background-color: #ed5565;
    border-color: #ed5565
}

.btn-danger:hover {
    background-color: #ef3448
}

.btn-danger:focus {
    outline: 1px solid #8d0d0d
}

.btn-save {
    background-color: #1c84c6;
    color: #fff
}

.btn-save:hover {
    background-color: #0b5f95
}

.btn-save:focus {
    outline: 1px solid #043e64
}

.btn:disabled {
    background-color: #ccc
}

.rik-form .btn-margin {
    margin-right: 16px
}

.tForm.form-add .form-only-edit {
    display: none
}

.btn-app {
    background: #6f6f6f;
    cursor: pointer;
    color: #fff;
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: inline-block
}

.btn-app:focus-visible {
    outline: 1px solid #757575
}

.btn-edit {
    background-color: #ffa41d
}

.btn-edit:hover {
    background-color: #e58a25
}

.btn-remove {
    background-color: #eb293b
}

.btn-remove:hover {
    background-color: #bd2130
}

.btn-mr {
    margin-right: 6px
}

.btn-container {
    min-width: 68px
}

a.btn-link {
    display: inline-block;
    text-decoration: none;
    background-color: gray;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    border-radius: 5px
}

a.btn-fservices {
    background-color: #1ca7c6
}

a.btn-fservices:hover {
    background-color: #0e88a3
}

#rkctl_fechaok {
    display: none
}

.f2-select {
    font-size: 13px;
    line-height: 1.5;
    background-color: #FFF;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s
}

.f2-select:focus {
    background-color: #fff;
    border-color: #1ab394;
    outline: 0
}

input.form-mayus {
    text-transform: uppercase
}

#rik-calendar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

.rcal-header {
    background-color: #BF3131;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 3px 3px 0 0
}

#rcal-fecha {
    font-weight: 700
}

.rcal-middle {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

.rcal-selectors {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.rcal-selectors>div {
    display: inline-block
}

.rcal-selectors>div>select {
    height: 2em;
    padding: 0;
    margin-left: .25em;
    margin-right: .25em;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    font-size: 16px;
    padding-right: 10px
}

.rcal-arrow {
    color: #fff;
    font-weight: 700;
    position: absolute;
    cursor: pointer;
    width: 24px;
    background-color: #eb4949;
    text-align: center;
    top: 8px;
    border-radius: 4px;
    line-height: 24px;
    transition: background-color 0.3s ease
}

.rcal-arrow:hover {
    background-color: #bf3131
}

.rcal-prev {
    left: 4px
}

.rcal-next {
    right: 4px
}

.rcal-cal {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 300px
}

.rcal-cal-h {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    width: 100%;
    align-items: center;
    height: 28px;
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    gap: 5px
}

.rcal-cal-cells {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
    gap: 5px
}

.rcal-cal-cells>div.rk-cell {
    border-radius: 3px
}

.rcal-cal-cells>div.rk-selec {
    cursor: pointer;
    outline: 1px solid #fff;
    border: 2px solid #1fc11f;
    color: #006700;
    transition: background-color 0.3s ease,outline 0.3s ease;
    background: #b2ffb2
}

.rcal-cal-cells>div.rk-selec:hover {
    background-color: #f1f1f1;
    outline: 1px solid #1fc11f
}

.rcal-cal-cells>div.rk-selec-z {
    color: #6d6d6d;
    border-color: #ccc;
    background: linear-gradient(135deg,transparent calc(50% - 2px),#cccccc calc(50% - 1px),#cccccc calc(50% + 1px),transparent calc(50% + 2px));
    color: #9d9d9d
}

.rcal-cal-cells>div.rk-selec-z:hover {
    outline: none
}

.rk-cell>div {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px
}

.rk-cell>span {
    display: inline-block;
    background-color: #008000c9;
    color: #fff;
    font-size: 11px;
    width: 30px;
    border-radius: 19px;
    line-height: 1.5;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    transition: background-color 0.3s ease;
    display: none
}

.rk-cell:hover>span {
    background-color: green
}

.rk-cell>span.rk-zero {
    background-color: #8e8e8e
}
.rk-none {
    color: gray;
}
.rcal-foot {
    padding: 10px;
    text-align: center
}

.rcal-foot button {
    background-color: #747474;
    color: #fff;
    border: 1px solid #8b1515;
    border: 0;
    border-radius: 3px;
    height: 29px;
    line-height: 26px;
    width: 94px;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.rcal-foot button:hover {
    background-color: #515151
}

.stepper {
    text-align: center;
    margin-bottom: 48px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.fill-max-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

button.step-trigger {
    cursor: default;
    display: inline-flex;
    width: 2em;
    height: 2em;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50%;
    color: #006dca;
    background-color: #fff;
    border: 1px solid #006dca;
    opacity: .5;
    transition: background-color .15s ease-out,color .15s ease-out
}

.active-step button.step-trigger {
    color: #fff;
    background-color: #006dca;
    border: none;
    opacity: 1
}

span.step-label {
    font-size: 11px;
    color: #006dca;
    position: absolute;
    max-width: 80px;
    line-height: 1.3;
    text-shadow: 0 0 10px #fff;
    margin-top: 4px;
    font-weight: 600
}

span.step-label-0-es {
    margin-left: -43px;
    max-width: 90px
}

span.step-label-1-es {
    margin-left: -37px;
    max-width: 84px
}

span.step-label-2-es {
    margin-left: -35px
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: .375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width .6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    height: .2rem;
    width: 100%;
    padding: 0
}

.progress.marked {
    background-color: #006dca
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
    background-color: #2b6056
}

.r-titulo {
    background-color: rgba(255,255,255,.9);
    background: #f4f4f4;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 4px;
    border-radius: 4px 4px 0 0
}

.r-titulo h1 {
    font-size: 18px
}

.prereservas {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffff9b;
    background: linear-gradient(180deg,#fffe9c,#fff33f);
    border-radius: 5px;
    font-weight: 600;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.18)
}

.prereservas i {
    color: #ff3b00;
    font-size: 16px
}

.estxt {
    font-size: 15px;
    color: #000;
    margin-bottom: 16px;
    margin-bottom: 6px;
    background-color: rgba(255,255,255,.8);
    padding: 5px 10px;
    border-radius: 4px
}

.estxt b {
    font-weight: 600
}

.estxt2 {
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 5px;
    text-align: center
}

.esgrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    color: #000;
    gap: 15px
}

.esgrid>div {
    text-align: center;
    background-color: #fff;
    outline: 2px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 13px;
    padding-bottom: 13px
}

.esgrid>div.dispo {
    cursor: pointer;
    transition: background-color 0.3s ease,outline 0.3s ease;
    position: relative
}

.esgrid>div.dispo:hover {
    background-color: #fff;
    outline: 2px solid green
}

.esgrid>div.dispo.disposelec {
    outline: 2px solid green
}

.esgrid>div.dispo.disposelec:after {
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 5px
}

.esgrid>div.dispo .icon-ok {
    color: green;
    display: none
}

.esgrid>div.dispo .icon-right-hand {
    margin-left: -16px;
    margin-right: 2px;
    animation: pulseOpacity2 1s infinite ease-in-out
}

@keyframes pulseOpacity2 {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.esgrid>div>div.noespacio {
    color: red;
    font-size: 16px;
    font-weight: 400
}

.esgrid>div>div.siespacio {
    color: green;
    font-size: 20px
}

.esgrid>div>div.closedspc {
    color: #828282;
    font-size: 16px
}

.wtable {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3
}

.wtable td {
    vertical-align: top
}

.wimg {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
}

.etxt {
    padding-bottom: 10px
}

.eimg {
    padding-bottom: 18px
}

.eimg a {
    position: relative
}

.eimg-int {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%
}

.eimg-int>div {
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 28px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
    transition: width 0.3s ease,background 0.2s ease
}

.eimg a:hover .eimg-int>div {
    background-color: rgb(0 0 0 / 70%);
    width: 63%
}

.eimg img {
    display: block;
    width: 100%;
    border-radius: 4px
}

.evid>a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative
}

.evid svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -24px;
    opacity: .8
}

.evid img {
    width: 100%;
    border-radius: 4px
}

.evid iframe {
    width: 100%;
    height: 205px;
    border-radius: 4px
}

.evidlink {
    color: #00569e;
    font-weight: 600;
    transition: color 0.3s ease
}

.evidlink svg {
    width: 25px;
    height: 20px;
    float: left;
    margin-right: 8px
}

.evidlink:hover {
    color: red
}

#fechas1btn>div {
    padding-top: 23px;
    text-align: center
}

#fechas1button {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

.f2button {
    background-color: #c60000;
    color: #fff;
    border: 0;
    height: 38px;
    border-radius: 5px;
    cursor: pointer;
    transition: linear 0.3s;
    border: 1px solid;
    border-color: #c60000;
    width: 134px;
    font-weight: 600;
    font-family: inherit;
}

.f2button:hover {
    background-color: #e70606
}

.f2button:disabled {
    background-color: #d9d9d9;
    border-color: #ccc;
    cursor: not-allowed
}

.f3button,.f4button {
    background-color: #e4e4e4;
    color: gray;
    border: 1px solid
}

.f3button:hover {
    color: #fff;
    background-color: #c60000;
    border-color: #c60000
}

.f4button:hover {
    color: #c60000;
    border-color: #c60000;
    background-color: #e4e4e4
}

.f1button {
    background-color: #c60000;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 9px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit
}
#footx2 {
    text-align: center;
}
.col-abx {
    display: inline-block;
}
#enviarForm {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}
.e2-back {}
.f2button.e2-back {
    background: #666666;
    border-color: #484848;
    cursor: pointer;
    margin-right: 10px;
    font-family: inherit;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}
.f2button.e2-back:hover {
    background: #383838;
}
.rk-sidebar .rk-row {
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.3
}

.rk-sidebar .rk-row>* {
    margin-top: 0
}

.d-icon {
    display: flex
}

.d-icon>i {
    margin-right: 2px;
    color: #d13333
}

.rk-separador {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.rk-separador:before {
    content: '';
    display: block;
    background: #ccc;
    height: 1px
}

.rk-resumen h3 {
    font-size: 19px;
    text-align: center
}

.rk-resumen h4 {
    font-size: 16px;
    margin-bottom: 4px;
    background: #006dca;
    background: #292e33;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid;
    border-color: #006dca3d
}

.rk-sumario {
    padding-bottom: 10px
}

.prices-note {
    padding-top: 13px;
    color: #cb0505db;
}

@media (max-width: 640px) {
    .rk-pfooter {
        /* position:fixed; */
        bottom: 0;
        margin-bottom: 0;
        border-radius: 0;
        left: 0;
        width: 100%;
        text-align: left;
        /* background: #ffffff8f; */
    }
    #footx1 {
    text-align: left;
}
    #footx2 {
        text-align: left;
    }
    .ee-vis1 {
        display: none
    }

    .ee-vis2 {
        text-align: left
    }
}
@media (max-width: 570px) {
    .esgrid {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 400px) {
    .esgrid>div {
        font-size:13px;
        padding-top: 23px
    }

    .esgrid {
        gap: 10px
    }

    .esgrid>div>div.noespacio {
        font-size: 14px;
        padding-top: 4px
    }
}

#rikhuy-main .select2-container .select2-dropdown,#rikhuy-main .select2-container .select2-selection {
    border-color: #e0e0e0;
    font-family: sans-serif
}

.select2-results {
    font-family: sans-serif
}

.select2-results__option {
    padding: 5px 12px!important;
    font-size: 13px!important;
    line-height: 1.5;
    border-top: 1px solid #e6e6e6;
}

#rikhuy-main .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px;
    line-height: 1
}

.select2-results__options {
    max-height: 500px!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #292e33!important;
}

/* new popup */
.nwpopup{
	position: fixed;
	display: grid;
	place-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	z-index: 9999;
    display: none;
	/* overflow: hidden; */
}

.nwpopup_inner {
    position: absolute;
    height: 90%;
    max-width: 90%;
}
.nwpopup_inner > div{
    height: 100%;
    position: relative;
    background: white;
    /* padding: 6px; */
    border-color: white;
    border-style: solid;
    border-width: 6px;
    border-radius: 5px;
    overflow:hidden;
}
.nwpopup_inner > div > img{
    height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.6s ease;
    display: block;
}
.nwpopup_inner > div > .nwpopup_close{
    position: absolute;
    top: -4px;
    right: -4px;
    background: white;
    width: 38px;
    text-align: center;
    line-height: 38px;
    height: 38px;
    font-size: 22px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
    border: 0;
}
@media (min-width: 769px) {
    .nwpopup_inner > div:hover > img {
        transform: scale(1.05);
    }   
}
@media (max-width: 768px) {
    .nwpopup_inner {
        width: 90%;
        height: auto;
    }
    .nwpopup_inner > div {
        width: 100%;
        height: auto;
    }
    .nwpopup_inner > div > img{
        width: 100%;
        height: auto;
        /* display: block; */
    }
}

.sreservaform {}
.sr-inner {
    width: 700px;
    background-color: gray;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.sr-row {
    display: flex;
    font-size: 14px;
    gap: 15px;
}
.sr-col1 {
    width: 64%;
    text-align: left;
    z-index: 1500;
}
.sr-col2 {
    width: 36%;
    /* padding-left: 15px; */
    position: relative;
}
#inner-calendar {
    position: absolute;
    /* left: 16px; */
    left: calc(50% - 150px);
    top: 100%;
    margin-top: 0px;
    z-index: 1500;
}
#rik-modal-calendar {
    /* background: #00000070; */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .sreservaform {
        width: 100%;
    }
    .sr-inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .sr-inner {
        padding: 8px;
    }
    .sr-row {
        display: block;
    }
    .sr-col1 {
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
    }
    .sr-col2 {
        width: 200px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}