/* line 1, app/assets/stylesheets/style_en.scss */
#alert, #notice {
  text-align: center;
  color: white;
}

/* line 6, app/assets/stylesheets/style_en.scss */
#notice {
  background-color: #22bb33;
}

/* line 10, app/assets/stylesheets/style_en.scss */
#alert {
  background-color: #bb2124;
}

/* line 14, app/assets/stylesheets/style_en.scss */
input[type=submit], .link {
  background-color: #3D8DCB;
}

/* line 18, app/assets/stylesheets/style_en.scss */
input[disabled=disabled] {
  background-color: #bbbbbb;
  cursor: not-allowed;
}

/* line 23, app/assets/stylesheets/style_en.scss */
.custom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 29, app/assets/stylesheets/style_en.scss */
.custom-footer {
  background-color: #3D8DCB;
  position: relative;
}

/* line 34, app/assets/stylesheets/style_en.scss */
.prev {
  margin-right: 30px;
}

/* line 38, app/assets/stylesheets/style_en.scss */
.next {
  margin-left: 30px;
}

/* line 42, app/assets/stylesheets/style_en.scss */
.disabled {
  color: #c4c0c0;
}

/* line 46, app/assets/stylesheets/style_en.scss */
.active {
  color: #82ccfd;
}

/* line 50, app/assets/stylesheets/style_en.scss */
.mr_form_create {
  margin-left: 15rem;
  margin-top: 5rem;
}

/* line 55, app/assets/stylesheets/style_en.scss */
.hover_text_white:hover {
  color: white;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/style_en.scss */
  .hidden-sidebar-mobile {
    display: none;
  }
  /* line 64, app/assets/stylesheets/style_en.scss */
  .custom-flex {
    height: 110px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

/* line 72, app/assets/stylesheets/style_en.scss */
.custom-gray {
  background: none;
  color: black;
}

/* line 77, app/assets/stylesheets/style_en.scss */
#blacklist-btn {
  border: 1px solid black;
}

/* line 81, app/assets/stylesheets/style_en.scss */
#blacklist-btn:hover {
  background-color: red;
  border: none;
  color: white;
}

/* line 87, app/assets/stylesheets/style_en.scss */
.card_details_custom {
  padding: 5px;
  border-radius: 5px;
  color: black;
}

/* line 94, app/assets/stylesheets/style_en.scss */
.active_btn, .btn:hover {
  color: #3D8DCB;
}

/* line 98, app/assets/stylesheets/style_en.scss */
.nav_transaction_type {
  display: flex;
  justify-content: center;
}

/* line 103, app/assets/stylesheets/style_en.scss */
#import_drop {
  display: none;
  position: absolute;
  background-color: #bbb8b8;
  padding: 5px;
  border-radius: 3px;
}

/* line 111, app/assets/stylesheets/style_en.scss */
#reset_password_drop {
  display: none;
  background-color: #bbb8b8;
  padding: 5px;
  border-radius: 3px;
}

/* line 120, app/assets/stylesheets/style_en.scss */
#exit_reset_password {
  color: #3a3939;
  cursor: pointer;
  font-weight: 600;
}

/* line 126, app/assets/stylesheets/style_en.scss */
input#id_password {
  border: none;
  background-color: #E5E7EB;
}

/* line 131, app/assets/stylesheets/style_en.scss */
.transaction_type_link {
  background-color: #e5e2e2;
  padding: 10px 65px 10px 65px;
  font-weight: 500;
  font-size: 17px;
  display: block;
  border-radius: 5px 5px 0px 0px;
  color: #7c7c7c;
  width: 100%;
  text-align: center;
}

/* line 143, app/assets/stylesheets/style_en.scss */
.transaction_type_link:hover {
  background-color: #9DC958;
  color: white;
}

/* line 148, app/assets/stylesheets/style_en.scss */
.transaction_active {
  background-color: #9DC958;
  color: white;
}

/* line 153, app/assets/stylesheets/style_en.scss */
#import_btn {
  background-color: #3D8DCB;
}

/* line 158, app/assets/stylesheets/style_en.scss */
.login_btn:hover {
  background-color: #3D8DCB;
}

/* line 162, app/assets/stylesheets/style_en.scss */
#filter_btnn, #reset_filter {
  background-color: #3D8DCB;
}

/* line 166, app/assets/stylesheets/style_en.scss */
#reset_filter {
  display: none;
}

@media (max-width: 767px) {
  /* line 171, app/assets/stylesheets/style_en.scss */
  .filter_form {
    display: none;
    position: absolute;
    background-color: white;
    width: 200px;
    padding: 15px;
    box-shadow: 2px 2px #e9e8e8;
  }
}

/* line 181, app/assets/stylesheets/style_en.scss */
.filter_form {
  display: none;
  position: absolute;
  background-color: white;
  top: 15%;
  left: 30%;
  padding: 15px;
  z-index: unset;
  box-shadow: 2px 2px #e9e8e8;
}

/* line 192, app/assets/stylesheets/style_en.scss */
.close_filter {
  display: block;
  color: gray;
  font-weight: 700;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: medium;
  width: 20px;
}

/* line 202, app/assets/stylesheets/style_en.scss */
.access_filter_by {
  background-color: #d3d2d2;
  border-radius: 5px;
  margin-right: 10px;
  color: #524f4f;
  font-weight: 500;
  padding: 5px;
}

/* line 211, app/assets/stylesheets/style_en.scss */
.access_filter_by span {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

/* line 218, app/assets/stylesheets/style_en.scss */
#load_more, #reset {
  background-color: #3D8DCB;
  padding: 5px;
  width: 150px;
  text-align: center;
  font-weight: 500;
  color: white;
  cursor: pointer;
  margin-bottom: 30px;
}

/* line 230, app/assets/stylesheets/style_en.scss */
.transaction_card, .merchant_card, .user_card {
  border: 1px solid #d3d2d2;
  padding: 10px;
  box-shadow: 2px 5px 4px 5px #eeecec;
}

/* line 237, app/assets/stylesheets/style_en.scss */
.auto_display_selected_user {
  padding: 5px;
  background-color: #dddddd;
  margin-left: 2px;
  border-radius: 5px;
}

/* line 244, app/assets/stylesheets/style_en.scss */
.not_found_transactions, .loading {
  font-weight: 500;
  color: #22bb33;
  text-align: center;
  width: 100%;
}

/* line 251, app/assets/stylesheets/style_en.scss */
li {
  list-style-type: none;
}

/* line 255, app/assets/stylesheets/style_en.scss */
#search_display_btns {
  display: none;
}

/* line 259, app/assets/stylesheets/style_en.scss */
#export_btn {
  background-color: #56AAFF;
  padding: 0.9rem;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  margin-right: 3px;
}

/*


#display_total_collected {
  display: none;
}*/
