.form-control:focus {
        border-color: #344e41;
        box-shadow: none;
    }
      
        
     body {
     font-family: 'Trebuchet MS', sans-serif;
     }
     .textarea {

border-width:2px;

border-radius:8px;

background-color: transparent;
resize: none;
outline: none;
border-color:#344e41;
box-shadow: none;

}
.button-45 {
  align-items: center;
  background-color: #386641;
  background-position: 0 0;
  border: .5px solid #e1dfd8;
  border-radius: 11px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-underline-offset: 1px;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  word-break: break-word;
}

.button-45:active,
.button-45:hover,
.button-45:focus {
  outline: 0;
}
.output {

font-family: "Times New Roman", Times, serif;
background-color: none;

}

.button-45:active {
  background-color: #344e41;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}

.button-45:hover {
  background-color: #3a5a40;
  border-color: #a3b18a;
  border-width:1px;
}
              

.button-45:active:hover,
.button-45:focus:hover,
.button-45:focus {
  background-color: #344e41;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}
     
.copy_button{
 align-items: center;
  background-color: #386641;
  background-position: 0 0;
  border: .5px solid #ffffff;
  border-radius: 11px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-underline-offset: 1px;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  word-break: break-word;
  
}
.custom-select {

  font-family: 'Trebuchet MS', sans-serif;
  border-radius:5px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #386641;
   border-radius:5px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #386641;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
   border-radius:5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.form-control input-mini {
  outline: none;
}              
#fade-out-img
{
Width: 100%;
height: 100%;
background-image: url(https://images.unsplash.com/photo-1640622658353-c6cecbe91488?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
background-repeat: no-repeat;
background-size: cover;
background-position: center right;
background-color: orange;
font-size: 2em;
text-align: center;
position: absolute;
animation: fadeOut 4s;
-webkit-animation: fadeOut 4s;
-moz-animation: fadeOut 4s;
-o-animation: fadeOut 4s;
-ms-animation: fadeOut 4s;
animation-fill-mode: both;
}
@keyframes fadeOut {
100% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOut {
100% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
100% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
100% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-ms-keyframes fadeOut {
100% {
opacity: 1;
}
100% {
opacity: 0;
}
}