/* 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;
}*/
/* line 1, app/assets/stylesheets/style_ar.scss */
#alert, #notice {
  text-align: center;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 119, app/assets/stylesheets/style_ar.scss */
#exit {
  color: #3a3939;
  cursor: pointer;
  font-weight: 600;
}

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

/* line 131, app/assets/stylesheets/style_ar.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_ar.scss */
.transaction_type_link:hover {
  background-color: #9DC958;
  color: white;
}

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

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

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

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

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

@media (max-width: 767px) {
  /* line 171, app/assets/stylesheets/style_ar.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_ar.scss */
.filter_form {
  display: none;
  position: absolute;
  background-color: white;
  top: 15%;
  right: 30%;
  padding: 15px;
  z-index: unset;
  box-shadow: -2px 2px #e9e8e8;
}

/* line 192, app/assets/stylesheets/style_ar.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_ar.scss */
.access_filter_by {
  background-color: #d3d2d2;
  border-radius: 5px;
  margin-left: 10px;
  color: #524f4f;
  font-weight: 500;
  padding: 5px;
}

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

/* line 218, app/assets/stylesheets/style_ar.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 229, app/assets/stylesheets/style_ar.scss */
.transaction_card, .merchant_card, .user_card {
  border: 1px solid #d3d2d2;
  padding: 10px;
  box-shadow: -2px 5px 4px 5px #eeecec;
}

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

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

/* line 249, app/assets/stylesheets/style_ar.scss */
span.required {
  float: right;
  color: red;
}

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

/*#alert, #notice {
  text-align: center;
  color: white;
 }

 #notice {
  background-color: #22bb33;
 }

 #alert {
  background-color: #bb2124;
 }

 input[type=submit], .link {
  background-color: #3D8DCB;
 }

 input[disabled=disabled] {
  background-color: rgb(187, 187, 187);
  cursor: not-allowed;
 }

 .custom-flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .custom-footer {
  background-color: #3D8DCB;
  position: relative;
 }

 .prev {
  margin-right: 30px;
}

.next {
  margin-left: 30px;
}

.disabled {
  color: rgb(196, 192, 192);
}

.active {
  color: #82ccfd;
}

.mr_form_create {
  margin-left: 15rem;
  margin-top: 5rem;
}

.hover_text_white:hover {
  color: white;
}

@media (max-width: 767px) {
  .hidden-sidebar-mobile {
    display: none;
  }

  .custom-flex {
    height: 110px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.custom-gray {
  background: none;
  color: black;
}

#blacklist-btn {
  border: 1px solid black;
}

#blacklist-btn:hover {
  background-color: red;
  border: none;
  color: white;
}

.card_details_custom {
  padding: 5px;
  // background-color: rgb(212, 212, 212);
  border-radius: 5px;
  color: black;
}

.active_btn, .btn:hover {
  color: #3D8DCB;
}

.nav_transaction_type {
  display: flex;
  justify-content: center;
}

#import_drop {
  display: none;
  position: absolute;
  background-color: rgb(187, 184, 184);
  padding: 5px;
  border-radius: 3px;
}


#exit {
  color: rgb(58, 57, 57);
  cursor: pointer;
  font-weight: 600;
}

.transaction_type_link {
  background-color: rgb(229, 226, 226);
  padding: 10px 65px 10px 65px;
  font-weight: 500;
  font-size: 17px;
  display: block;
  border-radius: 5px 5px 0px 0px;
  color: rgb(124, 124, 124);
  width: 100%;
  text-align: center;
}

.transaction_type_link:hover {
  background-color: #9DC958;
  color: white;
}

.transaction_active {
  background-color: #9DC958;
  color: white;
}

#import_btn {
  background-color: #3D8DCB;
}


.login_btn:hover {
  background-color: #3D8DCB;
}

#filter_btnn, #reset_filter {
  background-color: #3D8DCB;
}

#reset_filter {
  display: none;
}

@media (max-width: 767px) { 
  .filter_form {
    display: none;
    position: absolute;
    background-color: white;
    width: 200px;
    padding: 15px;
    box-shadow: 2px 2px rgb(233, 232, 232);
  }
}

.filter_form {
  display: none;
  position: absolute;
  background-color: white;
  top: 15%;
  left: 30%;
  padding: 15px;
  z-index:unset;
  box-shadow: 2px 2px rgb(233, 232, 232);
}

.close_filter {
  display: block;
  color: gray;
  font-weight: 700;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: medium;
  width: 20px;
}

.access_filter_by {
  background-color: rgb(211, 210, 210);
  border-radius: 5px;
  margin-right: 10px;
  color: rgb(82, 79, 79);
  font-weight: 500;
  padding: 5px;
}

.access_filter_by span {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

#load_more, #reset {
  background-color: #3D8DCB;
  padding: 5px;
  width: 150px;
  text-align: center;
  font-weight: 500;
  color: white;
  cursor: pointer;
  margin-bottom: 30px;
  //margin-left: 10px;
}

.transaction_card, .merchant_card, .user_card {
  border: 1px solid rgb(211, 210, 210);
  padding: 10px;
  box-shadow: 2px 5px 4px 5px #eeecec;
}


.auto_display_selected_user {
  padding: 5px;
  background-color: rgb(221, 221, 221);
  margin-left: 2px;
  border-radius: 5px;
}

.not_found_transactions, .loading {
  font-weight: 500;
  color: #22bb33;
  text-align: center;
  width: 100%;
}*/
