.login {
  background-color: #ffff !important;
}

.btn-success {
  background-color: #67809F;
  border-color: #0a6aa1;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-language>.dropdown-toggle>.langname,
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username,
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>i {
  color: #3b3f51
}

/*.page-header.navbar .top-menu .navbar-nav>li.quick-sidebar-toggler>i{color:#ffffff}*/
.page-header.navbar {
  background: #ffffff
}

.page-header.navbar .search-form {
  background: #ffffff
}

.page-header.navbar .page-top {
  background: #ffffff
}

.dropdown-toggle {
  background-color: #ffffff
}

.dropdown-toggle:hover {
  background-color: #ffffff;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #3b3f51;
}

.table-scroll {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 400px;
}

.page-header.navbar .page-logo .logo-default {
  margin: 10px 0 0 0;
}

@media (min-width: 992px) {
  .page-content-wrapper .page-content {
    padding-top: 0;
  }
}

.page-head .page-title {
  padding-top: 0;
  padding-bottom: 0;
}

.red {
  color: red;
}

.opportunity-slider {
  height: 500px;
  background-position: center;
  text-align: center;
  margin: 0 -20px;
}

.anchor-top-right {
  position: absolute;
  top: 25px;
  right: 25px;
}

.hidden {
  display: none;
}


/*thead{*/
/*background-color: #f1eee9;*/
/*position: fixed !important;!*el thead va ser siempre estatico**!*/
/*}*/

.payment_option {
  display: flex;
  align-items: center;
}

.payment_option img {
  width: 100%;
  max-height: 75px;
  max-width: 217px;
}

#crypto_pay_logo {
  width: 100%;
  max-width: 120px;
  max-height: 65px;
}

#bank_transfer_logo {
  max-width: 113px;
  max-height: 70px;
}

#paypal_logo {
  max-height: 75px;
}

#bank_transfer_payment_option {
  margin-left: 2rem;
}

#paypal_payment_option {
  margin-right: 2rem;
}

.email-textarea {
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 100%;
}

.table-data-input {
  position: relative;
}

.table-data-input input {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  padding: 18px;
  box-sizing: border-box;
}

.instructions-button:hover {
  text-decoration: none;
}

.separator {
  margin-bottom: 10px;
}

.separator-large {
  margin-bottom: 20px;
}

span[name="add-video-url"]:hover,
span[name="delete-video-url"]:hover {
  cursor: pointer;
  background-color: #e1e1e1;
}

.video-link {
  margin-bottom: 1rem;
}

/* Permite que los modales de tinymce se muestren por encima del modal de boostrap */
.tox-tinymce-aux {
  z-index: 999999 !important;
}

#op-table-body tr {
  cursor: pointer;
}

.log-level-medium {
  color: red;
}

.log-level-high {
  -webkit-animation: danger-color-transition 2s ease-in-out infinite;
  animation: danger-color-transition 2s ease-in-out infinite;
}

@-webkit-keyframes danger-color-transition {
  0% {
    color: red;
  }

  50% {
    color: black;
  }

  100% {
    color: red;
  }
}

@keyframes danger-color-transition {
  0% {
    color: red;
  }

  50% {
    color: black;
  }

  100% {
    color: red;
  }
}

/* bouncing circle loader para botones cuando su estado es loading */
@keyframes bouncing-loader {
  to {
    opacity: 1;
    transform: translate3d(0, -4px, 0);
  }
}

.bouncing-loader {
  display: flex;
  justify-content: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.bouncing-loader>div {
  width: 8px;
  height: 8px;
  background: white;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border-radius: 50% !important;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader>div:nth-child(2) {
  animation-delay: 0.2s;
}

.bouncing-loader>div:nth-child(3) {
  animation-delay: 0.4s;
}

/* clase para que todos los elementos dentro de una clase row de bootstrap tengan el mismo height */
.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}

.item {
  align-self: center;
}

.item-bottom {
  align-self: end;

}


#test-data-result {
  position: absolute;
  top: 120%;
}

.opportunity-title {
  font-size: 24px;
}

/* .fullscreen .slideshow-container .mySlides img {
    height: 100%;
    object-fit: fill;
    max-height: 100% !important;
} */

#guarantee ul li {
  line-height: 2.7;
}



.guarantee-field-element {
  display: flex;
  justify-content: space-between;
}

#pac-card {
  top: 10px !important;
  background-color: white;
  padding: 7px 12px;
  border: white;
  border-radius: 10px !important;
  width: 300px;
}

#pac-input {
  font-size: 15px;
  height: 24px !important;
  width: 100%;
  background: transparent;
  border: 0;
  overflow: visible;
}

.no-wrap {
  white-space: nowrap;
}

.invest-requested-row {
  cursor: pointer;
}

.buttons-row {
  display: inline-flex;
  column-gap: 10px;
}


/* Switch button styles */
.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch>label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: inherit;
  left: 20px;
}

.show-more-btn {
  background-color: #b0c1d2;
  border: 0;
  height: 17px;
  color: white;
  border-radius: 15px !important;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
}

.text-right-table {
  text-align: right;
  padding-right: .5em !important;
}

.text-left-table {
  text-align: left;
  padding-left: .5em !important;
}

/* Botones */
.btn.red-haze.selected {
  background-color: #f03f2a;
  border-color: #f03f2a;
  color: white;
}

.btn.blue-hoki.selected {
  background-color: #526781;
  border-color: #526781;
  color: white;
}

@media only screen and (max-width: 986px) {
  #bank_transfer_payment_option {
    margin-left: 0;
  }
}

/* Media queries */
@media only screen and (max-width: 992px) {

  /* tablas */
  .table-scroll {
    overflow-x: auto !important;
  }
}

@media (min-width: 768px) {
  .modal-dialog.image-modal {
      width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}


@media screen and (max-width: 512px) {
  #op_filter div {
    width: 100% !important;
  }

  #sample_2_length {
    text-align: left;
  }

  #sample_2_filter {
    text-align: left;
  }

  .btn[name="filter_transactions_by_dates"] {
    font-size: 1rem;
    white-space: inherit;
  }

  .date-picker.input-daterange {
    max-width: 220px;
  }
}