/* line 1, app/assets/stylesheets/themes/bodegas.scss */
:root {
  --primary-color: #ED3426;
}

/* line 1, app/assets/stylesheets/themes/common/_inputs.scss */
.bot-form .step-wrapper button:hover,
.checkbox-slidetoggle:checked + .label-slidetoggle,
.radio-switch-item input[type="radio"]:checked + label,
.radio-form .plan input:checked + label,
.radio-form .plan input:checked + label::after,
.moving-transfer-bot .moving-transfer-service-card.active,
.moving-transfer-bot .scheduled-card.active,
.nav-tabs-movings-now-chat li.active a,
.container-chat.sidebar-chat-moving-now .nav-tabs > li.active a div,
.nav-tabs-movings-now-chat li.active:hover a,
.container-chat .body-chat .name-profile-message,
.special-bot-container .client-type-option-warehouse input[type="radio"]:checked + i::before,
#warehouses-bot .client-type-option-warehouse input[type="radio"]:checked + i::before,
.swal-footer .swal-button-container .swal-button.swal-button--confirm,
.pagination a.active,
.carousel-testimony .carousel-indicators .active,
.nav-tabs-custom-dashboard .active,
.card button:hover,
#warehouse-by-volume-container .focused-warehouse-card button,
.primary-btn {
  background-color: var(--primary-color) !important;
}

/* line 25, app/assets/stylesheets/themes/common/_inputs.scss */
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label,
.datepicker th.prev,
.datepicker th.next,
.category-items-group .panel .count-actions.add,
.font-orange,
.dropdown-menu > li > a:hover,
footer a:hover,
.loading-infinity,
.primary-text-color {
  color: var(--primary-color) !important;
}

/* line 38, app/assets/stylesheets/themes/common/_inputs.scss */
.bot-form .is-focused .form-control,
.bot-form .form-control:focus,
.open .dropdown-toggle,
.card-option-bot.active,
#moving-bot .open .dropdown-toggle,
.moving-transfer-bot .moving-transfer-service-card.active,
.form-control:focus {
  border-color: var(--primary-color) !important;
}

/* line 48, app/assets/stylesheets/themes/common/_inputs.scss */
.bot-form .form-control:focus,
#moving-bot .open .dropdown-toggle,
.bot-form .is-focused .input-group,
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label,
.funkyradio-default input[type="radio"]:checked ~ label::before,
.funkyradio-default input[type="checkbox"]:checked ~ label::before,
.warehouses-bot .bot-form .form-control:focus {
  border: 2px solid var(--primary-color) !important;
}

/* line 59, app/assets/stylesheets/themes/common/_inputs.scss */
.warehouses-bot .funkyradio-default input[type="radio"]:checked ~ label::before,
.warehouses-bot .funkyradio-default input[type="checkbox"]:checked ~ label::before {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
}
