﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.accordion {
    margin-top: 20px;
}

.accordion-header {
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    margin-top: 10px;
}

.accordion-item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 6px;
}

.input-group {
    display: flex;
    align-items: center;
    background-color: #F2EDF2;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.currency {
    background-color: #F2EDF2;
    padding: 8px;
    /*border-radius: 8px;*/
}

.ventas-input {
    border: none;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    text-align: right;
}

    .ventas-input:focus {
        outline: none;
    }