.nav-count {
  top: -4px;
  left: 10px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-icon{
  border: 0;
  height: 42px;
  width: auto;
  padding: 8px;
  background-color: transparent;
  color: #AF8A11 !important;
  margin-left: 8px;
  font-size: 21px;
  margin-right: 5px;
}

#nav-noti-calificar-tab.active, #nav-noti-pagar-tab.active{
  background-color: #af8a11!important;
  border-color: #21272f!important;
  color: white !important;
}

#nav-noti-calificar-tab:hover, #nav-noti-pagar-tab:hover{
  background-color: #af8a11!important;
  border-color: #21272f!important;
  color: white !important;
}

.cargar-evento:hover{
  background-color:#34343A!important
}

div.g-recaptcha {
  overflow:hidden;
  width:298px;
  height:74px;
  margin: auto;
}


/***** MODIFICACIONES A CSS DE SELECT 2 *****/
.img-flag{max-width: 20px;}
.select2-search__field {color: #fff !important;}
.select2-selection__rendered { line-height: 31px !important; }
.select2-container .select2-selection--single { height: 35px !important; }
.select2-selection__arrow { height: 34px !important; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{ color: #fff; }
.select2-selection{ overflow-y:auto; white-space:nowrap; }
ul.select2-selection__rendered{ white-space: nowrap; }
.select2-container--default .select2-selection--single {background-color: #1b2027;min-height: 42px;align-content: center;}
.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {border-color: #AF8A11;}
.select2-container--default .select2-selection--single {border-color: rgba(239, 242, 247, 0.2);}


input.date-control {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.img-gallery-user-blank{
  max-width: 100%;
  z-index: 999;
  position: absolute;

}

.img-gallery-user-main{
  z-index: 998;
  width: 100%;
  background-size: cover !important;
}

.img-gallery-user-sub{
  z-index: 998;
  width: 100%;
  background-size: cover !important;
}

.bg-excellent { background-color:#02ad4c; }
.bg-very-good { background-color:#3dd47e; }
.bg-good { background-color:#d2f071; }
.bg-regular { background-color:#ffe46e; }
.bg-bad { background-color:#e3552d; }


.ui-timepicker-container{ z-index:99999 !important; }


.daterangepicker{ background-color: #424242 !important; border-color: #424242 !important; } 
.daterangepicker .calendar-table{ background-color: #424242 !important; border-color: #424242 !important; }

.daterangepicker .calendar-table td.off.ends.available { background-color:: #262626; }
.daterangepicker .calendar-table td.available { background-color: #424242 !important; }
.daterangepicker .calendar-table td.weekend.available { background-color: #3b3a3a !important; }



.daterangepicker .calendar-table td.active.start-date.available,
.daterangepicker .calendar-table td.today.active.start-date.available,
.daterangepicker .calendar-table td.active.start-date.in-range.available,
.daterangepicker .calendar-table td.active.end-date.in-range.available,
.daterangepicker .calendar-table td.today.active.start-date.active.end-date.available{ background-color: #947013 !important; }
.daterangepicker .calendar-table td.in-range.available{ background-color: #78715f !important; }

.daterangepicker .calendar-table td.off.disabled{  background-color: #707070 !important; color:#4a4a4a !important;  }

.cart-no-items{
  position: absolute;
  top: 0;
  margin: 17px auto auto 25px;
  padding: 4px;
  min-width: 20px;
  height: 20px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
}

.page-numbers{ cursor: pointer; }


.dropify-message,
.dropify-message span.file-icon p{
  font-size: 12px !important;
}



.dropify-wrapper{
  background-color: #1e242d !important;
  border: 1px solid #30353b;
}

.dropify-message,
.dropify-errors-container,
.dropify-preview{
  background-color: #1e242d !important;
}

.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #383838 25%, transparent 25%, transparent 50%, #383838 50%, #383838 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #383838 25%, transparent 25%, transparent 50%, #383838 50%, #383838 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite; 
    animation: stripes 2s linear infinite;
  }


.btn-outline-primary {
    --bs-btn-color: #AF8A11;
    --bs-btn-border-color: #AF8A11;
    --bs-btn-hover-bg: #C79905;
    --bs-btn-hover-border-color: #C79905;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-bg: #C79905;
    --bs-btn-active-border-color: #C79905;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C79905;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C79905;
    --bs-gradient: none;
}

.btn-rounded{
  border-color: rgba(112, 112, 112, 0.3);
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.5);
  margin: 0 0.2em;
}
.btn-rounded:hover{
  border-color: rgba(112, 112, 112, 0.3) !important;
  border-radius: 50%;
  background-color: rgba(112, 112, 112, 0.1) !important;
  margin: 0 0.2em;
}
  
.ui-timepicker-standard,
.ui-timepicker{
  background-color: #1e242d;
  border: solid 1px #af8a11;
  color: #fff;
}

.ui-widget.ui-widget-content {
  border: solid 1px #222;
}

.ui-widget-content a {
  color: #fff;
}


a.ui-corner-all.ui-state-hover{
  background-color: #12161c;
  color: #a8a8a8;
}




.list-clear { list-style: none; margin:0px; padding:0px; }
.list-clear li{ list-style: none; margin:8px auto; }

.table-data {
  border-collapse: collapse;
  margin: 1em 0px;
  width: 100%;
}
.table-data th, .table-data td {
  border-collapse: collapse;
  padding: 6px;
  color: white;
}


.w-60{ width:60px !important; }
.wh-60{ width:60px !important; height:60px !important; }
.wh-100{ width:100px !important; height:100px !important; }
.wh-120{ width:120px !important; height:120px !important; }

.simplebar-scrollbar::before {
  background-color: #a8a8a8 !important;
}


.table-resumen{
  border-collapse: collapse;
  border: 1px solid #3b3b3b;
  margin: 1em auto;
}

.table-resumen th{ padding: 4px; width: 120px !important; }
.table-resumen td{ padding: 4px; width: 120px !important; }


.form-comments{
  resize: none;
}


.img-block-icon-table{
  width: 30px;
  height: 30px;
  display: inline-grid;
  margin: 0px 4px;
}

.img-clear-icon-table{
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9999;
}

.img-image-icon-table{
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 8888;
  background-size: cover;
  background-position: center;
}

.accordion-item{
  background-color: #10151c;
}

.img-wh100{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  background-size: cover;
  background-position: center;
}


div.datepicker{
  background-color: #10151c;
}

.border-thin {
  --bs-border-opacity: 0.3;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.custom-tooltip {
  border: 2px solid #AF8A11;
}

.btn-border-dorado{
  border-color: #AF8A11 !important;
  color: white !important; 
}

.btn-border-dorado.active{
  background-color: #AF8A11 !important;
  color: white !important; 
  border-color:: #AF8A11 !important;
}

.btn-border-solid-dorado{
  background-color: #AF8A11 !important;
  color: white !important;   
}

.btn-border-solid-dorado.active{
  background-color: #AF8A11 !important;
  color: white !important; 
  border-color:: #AF8A11 !important;
}

.white-text{
  color: white !important;
}
/*
.modal{
    z-index: 100000 !important;
}*/


span.select2-container {
    z-index:9999999;
}
.select2-container--open {
    z-index: 9999999 !important;
}


.choices{
  color: #575757 !important;
}
.choices__inner{
  min-height: 42px !important;
  max-height: 42px !important;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  word-break: break-word;
  width: max-content;
}
.form-check-block{
  min-height: 50px !important;
  max-height: 50px !important;
}
.times-alt-row{
  display: block;
  min-height: 50px !important;
  max-height: 50px !important;
}
.border-evl{
  border: 1px solid #AF8A11;
  border-radius: 1rem;

}

.bg-warning{
  color:black;
}

.header-carousel.owl-carousel .owl-stage-outer,
.header-carousel.owl-carousel .owl-stage,
.header-carousel.owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.testimonial-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.testimonial-carousel.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 42%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0%, -58%);
    -ms-transform: translate(0%, -58%);
    transform: translate(0%, -58%);
    font-size: 14px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    margin: 0;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, 0);
}

.testimonial-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: var(--bs-white);
}

.testimonial-carousel.owl-theme .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.testimonial-carousel.owl-theme .owl-nav .owl-prev {
    left: -100px;
}

.testimonial-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -100px;
}

.owl-carousel .owl-item .blog-avatar {
    height: 48px;
    width: 48px;
}

/* Quote carousel 02 */
.place-carousel .owl-stage-outer,
.blog-carousel .owl-stage-outer,
.listings-carousel .owl-stage-outer {
    display: inline-block;
}


[dir=rtl] .owl-carousel,
[dir=rtl] .bx-wrapper {
    direction: ltr;
}

[dir=rtl] .owl-carousel .owl-item {
    direction: rtl;
}

/* owl nav bottom */
.owl-nav-bottom.owl-theme .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    position: relative;
    margin: 20px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl-nav-bottom.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    color: var(--bs-dark);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

[data-bs-theme=dark] .owl-nav-bottom.owl-theme .owl-nav [class*=owl-] {
    color: var(--bs-white);
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-next:hover i {
    -webkit-animation: animate-icon-right 225ms linear forwards;
    animation: animate-icon-right 225ms linear forwards;
}

.owl-carousel .owl-nav button.owl-prev:hover i {
    -webkit-animation: animate-icon-left 225ms linear forwards;
    animation: animate-icon-left 225ms linear forwards;
}

.owl-nav-bottom.owl-theme .owl-nav [class*=owl-]:hover,
.owl-nav-bottom.owl-theme .owl-nav [class*=owl-]:active,
.owl-nav-bottom.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.owl-nav-bottom.owl-theme .owl-dots {
    bottom: 19px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-nav-bottom.owl-theme .owl-dots button.owl-dot span {
    height: 6px;
    width: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-nav-bottom.owl-theme .owl-dots button.owl-dot.active span {
    background-color: var(--bs-dark);
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

[data-bs-theme=dark] .owl-nav-bottom.owl-theme .owl-dots button.owl-dot.active span {
    background-color: var(--bs-primary);
}

.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(4),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(5),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(6),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(7),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(8),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(9),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(10),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(11),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(12),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(13),
.owl-nav-bottom.owl-theme .owl-dots button.owl-dot:nth-child(14) {
    display: none;
}

/* owl nav center */
.owl-nav-center.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-nav-center.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    height: 60px;
    width: 36px;
    border-radius: 0;
    line-height: 60px;
    margin: 0;
    background-color: var(--bs-primary);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    font-size: 15px;
}

.owl-nav-center.owl-theme .owl-nav .owl-prev {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.owl-nav-center.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

/* Items carousel */

.items-carousel.owl-nav-center.owl-theme .owl-nav [class*="owl-"] {
    color: var(--bs-primary);
    background-color: var(--bs-light);
}

.rating-block {
    background-color: #2d3135 !important;
    border: none !important;
}


.alert-dark-gold{
  border-color: #AF8A11;
  color: #AF8A11;
  background-color: rgba(248, 69, 37, 0.1);
}

.alert-dark{
  border-color: #424242;
  color: #d9d9d9;
  background-color: #2e2e2e !important;
}



.pointer{
  cursor: pointer;
}
.text-blue{
  color:#4287f5;
}



.text-gold{
  color: #af8a11!important;
}
.bg-gold{
  color: #000;
  background-color: #af8a11!important;
}
.border-gold {
  border: solid 2px #af8a11 !important;
}



.ui-timepicker-container{
  overflow-x: hidden!important;
  overflow-y: scroll;
}




/* ANCHO DE ELEMENTO DEFINIDO POR PORCENTAJE - AUMENTOS DE 5 EN 5  */
.wf-05-pct{ width: 05%; min-width: 05%; max-width: 05%; }
.wf-10-pct{ width: 10%; min-width: 10%; max-width: 10%; }
.wf-15-pct{ width: 15%; min-width: 15%; max-width: 15%; }
.wf-25-pct{ width: 25%; min-width: 25%; max-width: 25%; }
.wf-30-pct{ width: 30%; min-width: 30%; max-width: 30%; }
.wf-35-pct{ width: 35%; min-width: 35%; max-width: 35%; }
.wf-40-pct{ width: 40%; min-width: 40%; max-width: 40%; }
.wf-45-pct{ width: 45%; min-width: 45%; max-width: 45%; }
.wf-50-pct{ width: 50%; min-width: 50%; max-width: 50%; }
.wf-55-pct{ width: 55%; min-width: 55%; max-width: 55%; }
.wf-60-pct{ width: 60%; min-width: 60%; max-width: 60%; }
.wf-65-pct{ width: 65%; min-width: 65%; max-width: 65%; }
.wf-70-pct{ width: 70%; min-width: 70%; max-width: 70%; }
.wf-75-pct{ width: 75%; min-width: 75%; max-width: 75%; }
.wf-80-pct{ width: 80%; min-width: 80%; max-width: 80%; }
.wf-85-pct{ width: 85%; min-width: 85%; max-width: 85%; }
.wf-90-pct{ width: 90%; min-width: 90%; max-width: 90%; }
.wf-95-pct{ width: 95%; min-width: 95%; max-width: 95%; }
.wf-00-pct{ width: 100%; min-width: 100%; max-width: 100%; }

/* ANCHO DE ELEMENTO DEFINIDO POR PIXELES - AUMENTOS DE 5 EN 5  */
.wf-05-px{ width: 05px; min-width: 05px; max-width: 05px; }
.wf-10-px{ width: 10px; min-width: 10px; max-width: 10px; }
.wf-15-px{ width: 15px; min-width: 15px; max-width: 15px; }
.wf-25-px{ width: 25px; min-width: 25px; max-width: 25px; }
.wf-30-px{ width: 30px; min-width: 30px; max-width: 30px; }
.wf-35-px{ width: 35px; min-width: 35px; max-width: 35px; }
.wf-40-px{ width: 40px; min-width: 40px; max-width: 40px; }
.wf-45-px{ width: 45px; min-width: 45px; max-width: 45px; }
.wf-50-px{ width: 50px; min-width: 50px; max-width: 50px; }
.wf-55-px{ width: 55px; min-width: 55px; max-width: 55px; }
.wf-60-px{ width: 60px; min-width: 60px; max-width: 60px; }
.wf-65-px{ width: 65px; min-width: 65px; max-width: 65px; }
.wf-70-px{ width: 70px; min-width: 70px; max-width: 70px; }
.wf-75-px{ width: 75px; min-width: 75px; max-width: 75px; }
.wf-80-px{ width: 80px; min-width: 80px; max-width: 80px; }
.wf-85-px{ width: 85px; min-width: 85px; max-width: 85px; }
.wf-90-px{ width: 90px; min-width: 90px; max-width: 90px; }
.wf-95-px{ width: 95px; min-width: 95px; max-width: 95px; }
.wf-00-px{ width: 100px; min-width: 100px; max-width: 100px; }



.text-green{ color:#59ff9e !important; }
.bg-green{ background-color:#59ff9e !important; color: #000 !important; }


.btn-xs{
  font-size: 0.8em;
  padding: 0.2em 0.6em;
  border-radius: 0.4em;
}