/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 #spinner{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
 }

 #js-show-modal, #js-show-true-modal{
  display: none;
 }

 #ifx-account-modal .Polaris-Modal-CloseButton, #ifx-account-true-modal .Polaris-Modal-CloseButton{
  display: none;
 }

 .spinner{
  z-index: 99;
 }

 #confirmation-modal{
  background-color: gray;
 }

 #confirmation-modal button{
  display: none;
 }

 #widget-creation-error-modal button{
  display: none;
 }

 #tick-mark svg{
  width: 70px;
 }

 #tick-mark{
  text-align: center;
 }

 #cancel-mark svg{
  width: 70px;
 }

 #cancel-mark{
  text-align: center;
  cursor: pointer;
 }

 .display-none{
  display: none !important;
 }

 #js-save-config{
  margin-top: 20px;
 }
 
 .centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

 #js-show-toast {
  display: none;
 }

 #shop_merchant_password {
  text-security: disc; /* IE/Safari */
  -moz-text-security: disc; /* FireFox */
  -webkit-text-security: disc; /* Chrome/Safari  */
}

#shop_test_merchant_password {
  text-security: disc; /* IE/Safari */
  -moz-text-security: disc; /* FireFox */
  -webkit-text-security: disc; /* Chrome/Safari  */
}

#js-reject-refunds{
  margin-left: 2rem;
}
