/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-height: 45px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.tooltip-inner {
    max-width: 80vh !important;
}
.required:before {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-right: .25rem;
    font-weight: 700;
}
.input-group > .position-relative {
    width: auto;
    flex: 1 1 auto;
}
.form-control.input-small,
.input-small .form-control,
.input-small .form-select,
.input-small .select2-container {
    flex: 0 1 150px !important;
    width: 150px !important;
}
.form-control.input-medium,
.input-medium .form-control,
.input-medium .form-select,
.input-medium .select2-container {
    flex: 0 1 250px !important;
    width: 250px !important;
}
.form-control.input-large,
.input-large .form-control,
.input-large .form-select,
.input-large .select2-container {
    flex: 0 1 400px !important;
    width: 400px !important;
}
.form-control.input-validation-error {
    border-color: #ea5455 !important;
}
.input-validation-error ~ .select2 .select2-selection__rendered {
    border: 1px solid #ea5455 !important;
}
.field-validation-error.invalid-feedback {
    display: block !important; 
}
a.btn-primary{
    color:#fff !important;
}


.form-checklist input[type=checkbox] {
    float: left;
    margin-right: 0.4em;
    border-radius: 0.25em;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.135em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #dbdade;
    appearance: none;
    print-color-adjust: exact;
}


.form-checklist input[type=checkbox]:active {
    filter: brightness(90%);
}

.form-checklist input[type=checkbox]:focus {
    border-color: #7367f0;
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

.form-checklist input[type=checkbox]:checked {
    background-color: #7367f0;
    border-color: #7367f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-checklist input[type=checkbox]:indeterminate {
    background-color: #7367f0;
    border-color: #7367f0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9H12.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-checklist input[type=checkbox]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.brokerLogo
{
    max-width:150px !important;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: auto !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cursor-pointer {
   cursor: pointer !important;
}
.bs-stepper .bs-stepper-header .step .step-trigger.cursor-pointer {
    cursor: pointer !important;
}
.nav-item .nav-link.w-auto {
    width: auto !important;
}
.product-level 
{
    cursor:pointer !important;
}
.level-one{
    min-height:20rem;
}
.level-one i{
    font-size:5em;
}

.level-two {

}
.level-two .link {

}

.level-two .info {
    cursor: help !important;
    float: right !important;
}
.level-two:hover {
    background-color: #eae8fd !important;
    font-weight:bolder;
}
.level-two.otros:hover {
    background-color: #fff1e3 !important;
    font-weight: bolder;
}
.level-three {
    min-height: 10rem;
}
