@media (max-width:767px){
    .responsive-brand{
        width: 10rem;
    }
}
.card-metodos-pago:hover{
    transition: box-shadow .3s;
}
.card-metodos-pago:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.clearfix-border{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100vh;
    top: 0;
    right: 0;
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%) !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #333;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: rgb(114, 114, 114);
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  .text-gray::placeholder {
    color: gray !important;
}
.button-table{
    border:none; 
    text-decoration:none;
    background:none;
    outline:0;
    cursor: pointer;
}
.button-table:hover i{
    color: #494f54!important;
}
.shadow-bottom{
    box-shadow:0 4px 4px -3px #92929242;
}
.main-content{
    background: #ffffff;
    background: linear-gradient(0deg,#ffffff 0%, #ececec 90%);
    background: -webkit-linear-gradient(0deg,#ffffff 0%, #ececec 90%);
    background: -moz-linear-gradient(0deg,#ffffff 0%, #ececec 90%);
    height: 100vh !important;
}
.bg-secondary{
    background:var(--dark) !important;
}
.color-secondary{
    color:#9091a4 !important;
}
.navbar-dark .navbar-nav .nav-link{
    color: #9091a4;
}
.navbar-vertical.navbar-expand-md.fixed-left{
    border-right: 10px solid var(--primary);
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active{
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background: var(--primary);
    color: white !important;
    margin-left: 20px;
    padding-left: 40px;
}
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after{
    color: var(--primary);
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    left: inherit;
    bottom: inherit;
    border-left: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 var(--primary);
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px -15px 0 var(--primary);
}
@media (max-width: 767.98px){
    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active{
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        margin-right: 20px;
        padding-right: 40px;
    }
    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
        content: '';
        border: none;
        box-shadow: none;
    }
    .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:after {
        content: '';
        border: none;
        box-shadow: none;
    }
}
.bg-custom { 
    background:#f1f1f1;
}
.bg-custom:hover { 
    background: #e6e6e2;
}
.footer { 
    background: transparent !important;
}



/* Utility */

.hidden {
    display: none;
}

.fake_input {
    display:flex;
    width: 100%;
    background: #fff;
    height: 2.8571em;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0 0.2142em;
}

.fake_input p, .fake_input span {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
    line-height: 2.5;
    padding: 0 1.1111em;
    margin:0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.picker-arrow:after {
    content: '';
    display: block;
    height: 0.2857em;
    width: 0.2857em;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 0.2857em;
    transition: all 0.3s ease-in-out;
}

.date_pick-container{
  display:inline-block;  
}

.date_pick.active .picker-arrow:after, .select_box.active .picker-arrow:after {
    top: 1.1428em;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.picker_line {
    height: 5.71428em;
}

.date_selector {
    display: none;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.date_selector.active {
    display: block;
    position:relative;
    z-index: 1;
}

.selector_date_version{
    float:right;
}

.box_selector {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ccc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.box_selector.active {
    display: block;
}

.box_selector a {
    position: relative;
}

.box_selector a.active::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.571428em;
    left: 1.07142em;
    width: 0.5714em;
    height: 0.8571em;
    border: solid var(--primary);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.box_selector-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.box_selector-list a:hover {
    text-decoration: none;
}

.box_selector-list a.active::before {
    content: '';
}

.box_selector-element {
    padding: 0.7142em 0 0.7142em 2.5em;
    cursor: pointer;
    line-height: 1;
}

.box_selector-element:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.date_pick.active .fake_input {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #9a9a9a;
}

.date_pick {
    font-weight: 500;
    width: 25.7142em;
}

.date_pick.active {
    -webkit-box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
    -moz-box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
    box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
    border-radius: 16px;
}

.picker_date {
}

.date_pick .years {
    position: relative;
    text-align: center;
    display: flex;
    margin-top: 0.5714em;
    justify-content: center;
}

.date_pick .years a {
    width: 2em;
    position: relative;
}

.date_pick .months {
    display: flex;
    flex-wrap: wrap;
    padding: 0.35714em 0.7142em 1.07142em;
    width: 100%;
}

.date_pick .months a {
    flex-grow: 1;
    flex-basis: 25%;
    margin: 0.42857em;
    text-align: center;
    text-decoration: none;
}

.date_pick .months a:active, .date_pick .months a:focus, .date_pick .months a.active {
    background:  var(--primary);
    color: #fff;
    border-radius: 12px;
}

.picker-select-arrow:after {
    content: '';
    position: absolute;
    top: 0.42857em;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 0.2857em;
    transition: all 0.3s ease-in-out;
}

.picker-left:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.picker-right:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 50%;
}

.date_selector .months .month{
  text-transform:capitalize;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.fake_input::after{
    content: '';
    display: inline-flex;
    width: 0.7857em;
    height: 0.7857em;
    transform-origin: center;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: 1em;
    margin-top: 0.7571em;
    transition: all 0.3s ease-in;
    border-right: 0.2142em solid #000;
    border-bottom: 0.2142em solid #000;
}

.date_pick.active .fake_input::after{
  transform: rotate(225deg);
  margin-top: 1.1em;
}

.years .year-selected {
  font-size:1em;
  width:3.65em;
  padding-left:0.66em;
  color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
.years input::-webkit-outer-spin-button,
.years input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.years input[type=number] {
  -moz-appearance:textfield;
}