@import url("./cl-btn-svgs.css");

.btnCl {
  /* opacity: 1;
  outline: unset;
  transition: opacity ease-out 200ms, box-shadow ease-out 140ms; */
}

.btnCl:active {
  transform: scale(0.985);
}

.btnCl:focus {
  /* filter: brightness(0.9);
  box-shadow: 0 0 0px 3px #3d3d3d;
  outline: unset; */
}

.btnCl--show {
  opacity: 1 !important;
}

.btnCl--right {
  margin: 0.5rem 0 1rem auto;
}

/* Wordpress fields */
.fld--hidden {
  display: none;
}

/* IFRAME */
.clk-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
}

.clk-modal .clk-modalContent {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50vh;
  height: 87vh;
}

.clk-modal .clk-modalContent>iframe {
  width: 50vh;
  height: 86vh;
}

/* IFRAME */