/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.inp-text-custom .inp-btn-custom  {
  /* reset user agent stylesheet */
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    appearance: none;

    /* make sure properties affecting height have same value */
    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; /* center the content horizontally */
    align-items: center; /* center the content vertically */
    --padding-x: 1.5em;
    border-color: transparent; /* hide button border */
    margin-top: 8px !important;
    border-radius: 5px !important;
    background-color: #e36e4f !important;
    height:90% !important;

}

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: 5px 20px 20px 20px;
}

.inp-transparent {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.inp-custom {
  color: #1d5a4a !important;
  font-weight: 700 !important;
}

.row {
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
}

.col {
  padding: 10px;
}

.btn-check {
}
