
/* Override CSS */
.btn.btn-primary, .wp-block-button__link, .appointment-page-1 .wizard-form .btn-primary.btn.sw-btn-prev, .appointment-page-1 .wizard-form .sw-btn-prev.wp-block-button__link, .appointment-page-1 .wizard-form .btn.sw-btn-next{
    color: var(--theme-text-color-light);
}

.btn.btn-primary:hover, .wp-block-button__link:hover, .appointment-page-1 .wizard-form .btn-primary.btn.sw-btn-prev:hover, .appointment-page-1 .wizard-form .sw-btn-prev.wp-block-button__link:hover, .appointment-page-1 .wizard-form .btn.sw-btn-next:hover{
    color: var(--theme-text-color-light);
}

.dz-social-icon.style-1 ul li a, .header-nav .dz-social-icon a{
    border-radius: 10px 0 10px 0;
}

.main-bnr-one .banner-content .title{
    font-style: normal;
}

.hide{
    display: none  !important;
}

.about-bx1 .about-content .title{
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
}
.about-bx1 .about-content .description{
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.membership-box-2 {

    margin-top: 200px;
}
.membership-box-2:before{
    background-image: url(../images/bg_item.jpg);
}
.membership-box-2:after{
    background: none;
}
.section-head.style-2 h2.title, .section-head.style-2 .title.h2{
    font-style: normal;
    font-weight: 500;
}

.breadcrumb-row ul{
    background: none;
}
.dz-bnr-inr.style-2 .breadcrumb-row ul li, 
.dz-bnr-inr.style-2 .breadcrumb-row ul li a,
.dz-bnr-inr.style-2 .breadcrumb-row ul li.active,
.dz-bnr-inr.style-2 .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
}
[data-bs-theme="dark"] .form-select, [data-bs-theme="dark"] select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23232' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); 
}

.widget{
    margin-bottom: 25px;
}
.pagination li .page-link.active{
    background-color: var(--primary);
}
.pagination-circle .page-item .page-link{
    border: none;
}
.pricingtable-wrapper.style-4{
    border: none;
    box-shadow: none;
}

.list-check.list-box li{
    box-shadow: 0px 10px 30px rgba(99, 99, 99, 0.15);
}

.contact-area1.style-1{
    margin: 0 0 100px;
    background: var(--secondary);
}
.contact-area1 .form-label{
    color:white;
}

.dz-bnr-inr .dz-bnr-inr-entry{
    height: 390px;
}
@media only screen and (max-width: 1280px) {
    .dz-bnr-inr .dz-bnr-inr-entry{
        height: 320px;
    }
}
@media only screen and (max-width: 575px) {
    .dz-bnr-inr .dz-bnr-inr-entry, .banner-content{
        height: auto;
        margin-top: 110px;
    }
}

.form-check-input:checked{
  border-color: inherit;
}

li {
  list-style: inherit;
}
ol > ul,  ul > ol {
  padding-left: 3rem;
}
ol > li, ul > li {
  margin-top: 0.7rem;
}
.text-justify {
  text-align: justify !important; }

.icon-bx-wraper.style-4 p{
  text-transform: inherit;
}

@media only screen and (max-width: 1191px) {
  .site-header.style-2 .appointment-btn{
    display: inherit;
  }
  
}
@media only screen and (min-width: 991px) {
  .site-header.style-2 .content-login-btn{
    display: none;
  }
  
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .appointment-btn{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .login-btn{
    margin-top: 10px;
    display: initial;
  }
  .site-header.style-2 .content-login-btn{
    padding-top: 20px;
  }
}

.dz-bnr-inr h1, .dz-bnr-inr .h1{
  text-transform: none;
}

.error-page-1:after{
  background-image: url('../images/bg-404.jpg');
}
.dz-bnr-inr.style-2:after{
  background-image: none;
}

@media only screen and (max-width: 991px) {
 
    .mo-left .header-nav.show {
      transition: all 0.4;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
       }

}

.form-control:focus, .wp-block-categories-dropdown select:focus, .wp-block-archives-dropdown select:focus, .form-select:focus-visible, select:focus-visible{
  color: inherit;
  background-color: inherit;
}

.form-control:disabled, .wp-block-categories-dropdown select:disabled, .wp-block-archives-dropdown select:disabled, .form-select:disabled, select:disabled{
  background-color: #F3F3F3;
}
/* END: Override CSS */

.main-slider .banner-inner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_login{
    background-color: rgba(0, 0, 0, 0.5);
}
.has-error input, .has-error textarea, .has-error select {
    border: 2px solid var(--bs-danger) !important;
    box-shadow: none;
  }
  
.help-block-error{
    color: var(--bs-danger) !important;
}

.image_competition_list{
    border-radius: 0 20px 20px 20px;
}
.dz-card.style-2 .dz-info{
    border-radius: 0 20px 20px 0px;
}
.label{
    background-color: var(--bg-label-green);
    width: auto;
    max-width: max-content;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 6px;
    color: var(--theme-text-color);
}

.label.info{
    background-color: var(--bs-info);
    color: white;
}
.label.disabled{
    background-color: #FAE5B9;
    color: var(--theme-text-color);
}
.label.accent{
    background-color: var(--bg-label-accent);
    color: var(--theme-text-color);
}
.dz-card.style-2 .dz-info .price{
    color: var(--theme-text-color);
}
.dz-card.style-2.blog-half .dz-info{
    margin-left: -20px;
    padding-left: 45px;
    border-color: var(--bg-item-competition-border);
    background-color: var(--bg-item-competition);
    z-index: 98;
}
.dz-card.style-2.blog-half .dz-media{
    z-index: 99;
    width: auto;
}
.dz-meta ul li i{
    transform: scale(0.9);
}

.dz-card.style-2 .dz-meta ul li.dz-date{
    padding: 15px 10px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-family: var(--font-family-title);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: block;
    min-width: 90px;
    width: 90px;
    z-index: 1;
}
.dz-card.style-2 .dz-meta ul li.dz-date span{
    text-align: center;
    font-family: var(--font-family-title);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
    line-height: 1;
}

.image1_block2{
    border-radius: 20px 0 0 0;
}
.image2_block2{
    border-radius: 0 0 20px 0;
}

.widget select.style-1{
    background-color: #F2F2F2;
    color: #232;
}

.competition_vertical .dz-meta{
    margin-bottom: 0;
}
.competition_vertical .image_competition_list{
    border-radius: 0 20px 0px 20px;
    height: 280px;
}
.competition_vertical .dz-card.style-2 .dz-info{
   margin-top: -15px;
   padding-top: 40px;
   border-radius: 0 0 20px 20px;
   background-color: var(--bg-item-competition);
   border-color: var(--bg-item-competition-border);
}
.competition_vertical .dz-card.style-2 .dz-meta ul li.dz-date{
   border-radius: 0 0 10px 0px;
}

.competition_vertical .dz-card.style-2 .dz-info .dz-title{
   margin-top: 12px;
}
.underline{
    text-decoration: underline;
}
.dz-info p{
    color: #666666;
}

img.image_competition_show{
    width: 100%;
    border-radius: 20px;
}
.pricingtable-price{
    border-radius: 10px;
}

li.icon_location::after{
    font-family: feather !important;
    content: '\e88e' !important;
}

li.icon_calendar::after{
    font-family: feather !important;
    content: '\e83a' !important;
}
li.icon_clipboard::after{
    font-family: feather !important;
    content: '\e84b' !important;
}

.label_classification{
    position: relative;
    padding: 5px 0 5px 34px;
    color: var(--bg-label-accent);
    font-size: 1.2rem;
}
.label_classification::after{
    content: "\e8c8";
    font-family: 'feather';
    font-size: 28px;
    display: block;
    position: absolute;
    left: 0;
    color: var(--bg-label-accent);
    border-radius: 35px;
    text-align: center;
    top: 8px;
    line-height: 20px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.custom-dropdown {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items:center;
    justify-content: space-between;
    /* box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 10px 4px rgba(99, 99, 99, 0.15);
    margin-top: 30px;
    cursor: pointer;
    position: relative;
  }

  .custom-dropdown-left {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
  }
  
  .custom-dropdown-end {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
  }
  
  .custom-dropdown .icon {
    color: var(--primary);
    font-size: 1.3rem;
    margin-top: 6px;
  }
  
  .custom-dropdown .arrow {
    font-size: 1.5rem;
    margin-top: 6px;
  }
  
  .custom-dropdown .price {
    color: var(--primary);
    font-size: 1.3rem;
    font-weight: 600;
  }

  .custom-dropdown .text-group{
    margin-left: 5px;
  }
  .custom-dropdown .text-title{
    font-weight: 600;
  }

  .pricingtable-wrapper.style-4 .pricingtable-footer{
    margin-top: 30px;
    padding: 0;
  }

  .dropdown-inscription .dropdown-menu{
    background-color: white;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0px 0px 10px 4px rgba(99, 99, 99, 0.15);
    border-radius: 10px;

    overflow-y: auto;
    max-height: 200px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* Ocultar el indicador del scroll en navegadores WebKit */
  .dropdown-inscription  .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
  
  .dropdown-inscription  .dropdown-menu li {
    padding: 15px;
    cursor: pointer;
  }
  .dropdown-inscription  .dropdown-menu li:hover {
    background: #f8f9fa;
    border-radius: 5px;
      
  }

  .pricingtable-wrapper.style-4 .pricingtable-features .dropdown-inscription li:after{
    content: inherit;
    
  }
  .pricingtable-wrapper.style-4 .pricingtable-features .dropdown-inscription li{
    padding: 8px 10px;
    
  }
  .dropdown-inscription li{
    display: flex;
    justify-content: space-between;
    
  }
  .dropdown-inscription li span.price{
    color: var(--primary);
    
  }

  .content_teams .widget_categories{
    max-width: 350px;
    margin: auto;
  }
  .content_teams select{
    min-height: 50px;
    cursor: pointer;

  }

  .content_teams .list-check{
    margin-bottom: 10px;

  }
  .content_classifications .widget_categories{
    max-width: 650px;
    margin: auto;
  }
  .content_classifications select{
    min-height: 50px;
    cursor: pointer;

  }

  .content_classifications .list-check{
    margin-bottom: 10px;

  }

  .item-team{
    cursor: pointer;
  }
  #modal-participants .modal-header{
    padding: 22px;
  }
  #modal-participants button.btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #modal-participants h5{
    color: white;
    margin-top: 20px;
    font-weight: 400;
  }
  .content_participants ul {
    color: rgb(202, 202, 202);
    margin-left: 15px;
  }

  header.judges .logo-header{
    margin: auto;
    float: none;
  }

  .widget_content_account{
    border-radius: 10px;
    border: 2px solid #EFEFEF;
    padding: 10px;
    min-height: 90%;
  }

  .widget_menu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    width: 100%;
    line-height: 1.3 !important;
    list-style: none;
  }
  .widget_menu ul li a{
    color: inherit;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .widget_menu ul li a::before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
  }

  
.loading-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);  /* Fondo semitransparente */
  z-index: 9999;  /* Asegura que el overlay esté encima de todo */
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner_loading {
  border: 4px solid rgba(0, 0, 0, 0.3);  /* Fondo del spinner */
  border-top: 4px solid var(--theme-text-color);  /* Color del spinner */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin_loading 1s linear infinite;
  margin: auto;
}

.spinner_loading.light{
  border: 4px solid rgba(255, 255, 255, 0.3);  /* Fondo del spinner */
  border-top: 4px solid white;  /* Color del spinner */
}

/* Animación del spinner */
@keyframes spin_loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#judge_select_lane .btn{
  border-radius: .25rem;
}
#judge_select_lane select{
    background-color: inherit;
    padding: 15px 10px;
    border-color: #DEEDE6;
    color: var(--theme-text-color);
}

#judge_confirm_lane > div {
  gap: 20px;
  align-items: center;
}

.form-switch{
  display: flex;
  align-items: center;
}
.form-switch .form-check-input{
  width: 3.5em;
  height: 2.2em;
}
.content_exercises .form-switch .form-check-input{
  width: 6em;
  height: 3.5em;
}
.input-group.no-margin{
  margin-bottom: 0;
}
.btn-decrement, .btn-increment{
  height: 55px;
  padding: 10.5px 29px;
}

.form-check-label{
  margin-left: 20px;
}
#judge_confirm_lane p {
  min-width: 200px;
}
#judge_confirm_lane .form-control:disabled {
  background-color: #FCFCFC;
  border: 2px solid #DBDFE9;
  height: 45px;
  border-radius: 5px;
}

.input_wod {
  background-color: #FCFCFC;
  border: 2px solid #DBDFE9;
  height: 55px;
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {

  #judge_confirm_lane p {
    min-width: auto;
  }

}

.content_exercises > div > div {
  flex: 1;
}

.content_results_wod{
  background-color: #EEEEEE;
  border-radius: 20px;
  padding: 30px 20px;
}
.content_results_wod .btn {
  border-radius: 20px;
  padding: 10px 40px;
}

.content_buttons_wod .btn{
  border-radius: 5px;
}
.content_buttons_wod .btn.btn-secondary{
  background-color: #8C8C8C;
  border-color: #8C8C8C;
}
.content_buttons_wod .btn.btn-secondary:hover{
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}

.chronometer{
  margin-top: 30px;
  font-size: 44px;
}
.chronometer-header{
  margin-top: 15px;
  font-size: 44px;
}
.chronometer_top{
  background-color: white;
  min-height: 100px;
  display: none;
}
.chronometer_top.sticky{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: block;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.05);
  /* transition: all 0.15s; */
  
}

.chronometer .label_chrono, .chronometer-header .label_chrono {
  color: #0260e8;
}

.chronometer .time_chrono, .chronometer-header .time_chrono {
  color: #f00;
}

.input_wod:disabled, .input_wod:focus {
  background-color: inherit;
  color: var(--theme-text-color);
}

.rounds{
  font-size: 22px;
}

.content_teams ul li, .content_participants ul li, .pricingtable-features ul li, .contact-bnr ul li{
  list-style: none;
}

/* SigNature */
#modal_signature .modal-content{
  background-color: white;
}
#modal_signature .btn{
  border-radius: 10px;
}
#modal_signature .modal-header, #modal_signature .modal-footer{
  border: 0px;
}
#canvas_signature{
  border: 2px solid #cbcbcb;
  background-color: white;
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: auto;
  margin-top: 10px;
  border-radius: 15px;
  
}



#modal_signature .close_modal{
  font-size: 60px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
/* END SigNature */

.bootbox-close-button{
  display: none;
}
.bootbox-confirm, .bootbox-alert{
  color: white;
}
.bootbox-confirm .btn{
  border-radius: 10px;
}

.comments_judge{
  width: 100%;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #cbcbcb;
  padding: 10px 20px;
  color: var(--theme-text-color);
  margin-bottom: 25px;

}

@media only screen and (max-width: 1200px) {
  .widget_content_account .form-control:disabled{
    text-align: center;
    padding: 5px 10px;

  }
  #judge_confirm_lane > div{
    text-align: center;
  }
  .widget_content_account p{
    margin-bottom: 0;
  }
}

.btn-inscribe{
  width: 100%;
}

.form_inscription input:not([type="checkbox"]), .form_inscription select, 
.my_account input:not([type="checkbox"]), .my_account select, select{
  height: 50px;
  color: #666666;
}

.form_inscription .form-check-input,.form_inscription .form-check-input:focus, .form_inscription .form-check-input:checked, 
.my_account .form-check-input,.my_account .form-check-input:focus, .my_account .form-check-input:checked{
  background-color: inherit;
}

.form_inscription .form-check-input:checked[type="checkbox"], 
.my_account .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
.form_inscription .form-check-input[type="checkbox"]:indeterminate,
.my_account .form-check-input[type="checkbox"]:indeterminate {
  background-color: inherit;
  border-color: inherit;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }

.form_inscription select, .form_inscription select:disabled, .form_inscription input:disabled,.form_inscription input:focus,
.my_account select, .my_account select:disabled, .my_account input:disabled,.my_account input:focus, select{
  background-color: #F3F3F3;
  color: #666666;
}
.form_inscription select:disabled, .form_inscription input:disabled, .form_inscription input:not([type="checkbox"]):read-only,
.my_account select:disabled, .my_account input:disabled, .my_account input:not([type="checkbox"]):read-only{
  cursor: not-allowed;
}


.form_inscription .form-check,
.my_account .form-check{
  font-size: 0.9rem;
}

.form_inscription .form-check-label,
.my_account .form-check-label{
  margin-left: 10px;
}
.content_pricing_insription {
  padding: 28px;
  border: 2px solid #F2F2F2;
}
.content_pricing_insription span{
  font-weight: 700;
}
.content_pricing_insription p{
  font-size: 15px;
}
.pricing  span{
  font-size: 18px;
  font-weight: 600;

}
span.help-block{
  font-size: 14px;
  font-weight: inherit;

}
.pricing  span.price{
  font-size: 24px;

}

.nav-pills{
  --bs-nav-pills-link-active-bg: var(--primary-text);

}
.nav-link{
  color: var(--theme-text-color);
  margin-top: 3px;
}
.nav-link:hover, .nav-link:focus{
  color: var(--theme-text-color);
  background-color: var(--rgba-primary-1);
}

.table tr td, .table tr th{
  padding: 10px;
}
.btn-xs {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 19px;
    line-height: 1;
    max-height: 40px;
}

.table {
  --bs-table-color: #F3F3F3;
  --bs-table-bg: #F3F3F3;
  --bs-table-color-state: var(--theme-text-color);
  --bs-table-hover-color: var(--theme-text-color);

}
.table-light{
  --bs-table-bg: var(--secondary);
  --bs-table-color: white;
}
.table th{
  color: white;
}

.no-border{
  border: none !important;
}

.show_inscription * {
  color: var(--theme-text-color);
}

.show_inscription .card-body, .show_inscription .card-header{
  background-color: transparent;
}

.show_inscription .card {
  box-shadow:none;
}

.card .card-body{
  padding: 15px 20px 20px 30px;
}
.content_price {
  border-top: 1px solid #F2F2F2;
  padding-top: 30px;
}

.content_participants > div{
  width: calc(50% - 5px);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .content_participants > div{
    width: 100%;
  }

  .icon-wrap{
    display: none;
  }

}
@media screen and (max-width: 991px) {
  
  .my_account,.list_inscriptions, .show_inscription{
    margin-top: 50px;
  }
}

.no-margins{
  margin: 0 !important;
}

.item_participant{
    background-color: #f3f3f3;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 20px;
}
div.content_wods_participants .item_participant:last-child{
    margin-bottom: 50px;
}

div.content_wods_participants .form-control{
  background: #fff;
  border-radius: 5px;
  color: var(--theme-text-color);
}
div.content_wods_participants input:disabled, div.content_wods_participants input:focus{
  background-color: #fff;
  color: var(--theme-text-color);
}

.content_wallpaper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  object-fit: cover;
}

.hidden{
  visibility: hidden;
}

.show_inscription_exercises .subwods{
  margin-left: 20px;
}

.show_inscription_exercises .exercises{
  margin-left: 30px;
  margin-top: 10px;
}
.show_inscription_exercises .content-subwod{
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 10px 20px;
}

.banner-404{
  background-color: #000000a6;
}

.border_bottom{
  border-bottom: 1px solid #F2F2F2;
}

.container_judges{
  --bs-gutter-x: 10px;
}
@media (min-width: 768px) {
  .container_judges{
    max-width: 750px;
  }
}

.content_input_wod{
  padding-left: 25px;
}

.input_wod_empty{
  min-width: 6em;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}
.flex-grow-3 {
  flex-grow: 3 !important;
}
