/* *,
*:before,
*:after {
  box-sizing: border-box;
} */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

:root {
--surface1: #f5f5f5;
--surface2: #eeeeee;
--surface3: #e6e6e6;
--element1: #111111;
--element2: #222222;
--element3: #333333;
--elementInverse: #eee;
--primary: #003B7F;
--secondary: #007804;
--tertiary: #CB5041;
--box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
--box-shadow-1: 5px 5px 5px #bebebe, -5px -5px 5px #ffffff;
}

:root[color-mode="light"] {
  --surface1: #f5f5f5;
  --surface2: #eeeeee;
  --surface3: #e6e6e6;
  --element1: #111111;
  --element2: #222222;
  --element3: #333333;
  --elementInverse: #eee;
  --primary: #003B7F;
  --secondary: #007804;
  --tertiary: #CB5041;
  --box-shadow: 20px 20px 60px #bebebe, -20px -15px 50px #ffffff;
  --box-shadow-1: 5px 5px 5px #bebebe, -5px -5px 5px #ffffff;
}

:root[color-mode="dark"] {
  --surface1: #121212;
  --surface2: #3c3c3c;
  --surface3: #474747;
  --element1: #eeeeee;
  --element2: #dddddd;
  --element3: #cccccc;
  --elementInverse: #111;
  --primary: #65FBD2;
  --secondary: #62FF63;
  --tertiary: #F9F871;
  --box-shadow: 20px 20px 60px #d3d3d3, -20px -20px 60px #272727;
  --box-shadow-1: 5px 5px 5px #d3d3d3, -5px -5px 5px #272727;
}

:root[hand-mode="left"] {
  right: 0;
  margin-right: 400px;
}

:root[hand-mode="right"] {
  left: 0;
  margin-left: 400px;
}

:root[hand-mode="left"] .hand-mode .right--hidden {
  display: none;
}

:root[hand-mode="right"] .hand-mode .left--hidden {
  display: none;
}

body {
  font-family: "Open Sans";
  font-weight: 300;
  margin: 2rem;
  background: #4a4a4a;
  /* -webkit-backface-visibility: hidden; */
}
h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 4rem;
}
.container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px){
  .user_prof {
    width: 100%;
  }
}

.switch {
  margin: 4rem auto;
}
/* main styles */
.switch {
  width: 24rem;
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  text-shadow: .5px 2px 20px rgb(25 27 26 / 25%);
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #000000;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: url("../../logo/BL_Logo/BackLocal-01.jpg") #fff;
  background-size: 90px 50px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: top center;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  width: 18rem;
  height: 3rem;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 3rem;
  width: 6rem;
  left: 6rem;
  margin: 0;
}
.switch--horizontal label {
  font-size: 1.3rem;
  line-height: 3rem;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin: -5px;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 6rem;
}
.switch--horizontal .toggle-outside {
  background: #d3d3d3;
  position: absolute;
  width: 6rem;
  left: 6rem;
}
.switch--horizontal .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}

.sidenav {
  font-family: Georgia, 'Times New Roman', Times, serif;
  height: 100%;
  width: 9em;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 20px;
  float: none;
  box-shadow: var(--box-shadow);
}
  
  .sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #375E6B;
	display: block;
}
  
  .sidenav a:hover {
	color: #6DA2B4;
}

@media (max-width: 1025px){
  .sidenav {
    display: none;
  }
}

.sidenav_unr {
  font-family: Georgia, 'Times New Roman', Times, serif;
  height: 100%;
  width: 9em;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 20px;
  float: none;
  box-shadow: var(--box-shadow);
  display: grid;
}
  
  .sidenav_unr a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #375E6B;
	display: block;
}
  
  .sidenav_unr a:hover {
	color: #6DA2B4;
}

@media (max-width: 1025px){
  .sidenav_unr {
    display: none;
  }
}

.footer-nav {
  display: none;
}

@media (max-width: 1024px){
  .footer-nav {
    background-color: #fff;
    position: absolute; 
    width: 100%; 
    height: auto; 
    margin-left: -32px; 
    margin-top: -7px; 
    text-align: center; 
    box-shadow: var(--box-shadow); 
    display: flex;
    align-items: center;
  }
}

.switch-usertype {
  margin: 4rem auto;
}

/* main styles */
.switch-usertype {
  width: 24rem;
  position: relative;
}
.switch-usertype input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch-usertype input:checked {
  z-index: 1;
}
.switch-usertype input:checked + label {
  opacity: 1;
  cursor: default;
  font-size: auto;
  font-weight: 500;
  text-decoration: underline;
  text-shadow: .5px 2px 10px rgb(25 27 26 / 25%);
}
.switch-usertype input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch-usertype label {
  color: #000000;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch-usertype .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
  margin-left: 13%;
}
.switch-usertype .toggle-inside {
  border-radius: 5rem;
  background: url("../../logo/BL_Logo/BackLocal-01.jpg") #fff;
  background-size: 90px 50px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: top center;
  position: absolute;
  transition: 0.25s ease all;
}

.dt_display {
  height: 7em;
  margin-bottom: 0.3em;
}

@media (min-width: 1369px){
  .dt_display {
    display: none;
  }
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
} 

.main p{
  text-align: center;
  width: 100%;
  color: #1D458D; 
  margin-top: 10px; 
  margin-bottom: 20px;
}

@media (max-width: 1024px){
  .main p{
    width: 140%;
    color: #1D458D; 
    margin-top: 20px;
    margin-bottom: 75px;
    }
}

:root {
  --radius: 5px;
}

/*background-color: #474A51;*/

.main_column {
  background-color: darkgrey;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 4rem);
  padding: 1rem 0.5rem;
  margin: 0;
}

.main_column_dash {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 26rem);
  padding: 1rem 0.5rem;
  margin: 0;
}

@media (min-width: 768px) {
  .main_column {
    padding: 2rem 0;
  }
}

@media (min-width: 768px) {
  .main_column_dash {
    padding: 2rem 0;
  }
}

.main_logo {
  height: 10em;
  margin-top: -20px;
  margin-bottom: 5px;
}

.section_main_column {
  min-width: 400px;
  max-width: 1024px;
  padding: 0.5rem 3rem;
  color: var(--element1, #111111);
  background-color: #fff;
  border-radius: var(--radius-1);
  box-shadow: var(--box-shadow-1);
  transition: all 0.2s ease-in;
}

.section_main_column h1 {
  color: #1D458D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.5vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

@media (min-width: 640px) {
  .section_main_column {
    padding: 1rem 4rem;
  }
}

.header_main_column {
  position: relative;
  padding: 1rem 0;
  border-radius: var(--radius);
  margin-bottom: 5px;
}

.header_main_column:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: linear-gradient(to right, #01408e, #3c5d5c);
  background: linear-gradient(to right, var(--primary, #01408e), var(--tertiary, #CB5041));
}

.main_column h1, h2, h3, h4 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 1.6em;
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.sig_line {
  width: 100%;
  height: 5px;
  content: "";
  background: linear-gradient(to right, #01408e, #3c5d5c);
  background: linear-gradient(to right, var(--primary, #01408e), var(--tertiary, #CB5041));
}

.bl_line {
  width: auto;
  height: 3px;
  margin-top: 0;
  content: "";
  background: linear-gradient(to right, #01408e, #3c5d5c);
  background: linear-gradient(to right, var(--primary, #01408e), var(--tertiary, #CB5041));
}

.main_column p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 11.6em;
}

.upload_crop {
  width: auto;
  height: auto;
  background-color: var(--surface1, #ffffff);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: visible;
  border: 2px #faf5f5 solid;
  z-index: 2001;
  padding-bottom: 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 4rem);
  padding: 1rem 0.5rem;
  margin: 0;
}

.crop_area {
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 10px 0px 10px 10px;
  border: 2px #666 solid;
}

.crop_info {
  width: 180px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 40px 0px 10px 40px;
  border: 0px #666 solid;
}

.column_display_1 {
  display: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

#search_div {
  width: 85%;
  height: 10vmax;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; 
  margin-left: 0;
}

@media (max-width: 1024px) {
  #search_div {
    height: 15vmax;
  }
}

.column_display_1 p {
  color: #1D458D;
  text-align: center;
  font-size: 35px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
}

.column_display_form {
  display: left;
  margin-left: 5px;
  margin-bottom: 5px;
}

.column_display_form p {
  color: #1D458D;
  text-align: center;
  font-size: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
}

@media (max-width: 640px) {
  .column_display_1 p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
}

#container {
  width: 50%;
  height: 50%;
}

#container img {
  height: 10em;
  width: 10em;
}

.column_display_2 {
  padding-left: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
}

.column_display_2 p {
 margin-bottom: 0;
 margin-top: 0;
 font-family: Georgia, 'Times New Roman', Times, serif;
}

.user_col {
  float: right;
}

@media (max-width: 1024px){
  .user_col {
    margin-left: 0px;
  }
}

.column_display_3 {
  padding-left: 3em;
}

.column_display_3 p {
  font-size: 3em;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.user_image {
  margin-top: 0.5em;
  margin-left: 28%;
  border-radius: 2%;
  box-shadow: 0px 0px 10px 5px rgb(25 27 26 / 40%);
}

.text-box-desc {
  height: 14em;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: #1D458D;
  text-decoration-style: double;
  line-height: 1.3;
  resize: none;
  padding: 5px 0 0 5px;
}

.text-box-count {
  border: 0;
  border-radius: 5px;
  text-decoration: solid;
  background-color: var(--surface1, #fff);
}

textarea:focus {
  outline: none !important;
  border: 0;
  border-radius: 5px;
  border-bottom: 1px solid grey;
  box-shadow: 0 0 5px #1d458d;
}

.text-desc {
  height: auto;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1em;
  border: 0;
  border-radius: 5px;
  color: #1D458D;
  text-decoration-style: double;
  line-height: 1.3;
  resize: none;
  padding: 5px 0 0 5px;
}

#container_list {
  width: 50%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#container_list_plaq {
  width: auto;
  text-align: center;
}

#container_list img {
  height: 2em;
  width: 2em;
}

#container_list_plaq img {
  text-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  height: 10vmax;
  width: 10vmax;
  margin-top: 3px;
}

#container_list_plaq p {
  text-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  margin: 10px 0px 0px 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.user_image_list {
  border-radius: 3px;
  box-shadow: 0px 0px 10px 5px rgb(25 27 26 / 40%);
}

#container_list_led_g {
  width: 5vmax;
  height: 5vmax;
  padding-left: 10px;
}

@media (max-width: 1024px){
  #container_list_led_g {
    width: 0;
    height: 0;
    float: left;
  }
}

#container_list_led_r {
  width: 5vmax;
  height: 5vmax;
  padding-left: .5em;
}

@media (max-width: 1024px){
  #container_list_led_r {
    width: 0;
    height: 0;
    float: left;
  }
}

.led_container {
    background-size: cover;
    width: 40px;
  }

.led-box {
  height: 30px;
  width: 25%;
  margin-top: 10px;
  margin-bottom: 1px;
  float: left;
}

.led-green {
  margin: 0 0 0 5px;
  width: 2vmax;
  height: 2vmax;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
  -webkit-animation: blinkGreen 1.5s 15;
  -moz-animation: blinkGreen 1.5s 15;
  -ms-animation: blinkGreen 1.5s 15;
  -o-animation: blinkGreen 1.5s 15;
  animation: blinkGreen 1.5s 15;
}

@-webkit-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #78B300; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #ABFF00; }
}
@-moz-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #78B300; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #ABFF00; }
}
@-ms-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #78B300; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #ABFF00; }
}
@-o-keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #78B300; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #ABFF00; }
}
@keyframes blinkGreen {
    from { background-color: #ABFF00; }
    50% { background-color: #78B300; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; }
    to { background-color: #ABFF00; }
}

.led-red {
  margin: 0 0 0 12px;
  width: 2vmax;
  height: 2vmax;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}

@media (max-width: 1024px){
  .led-red {
    margin: 0 0 0 5px;
    width: 2vmax;
    height: 2vmax;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  }
}

.li_head_c1 {
  font-size: .6em; 
  float: left; 
  margin-top: 0px; 
  padding-top: 0px; 
  text-align: left;
  font-family: Georgia, 'Times New Roman', Times, serif;
  /* font-size: 1em; */
  /* float: left; */
}

.slidecontainer {
  width: 100%;
  padding-left: 5%;
}

.slider {
  appearance: none;
  width: 95%;
  height: 15px;
  border-radius: 5px;
  background: linear-gradient(to right, red, yellow, green);
  outline: none;
  transition: .2s;
  transition: opacity .2s;
  box-shadow: 0px 6px 20px #000, -20px -20px 60px #fff;
  border: 0.1vmax solid #bebebe;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  border-left: .5vmax solid transparent;
  border-right: .5vmax solid transparent;
  border-bottom: 1vmax solid red;
  background: transparent;
  cursor: pointer;
  padding-top: 16px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slidecontainer p {
  text-align: left;
  font-size: 1vmax;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#rating_info {
  position: absolute;
  margin-top: 5vmax;
  margin-left: -1.1vmax;
}

#rating_info p {
  text-align: left;
  font-size: 1vmax;
  bottom: 10%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

@media (max-width: 1024px){
  #rating_info {
    right: 0;
  }
}

.column_contact_1 {
  width: 49%;
}

.column_contact_1 p {
  color: #1D458D;
  font-weight: 600;
  font-size: 1.2vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_contact_1 a {
  color: #1D458D;
  font-weight: 600;
  font-size: 1vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.description {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  padding-left: 5px;
}

.bus_info {
  display: flex;
  margin-bottom: 20px;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.gallery_info {
  display: flex;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.rating_info {
  display: flex;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.column_description {
  width: 100%;
}

.column_description h4 {
  color: #1D458D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_description p {
  font-size: 1.2vmax;
  color: #1D458D;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-right: 5px;
}

.column_contact_2 {
  width: 24.5%;
}

.column_contact_2 h4 {
  color: #1D458D;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_contact_2 p {
  color: #1D458D;
  font-weight: 500;
  font-size: 1vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_contact_2 a {
  color: #1D458D;
  font-weight: 500;
  font-size: 1vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_contact_3 {
  width: 24.5%;
}

.column_contact_3 p {
  color: #1D458D;
  font-weight: 600;
  font-size: 1vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 15px;
}

.column_contact_3 a {
  color: #1D458D;
  font-weight: 600;
  font-size: 1vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.column_contact_3 input {
  width: 5vmax; 
  background: transparent; 
  margin-left: 10px; 
  margin-bottom: 15px;
  font-size: 0.7vmax;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
}

.column_contact_3 input:hover {
  max-width: 5vmax;
}

#g_to {
  border-radius: 50%;
  color: #ABFF00;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

#r_to {
  border-radius: 50%;
  color: #F00;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
}

.following {
  color: #1D458D;
  font-weight: 600;
  font-size: 1.2vmax;
  margin-bottom: 1px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.success {
  outline: none !important;
  border: 0;
  border-radius: 5px;
  border-bottom: 1px solid grey;
  box-shadow: 0 0 5px limegreen;
  font-weight: 600;
  color: limegreen;
  font-size: 1.2vmax;
  background-color: rgba(255, 255, 255, 0.5);
}

.unfollow {
  outline: none !important;
  border: 0;
  border-radius: 5px;
  border-bottom: 1px solid grey;
  box-shadow: 0 0 5px red;
  font-weight: bolder;
  color: red;
  font-size: 1.2vmax;
  background-color: rgba(255, 255, 255, 0.5);
}

#message_textarea {
  margin: 5px 0 10px 0;
  height: 6em;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1vmax;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #1D458D;
  text-decoration-style: double;
  line-height: 1.3;
  resize: none;
  padding: 5px 0 0 5px;
}

#message_textarea_unr {
  margin: 5px 0 10px 0;
  height: 6em;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1vmax;
  border: 0;
  border-radius: 5px;
  color: #1D458D;
  text-decoration-style: double;
  line-height: 1.3;
  resize: none;
  padding: 5px 0 0 5px;
  box-shadow: 0px 0px 10px 5px rgb(50,205,50, 65%); 
  background-color: rgb(50,205,50, 20%); 
  font-style: italic;
}

#message_submit {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 2px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

@media (max-width: 1024px){
  #message_submit{
      height: 3vmax;
  }
}

.message_submit {
  background: #18488d; 
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 2px;
  color: white; 
  border-radius: 2px; 
  width: auto; 
  height: 2vmax; 
  margin-top: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

@media (max-width: 1024px){
  .message_submit{
      height: 3vmax;
  }
}

.message_submit:disabled{
  background-color: darkgrey;
  color: gray;
}

#insertValue {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 2px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

@media (max-width: 1024px){
  #insertValue{
      height: 3vmax;
  }
}

#top_success {
  outline: none !important;
  border: 0;
  border-radius: 5px;
  border-bottom: 1px solid grey;
  box-shadow: 0 0 5px limegreen;
  font-weight: 600;
  color: limegreen;
  font-size: 1.2vmax;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px){
  #top_success{
      height: 3vmax;
  }
}

#message_submit_1 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_2 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_3 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_4 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_5 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_6 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

#message_submit_7 {
  background-color: #1D458D;
  color: white;
  box-shadow: 0.5px 2px 10px rgb(25 27 26 / 40%);
  border: 0;
  border-radius: 5px;
  height: 2vmax;
  width: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1vmax;
}

.hover_alert{
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    right: 1;
    width: 100%;
    z-index: 10000;
    left: 0;
}

.hover_alert .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_alert > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

/* .popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
} */

/* .popupCloseButton:hover {
    background-color: #ccc;
} */

.trigger_alert1 {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

.search_results {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 26rem);
  padding: 1rem 0.5rem;
  margin: 0;
}

@media (min-width: 768px) {
  .search_results {
    padding: 2rem 0;
  }
}

.resultDisplay {
  background-color: #fff;
  min-width: 350px;
  max-width: 1024px;
  padding: 5px 5px 0 5px;
  height: auto;
  border-radius: 5px;
  border-bottom: 1px solid #fff;
}

.resultDisplay a {
  float: none;
  color: #ffffff;
}

.resultDisplay:hover {
  background-color: #d3d3d3;
  opacity: 0.85;
  color: #1a6dcb;
}

.resultDisplay img {
  width: 5vmax; 
  height: 5vmax; 
  border-radius: 3px; 
  box-shadow: 0px 0px 10px 5px rgb(25 27 26 / 40%);
}

.resultDisplayNotification {
  height: auto;
  min-height: 45px;
  color: #5D5C61;
  padding-bottom: 25px;
}

.resultDisplayNotification img {
  border-radius: 5px;
  margin: 1px 12px 0px 2px;
  float: left;
}

.liveSearchText {
  background-color: transparent;
  color: #fff;
  margin: 10px;
}

.liveSearchText:hover {
  background-color: #1a6dcb;
  color: #fff;
}

.liveSearchText p:hover {
  background-color: #1a6dcb;
  color: #fff;
}

.liveSearchText p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #544f40;
  margin-left: 10px;
  font-size: 12px;
}

.liveSearchText a {
  color: #fff;
}

.liveSearchText a:hover {
  color: #fff;
}

.modal_1 {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 5em; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23em;
  max-width: 64em;
  height: auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.info_column {
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  width: 100%;
}

.info_column_home {
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  width: 100%;
}

@media (max-width: 1024px){
  .info_column_home {
    width: 140%;
  }
}

.info_copy {
  text-align: center;
  width: 100%;
}

.info_copy_home {
  text-align: center;
  width: 100%;
  color: #1D458D; 
  margin-top: 10px; 
  margin-bottom: 75px;
}

@media (max-width: 1024px){
  .info_copy_home {
    width: 140%;
  }
}

.modal_info {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 5em; 
  padding-left: 12em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal_info span {
  position: absolute;
  right: 15px;
  color: #dfa2a2;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.modal_info span:hover,
.modal_info span:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.infomdl-content {
  position: relative;
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23em;
  height: auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  width: 85%; 
  z-index: 999;
}

.infomdl {
  margin-bottom: 10px;
  border: none;
  background: transparent;
  color: #1D458D;
  text-decoration: underline;
}

.infomdl:focus {
  outline: none;
}

.infomd_body {
padding: 2px 16px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 1vmax;
}

.infomd_body h1 {
  color: #1D458D;
  text-transform: uppercase;
  font-weight: bold; 
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}

@media (max-width: 1024px){
  .infomd_body h1{
    font-size: 1.5vmax;
    margin-bottom: 30px;
  }
}

.infomd_body h2 {
  color: #1D458D;
  font-weight: 600; 
  margin-top: 10px;
}

.infomd_body h3 {
  text-align: justify;
  color: #1D458D;
  font-weight: 600; 
  margin-top: 10px;
}

@media (max-width: 1024px){
  .infomd_body h3{
    font-size: 1.2vmax;
  }
}

.infomd_body h4 {
  text-align: justify;
  color: #1D458D;
  font-weight: 600; 
  margin-top: 10px;
}

@media (max-width: 1024px){
  .infomd_body h4{
    font-size: 1vmax;
  }
}

.infomd_body p {
  text-align: justify;
  color: #1D458D;
  font-size: 1.2vmax;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.close {
  position: absolute;
  right: 15px;
  color: #dfa2a2;
  font-size: 2.5vmax;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.closed {
  position: absolute;
  right: 15px;
  color: #dfa2a2;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.closed:hover,
.closed:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  padding: 2px 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1vmax;
}

.modal-footer {
  padding: 2px 16px;
  background-color: lightgray;
  color: white;
  font-size: 1vmax;
}

.modal-button-p {
  background: transparent;
  border: none;
  padding: 0 0 0 20px; 
  font-size: 2em; 
  color: #1D458D;
}

.modal-button-p:after {
  background: transparent;
  border: none;
}

 button:focus {
  outline: none;
}

.prof_pic {
    margin-left: 20%;
    position: absolute;
    overflow: hidden;
    border: 2px #666 solid;
    z-index: 2001;
    margin-top: -750px;
    min-width: auto;
    max-width: 1024px;
    color: var(--element1, #111111);
    background-color: var(--surface1, #fff);
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    transition: all 0.2s ease-in;
}

.home_in {
  margin-top: 25px;
  width: 90%; 
  display: flex; 
  height: 100%; 
  margin-left: 5%; 
}

@media (max-width: 1024px){
  .home_in {
    margin-top: 0px;
    display: flex;
    align-items: center;
  }
  .home_in img {
      width: 50vmax;
  }
}

.home_hr {
  width: 80%;
  height: 5px;
  content: "";
  background: linear-gradient(to right, #01408e, #3c5d5c);
  background: linear-gradient(to right, var(--primary, #01408e), var(--tertiary, #CB5041));
  margin-top: -50px; 
  z-index: 999; 
  position: relative; 
  margin-bottom: 2.5vmax; 
  margin-left: 10%;
}

.home_tx {
  text-align: center; 
  display: inline-block;
  margin-bottom: 10px;
}

.home_tx h2 {
  font-size: 2rem; 
  margin-bottom: 0px; 
  color: #f10000;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif;
  -webkit-animation: 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

.home_tx h3 {
  font-size: 2rem; 
  margin-bottom: 0px; 
  color: #1d458d;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif;
  -webkit-animation: 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

.home_tx h4 {
  font-size: 1.5rem; 
  margin-bottom: 0px; 
  color: #f10000;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif;
  -webkit-animation: 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

.home_tx p {
  color: #1d458d; 
  margin-bottom: 0px; 
  font-size: 1.2rem; 
  font-weight: 600;
  text-transform: uppercase;
  font-family: Georgia, 'Times New Roman', Times, serif;
  -webkit-animation: 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

.hero_img {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url(../images/backgrounds/cover-photo.jpg);
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 10px 5px rgb(25 27 26 / 40%);
  background-position: center;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px){
 .hero_img {
    width: 140vw;
    height: 100vh;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-table;
    align-items: center;
 }
}

.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gallery img{
  max-width: 100%;
  height: auto;
  margin: 10px;
  cursor: pointer;
}
#modal{
  display: none;
  position: fixed;
  align-items: center;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#modalImg{
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px){
  #modalImg{
      height: auto;
  }
}

.closing{
  position: absolute;
  right: 15px;
  color: #dfa2a2;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.prev, .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.next{
  right: 0;
}

.prev{
  left: 0;
}

.img-gallery {
  background: transparent; 
  font-size: 1vmax; 
  width: auto; 
  border: none; 
  color: blue; 
  text-decoration: underline; 
  text-transform: uppercase;
}

.delete_img {
  background: red;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
}

.notification_badge {
  float: right;
  width: 1.5rem;
  height: 1.5rem; 
  background-color: transparent;
  color: red;
  font-size: 30px; 
  margin-left: -13px; 
  position: relative;
  margin-top: -8px;
  border-radius: 50%;
}

.notification_badge_sm {
  float: right;
  width: 1.5rem;
  height: 1.5rem; 
  background-color: transparent;
  color: red;
  font-size: 1.5em; 
  margin-left: -40px;
  left: 10px;
  position: relative;
  margin-top: -23px;
  border-radius: 50%;
  padding-top: 10px;
}

.dropdown_data_window {
  background-color: #ffffff;
  border: 1px solid #5D5C61;
  border-radius: 0 0 8px 8px;
  border-top: none;
  width: 550px;
  left: 145px;
  top: 375px;
  position: fixed;
  overflow: scroll;
  z-index: 999;
}

.rating_data_window {
  background-color: #ffffff;
  border: 1px solid #5D5C61;
  border-radius: 0 0 8px 8px;
  border-top: none;
  width: 550px;
  left: 145px;
  top: 375px;
  position: fixed;
  overflow: scroll;
  z-index: 999;
}

.top_select {
  color: #1D458D; 
  border-bottom: 1px solid #1D458D; 
  border-top: 0; 
  border-left: 0; 
  border-right: 0; 
  font-weight: 600; 
  text-transform: uppercase; 
  margin-right: 10px;
}

.top_green {
  background: #fff;
  width: 45%; 
  height: auto; 
  border: none;
  border-radius: 5px; 
  box-shadow: 2px 2px 10px 2px #008000, -5px -5px 5px #ffffff;
  margin-top: 30px;
}

.top_green p {
  margin-top: 5px; 
  margin-bottom: 5px; 
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.top_green img {
  width: 4vmax; 
  height: 4vmax; 
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1024px){
  .top_green p {
    width: 5vmax;
    height: auto;
    font-size: 8px;
    font-weight: 600;
  }
}

@media (max-width: 1024px){
  .top_green h5 {
  font-size: 0.6em;
  }
}

.top_gray {
  background: #fff;
  width: 45%; 
  height: auto; 
  border-radius: 5px; 
  box-shadow: 5px 5px 5px #bebebe, -5px -5px 5px #ffffff; 
  border-top: none;
  border-right: none;
  border-left: 0.5px solid lightgray; 
  border-bottom: 0.5px solid lightgray;
  margin-top: 30px;
}

.top_gray p {
  margin-top: 5px; 
  margin-bottom: 5px; 
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.top_gray h5 {
  color: #1D458D;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1024px){
  .top_gray h5 {
  font-size: 0.6em;
  }
}

.top_gray img {
  width: 4vmax; 
  height: 4vmax; 
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1024px){
  .top_gray p {
    width: 5vmax;
    height: auto;
    font-size: 8px;
    font-weight: 600;
  }
}

#bottom_text {
  color: lightgray;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  #bottom_text {
    font-size: 1vmax;
  }
}

.error-message {
  color: red;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.sign_up {
  width: 35vmax;
  margin-bottom: 50px;
  margin-left: 20%;
}

@media (max-width: 1024px) {
  .sign_up {
    width: 100%;
    margin-left: 0px;
  }
}

#info_modal {
  height: 90%;
  width: 60%;
  overflow: scroll;
}

@media (max-width: 1024px) {
  #info_modal {
    height: 75%;
  }
}

#randomStringDisplay {
  height: auto; 
  border: 1px solid lightgrey; 
  border-radius: 5px; 
  color: red; 
  background-color: #fff; 
  width: auto; 
  font-size: 1.5vmax; 
  text-align: center; 
  display: inline-block; 
  padding: 0.5vmax; 
  position: relative; 
  margin-left: 5%; 
  box-shadow: 0px 0px 10px 5px rgb(25 27 26 / 40%); 
  text-decoration: line-through 10px solid rgb(25 27 26 / 40%);
  float: none;
  z-index: 0;
}