body{
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  position: relative;
}

.flash-message {
    position:  absolute;
    top:0;
    right: 0;
    background: #252347;
    color: white;
    padding: 20px 10px;
    margin-top: 10px;
    margin-right: 2.5px ;
    border-radius: 5px ;
    /* transition: ease-in 500ms; */
    /* width: 10%; */
    box-shadow: 2px 1px 11px 2px rgba(99,99,99,0.33);
-webkit-box-shadow: 2px 1px 11px 2px rgba(99,99,99,0.33);
-moz-box-shadow: 2px 1px 11px 2px rgba(99,99,99,0.33);
}





.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  /* max-height: 70px; */
  max-width: 70px;
}
.line {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.active {
    background-color: #003777;
    border-radius: 5%;
    font-weight: bold;
}


input[type = 'text'], input[type = 'address'] {
    padding: 0 5px !important;

}

#select-country, #status, input, #select-requester-country {
    border: solid 1px black;
    border-radius: 1px;
    padding: 2.5px 1.5px;
    width: 100%;
    height: 40px;
    background-color: white;
}

.error-message {
    display: block;
    color: red;
    font-weight: 200;
}

#result-information > p:nth-child(odd) {
    background-color: rgba(128, 128, 128, 0.4);
}

#result-information > p  {
    padding: 4px 0;
}

 .blue-gradient {
            background: linear-gradient(135deg, #0d47c6, #043ede);
        }

        .green-gradient{
           background: rgb(9,101,47);
    background: linear-gradient(90deg, rgb(5 67 31) 0%, rgb(5 77 31) 100%, rgb(5 67 31) 100%);
}
