/* ===== BASE STYLES ===== */
body {
  /* background-color: #E6E6FA; */
  /* line-height: 2; */
  padding: 0;
  margin: 0;
  text-decoration: none;
}

table {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 13px; */
  border: 1px solid #d4d4d4;
  border-style: groove;
  border-width: thin;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

tr:nth-child(even) {
  background-color: #e7e9eb;
}

img {
  border: 1px solid #555;
  justify-content: center;
}

.div {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  /* font-size: 15px; */
}

div.a,
div.b,
div.c {
  text-decoration: none;
  /* font-size: varies */
}

/* ===== LINK STYLES ===== */
a {
  color: #33313b;
  text-decoration: none;
}

a:visited {
  color: #33313b;
}

a:hover {
  color: red;
}

a:active {
  color: blue;
}




/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media (min-width: 360px) {
  body::before {
    /* content: "XSM"; */
    min-height: 20px;
    font-size: 14px;
  }

  .input-group .form-control,
  .label-screen-size-format,
  .span-screen-size-format,
  .navbar-toggler,
  .navbar-brand,
  .test {
    min-height: 20px;
    font-size: 14px;
  }

  .nav-item {
    min-height: 20px;
    font-size: 20px;
    padding-left: 10px;
  }

  .btn {
    min-height: 20px;
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  body::before {
    /* content: "SM"; */
    min-height: 22px;
    font-size: 14px;
  }

  .test,
  .input-group .form-control,
  .label-screen-size-format,
  .span-screen-size-format,
  .navbar-toggler,
  .navbar-brand {
    min-height: 22px;
    font-size: 14px;
  }

  .nav-item {
    min-height: 20px;
    font-size: 20px;
    padding-left: 10px;
  }

  .btn {
    min-height: 20px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  body::before {
    /* content: "MD"; */
    min-height: 24px;
    font-size: 14px;
  }

  .test,
  .input-group .form-control,
  .label-screen-size-format,
  .span-screen-size-format,
  .navbar-toggler,
  .navbar-brand {
    min-height: 24px;
    font-size: 14px;
  }

  .nav-item {
    min-height: 20px;
    font-size: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  body::before {
    /* content: "LG"; */
    min-height: 14px;
    font-size: 14px;
  }

  .test {
    min-height: 25px;
    font-size: 14px;
  }

  .input-group .form-control,
  .label-screen-size-format,
  .span-screen-size-format {
    min-height: 20px;
    font-size: 14px;
  }

  .navbar-toggler,
  .navbar-brand,
  .nav-item {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  body::before {
    /* content: "XL"; */
    min-height: 25px;
    font-size: 14px;
  }

  .test,
  .input-group .form-control,
  .label-screen-size-format,
  .span-screen-size-format,
  .navbar-toggler,
  .navbar-brand,
  .nav-item {
    min-height: 25px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  body::before {
    font-size: 14px;
  }

  .test {
    font-size: 16px;
  }

  .input-group .form-control {
    min-height: 30px;
    font-size: 16px;
  }

  .label-screen-size-format {
    min-height: 35px;
    font-size: 15px;
  }

  .span-screen-size-format {
    min-height: 30px;
    font-size: 15px;
  }

  .navbar-toggler,
  .navbar-brand,
  .nav-item {
    min-height: 35px;
    font-size: 16px;
  }

  .btn {
    min-height: 35px;
    font-size: 14px;
  }
}

/* ===== TEXTAREA STYLE ===== */
.test-txt1 {
  line-height: 15px;
  transition: width 1.25s;
  resize: both;
  overflow: hidden;
  font-size: 11px;
  white-space: pre-wrap;
  padding: 5px;
  display: block;
  width: 100%;
  min-width: 200px;
  min-height: 60px;
  /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6); */
}

/* ===== FILE UPLOAD STYLES ===== */
div.browse-wrap {
  top: 0;
  left: 0;
  margin: 20px;
  cursor: pointer;
  overflow: hidden;
  padding: 20px 60px;
  text-align: center;
  position: relative;
  background-color: #f6f7f8;
  border: 1px solid #d2d2d7;
}

div.title {
  color: #3b5998;
  /* font-size: 14px; */
  font-weight: bold;
  /* font-family: tahoma, arial, sans-serif; */
}

input.upload {
  font-size: 11px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 300px;
  outline: none;
  cursor: inherit;
  position: absolute;
  font-size: 1000px !important;
}

span.upload-path {
  text-align: center;
  margin: 20px;
  display: block;
  font-size: 80%;
  color: #3b5998;
  font-weight: bold;
  font-family: tahoma, arial, sans-serif;
}

span.Autor_test {
  font-size: 7px;
  min-height: 28px;
}

/* ===== IMAGE OVERLAY STYLES ===== */
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  padding: 10px;
}

.overlay-text-left {
  border-radius: 5px;
  position: absolute;
  top: 91%;
  left: 20%;
  transform: translate(-50%, -50%);
  background-color: purple;
  color: #fff;
  padding: 3px 7px;
  font-size: 12px;
  text-align: center;
  opacity: 0.9;
}

.overlay-text {
  border-radius: 25px;
  position: absolute;
  top: 89%;
  left: 87%;
  transform: translate(-50%, -50%);
  background-color: red;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.9;
}