/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.inp-text-custom .inp-btn-custom  {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
}

.inp-text-custom {
  --padding-x: 0.5em;
}

.inp-btn-custom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --padding-x: 1.5em;
  border-color: transparent;
  margin-top: 8px !important;
  border-radius: 5px !important;
  background-color: #e36e4f !important;
  height: auto !important;
  min-height: 42px;
  font-size: 0.85em !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5em 0.8em !important;
  text-align: center;
}

input.inp-date-custom[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: auto; height: auto;
  color: transparent;
  background: transparent;
}

.cont-rounder {
  border-radius: 5px;
}

.cont-transparent {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 1px;
  padding: 16px;
}

.inp-transparent {
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.inp-custom {
  color: #1d5a4a !important;
  font-weight: 700 !important;
}

.row {
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 0;
  padding: 8px 16px;
}

.col {
  padding: 10px;
}