@charset "UTF-8";

.search_input {
	position: relative;
    display: block;
    width: 20%;
    height: 100%;
    /*background: black;
    margin-left: 85%;*/
    cursor: pointer;
}

.input__word {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /*border: 2px solid #1A1311 !important;
  border-radius: 10px;*/
  padding: 0.5em 2em 0.5em 0.5em;
  background: transparent;
  margin: 0 !important;
  background-color: rgba(0,0,0,0) !important;
  border-left: 2px #1A1311 !important;
  border-top: 2px #1A1311 !important;
  border-bottom: 2px #1A1311 !important;
  border-right: none !important;
}

.placeholder {
	opacity: 1 !important;
}
.search-icon-overlay {
    border-radius: 5px;
    /*border: 1px solid red;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
.search-icon-overlay1 {
    border-radius: 5px;
    /* border: 1px solid red; */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 45%;
    padding: 0 7%;
    background: transparent;
    font-size: 7px;
    line-height: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root {
	#search-icon-overlay1{
		padding: 1.5em 2em 0.5em 1.5em;
		font-weight: bold;
	}
	#input_month{
		padding: 1.5em 2em 0.5em 0.5em;
	}
  }
