



html, body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: black;
}

.center-loader {
    width: 100%;
    text-align: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
}

.loader-div.entry-form {
    width: 100%;
    text-align: center;
}

.loader-msg {
    font-family: sans-serif;
    font-size: 14px;
    color: grey;
}

.footer {
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #e4e4e4;
    z-index: 2;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    justify-content: space-evenly;
    display: flex;
    width: 90%;
    margin: auto;
}

.footer ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.footer li {
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.footer li span {
    font-size: 0.7em;
}

.footer a {
    text-decoration: none;
    margin: 0;
    color: #494949;
}

.phone-navbar {
    display: none;
}

div#keep-footer-down {
    min-height: 100vh;
    padding-bottom: 80px;
}

#desktop-footer {
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #e4e4e4;
    z-index: 2;
    box-shadow: 15px 7px 16px 0px rgba(0,0,0,0.4);
}

#mini-upload-btn-footer {
    background-color: #961396;
    background-color: #1e1e1e;
    margin-top: -26px;
    height: 50px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

#mini-upload-btn-footer i {
    line-height: 50px;
    font-size: 21px;
    margin: 0px;
    color: white;
}

#desktop-footer ul {
    list-style-type: none;
    padding: 0;
    justify-content: space-evenly;
    display: flex;
    width: 70%;
    margin: auto;
}

#desktop-footer li {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}

#desktop-footer a {
    text-decoration: none;
    color: #6e6e6e;
}

hr {
    border-color: #fdfdfd;
    margin-top: 20px;
}

textarea {
    overflow-y: scroll;
}

.pagination a {
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

#pagination {
    width: 50%;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}

/*------ nav-bar -----*/

.topnav {
    z-index: 4;
    overflow: hidden;
    background-color: #242424;
    height: 60px;
    background-color: #fcfcfc;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #fcfcfc;
}

.topnav ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.topnav ul li {
  display: inline-block;
  padding: 20px 10px;
  margin: 0 10px;
}

.topnav ul li a {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}

.topnav.audio {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    border-bottom: 0px solid #fcfcfc;

    position: relative;
    background-color: transparent;
}

.topnav a.active {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .active a:hover {
    /*background-color: #ddd;*/
    color: black;
}

.topnav a.active {
    /*background-color: #04AA6D;*/
    color: white;
}

#nav-links {
    /*width: 30%;*/
    float: right;
    margin: 14px 20px 0 0;
}

#nav-links img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.nav-dm-btn-phone {
    font-size: 20px;
    margin: 8px 3px 0px 0px;
}

.number_of_unseen_messages {
    position: absolute;
    background-color: red;
    height: 18px;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    top: 5px;
    right: 12px;
    padding: 0 0 5px 0;
    overflow: hidden;
}

.number_of_unseen_messages span {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin: 0;
    padding: 0;
}

#nav-links ul {
    list-style-type: none;
}

#nav-links li {
    float: right;
    margin: 0px;
    padding-top: 6px;
}

#logo {
    width: 200px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

#logo img {
    width: 100%;
    height: 36px;
    vertical-align: center;
}


  /*--------------------- universal form page styling  ----------------------*/

/*used for both form & form2*/
#form-submit {
   font-size: 31px;
   cursor: pointer;
   color: #333333;
   margin-top: 12px;
}

#form-btn-submit {
  background: transparent;
  border: none;
  padding: 0 0 0 1px;
  margin: 0;
  overflow: visible;
/*  margin-top: 12px;*/
}
/*---*/

.form-container {
  width: 40%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 35px 50px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: white;
  font-family: Google Sans,Roboto,Arial,sans-serif;
  font-size: 1.0em;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0.1,0.2);
}

.form-container hr {
  margin: 0;
}

.form-container span#error {
  color: #bc0000;
}

.form-container p#file-size-msg {
  color: #484040;
  margin-bottom: 26px;
}

.form-container p#form-footnote {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}

.form-container p#cost-calculator {
  font-family: sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 24px;
}

.form-container label.file {
  position: relative;
  display: block;
  width: 20%;
  font-size: 60%;
  text-align: center;
  text-transform: uppercase;
  border: 2px dashed #ccc;
  margin: 0px;
  padding: 5px 40px;
  color: #979595;
  cursor: pointer;
  margin-top: 8px;
}

.form-container label.file:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.form-container label.file:active,
.form-container label.file.focus {
    border-color: #09f;
}

.form-container input[type=text], .form-container input[type=email], 
.form-container input[type=password], .form-container input[type=url], 
.form-container select, .form-container textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
}

.form-container input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  border: 1px solid red;
}

.form-container input[type=number] {
  width: 80px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
}

.form-container textarea {
  height: 200px;
  font-size: 16px;
}

.form-container input[type=submit] {
  background-color: black;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 10px;
}

.form-container input[type]:focus, .form-container select:focus, 
.form-container textarea:focus {
  border: 1px solid black;
  outline: none;
}

/*------------------------------- search-bar -----------------------------*/


.search-bar {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 40px auto 0 auto;  /* center horizontally */
}

form.search {
  display: flex;
  align-items: stretch;
  width: 100%;
/*  z-index: 3;*/
}



form.search input[type=text] {
    padding: 4.8px;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    width: 100%;
    background: white;
    margin: 0;
    outline: none;
}

/*form.search input[type=text]:focus {
    border: 0.7px solid #aa01aa;
    border: 0px solid black;
    padding: 4.8px;
    margin: 0;
}*/

form.search button {
    display: inline-block;
    width: 52px;
    padding: 6px 0px;
    padding-right: 0px;
    background: #961396;
    background-color: #282828;
    color: white;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}

.search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 85%;
}


#id_search {
  width: 100%;
  padding-right: 30px; /* Make space for the X */
  padding-left: 4.8px;
  padding-top: 4.8px;
  padding-bottom: 4.8px;
  font-size: 16px;
  border: 1px solid #d1d1d1;
  background: white;
  outline: none;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
}

#id_search:focus {
    border: 0.7px solid black;
    padding: 4.8px;
    margin: 0;
}

.clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  display: block;
  line-height: 1;
}






.bubble-links::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.bubble-links ul {
    list-style-type: none;
    margin: 25px 0 0 5px;
    padding: 0;
}

.bubble-links.video ul {
    margin: 20px 0 0 10px;
}

.bubble-links.pin ul {
    margin: 5px 0 0 10px;
}

.bubble-links.pin.no-file ul {
    margin: 10px 0 0 10px;
}

.bubble-links li {
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 4px;
    border: 1px solid #e1e1e1;
}

.bubble-links.video li {
    padding: 3px;
}

.bubble-links.pin li {
    padding: 1px;
}

.bubble-links a {
    color: grey;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.0em;
    font-family: sans-serif;
}

.bubble-links.pin a {
    padding: 12px 14px;
    font-size: 0.7em;
}


    /*------------------------- user_videos.html ---------------------------------*/

.menu-1-container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.menu-1-container {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 5px 0 7px 0;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.menu-1-container ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-1-container ul li {
  display: inline-block;
  padding: 10px 25px;
  margin: 0 10px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.menu-1-container.search ul li {
  padding: 5px 10px;
  border-right: 0px solid #ededed;
  border-bottom: 0px solid #ededed;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

.menu-1-container ul li a {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  cursor: pointer;
  text-decoration: none;
}

.menu-1-container ul li a:active {
  color: #0000EE; /* same color when actively clicked */
}

.menu-1-container ul li a.active {
  color: black;
}

/*--------------------------- search_page.html ---------------------*/




    /*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-opacity {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3; 
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}


.search-dropdown-content-1-container {
    position: absolute;
    top: 100%; /* place just below the input */
    right: 0;
    width: 99%; /* match input field */
    border: 1px solid #eee;
    background-color: white;
    z-index: 4;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


.search-dropdown-content-1-holder {
    height: 30px;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
}

.search-dropdown-content-1-holder:hover {
    background-color: #949494;
}

.search-dropdown-content-1-thumbnail-holder {
    display: inline-block;
    width: 50px;
    height: 100%;
    margin-left: 10px;
    float: left;
}

.search-dropdown-content-1-thumbnail-holder img {
    width: 100%;
    height: 100%;
}

.search-dropdown-content-1-details-holder {
    display: inline-block;
    width: 90%;
    height: 100%;
    margin-left: 10px;
}

.search-dropdown-content-1-details-holder p {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.search-dropdown-content-1-details-holder p.song-name {
    font-size: 12px;
    color: #575757;
}

.search-dropdown-content-1-details-holder p.video-details {
    font-size: 12px;
    color: #575757;
}


/*---------------- entry_form.html ---------------*/


  .entry-form-container {
    max-width: 700px;
    margin: 120px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
  }

  .entry-form-container h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 26px;
  }

  .entry-form-container label {
    display: block;
    margin: 12px 0 4px;
    font-weight: 600;
  }

  .entry-form-container input[type="text"],
  .entry-form-container textarea,
  .entry-form-container select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
  }

  .entry-form-container textarea {
    resize: vertical;
  }

  .entry-form-container button {
    margin-top: 20px;
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .entry-form-container button.form-action-btn:hover {
    background-color: #0056b3;
  }

  /* General button style for full-width action buttons */
.entry-form-container .form-action-btn {
  margin-top: 20px;
  width: 100%;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.entry-form-container .form-action-btn:hover {
  background-color: #0056b3;
}

.form-action-btn.red {
  background-color: red;
}


.entry-form-container .form-action-btn.red:hover {
  background-color: #a10303;
}


.field-group {
  margin-bottom: 15px;
  position: relative;
}

#metadata-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.field-group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.field-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.field-group-header label {
  font-weight: 600;
  font-size: 15px;
}

.field-group .remove-label {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}


.field-group input[type="text"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  width: 100%;
}


.remove-label {
  background: none;
  border: none;
  color: #888;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  margin-left: 10px;
  transition: color 0.2s ease;
  width: 20px;
  text-align: left;
}



/*-------------- fetch coordinates ---------------*/


.coordinate-input {
  width: 100%;
  padding: 10px;
  margin: 20px 0 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.coordinate-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.get-coordinates-btn {
  background-color: #007bff;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 10px;
}

.get-coordinates-btn:hover {
  background-color: #0056b3;
}

.coordinates-result {
  font-size: 15px;
  color: #333;
  min-height: 24px;
}






/*------------- entry_detail.html ---------------*/

/* entry_detail.css */

.entry-detail-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  font-family: 'Georgia', serif;
  line-height: 1.7;
  font-size: 17px;
  color: #202124;
}

.entry-detail-container h1 {
  font-size: 32px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.entry-category,
.entry-description,
.entry-tags,
.entry-timestamp {
  margin: 20px 0;
}

.entry-tags .tag {
  background-color: #e2e3e5;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  margin-right: 6px;
}

.entry-metadata {
  margin-top: 30px;
}

.entry-metadata h3 {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.entry-metadata ul {
  list-style-type: disc;
  margin-left: 20px;
}

.entry-metadata li {
  margin-bottom: 8px;
}

.entry-timestamp {
  font-size: 14px;
  color: #666;
  margin-top: 40px;
}

.entry-images {
  margin: 30px 0;
}

.entry-image {
  margin-bottom: 25px;
  text-align: center;
}

.entry-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.image-caption {
  font-size: 14px;
  color: #555;
  margin-top: 6px;
  font-style: italic;
}


.metadata-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
}

.metadata-table th,
.metadata-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  vertical-align: top;
}

.metadata-table th {
  background-color: #f8f8f8;
  text-align: left;
  font-weight: 600;
  width: 30%;
}


.json-box-wrapper {
  margin-top: 40px;
  padding: 10px 0;
}

.json-box-wrapper.doc {
  margin-top: 0px;
  padding: 0;
}

.json-box {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 15px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  max-height: 400px;
  border-radius: 8px;
}

.edit-entry-btn {
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  transition: background 0.2s ease;
}

.edit-entry-btn:hover {
  background-color: #e2e2e2;
}

.slideshow-container {
  position: relative;
/*  max-width: 600px;*/
    width: 100%;
  margin: auto;
  background-color: black;
  border-radius: 10px;
}

.slide {
  display: none;
  position: relative;
}

.slide img {
  width: 100%;
  aspect-ratio: 1.7 / 1;
  object-fit: contain;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.caption {
  position: absolute;
  bottom: 12px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgba(0,0,0,0.3);
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dot-container {
  text-align: center;
  margin-top: 12px;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dot-container .active, .dot:hover {
  background-color: #333;
}

.entry-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border-bottom: 2px solid #eee;
}

.vote-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vote-btn {
  font-size: 20px;
  cursor: pointer;
  color: #666;
  margin: 0;
  transition: color 0.2s ease;
}

.vote-btn.bottom {
  margin-bottom: 3px;
}

.vote-btn.active {
  color: #007bff; /* blue highlight */
}

.vote-score {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  margin: 0;
}

.vote-btn.voted {
  color: #007bff;
}

.entry-author a {
  color: #007bff;
  text-decoration: none;
}
.entry-author a:hover {
  text-decoration: underline;
}






/*----------------- search.html ----------------*/

.search-form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.search-form button {
  padding: 12px 20px;
  font-size: 18px;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}

.search-form button:hover {
  background-color: #0056b3;
}


/*----------- search_results.html ----------------*/

.search-results-container {
  width: 90%;
  max-width: 700px;
  margin: 120px auto auto auto;
  font-family: sans-serif;
}

.search-results-list {
  list-style: none;
  padding: 0;
}

.search-result-item {
  margin-bottom: 25px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.search-result-item a {
  text-decoration: none;
  font-size: 18px;
  color: #0077cc;
}


/*------------ search-bar ----------*/


.search-input-wrapper {
  position: relative;
  width: 100%;
}

#search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;  /* Matches width of input */
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  display: none;
}


/* Centered container */
.search-home-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 100px;
}

#search-form {
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative; /* 👈 this anchors the dropdown */
}


/* Input and select match */
#search-input,
#category-select,
.select-dropdown {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  transition: border-color 0.3s ease;
}

#search-input:focus,
#category-select:focus,
.select-dropdown:focus {
  border-color: #007bff;
  outline: none;
}

/* Dropdown results */
#search-results-dropdown {
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  display: none;
}

.dropdown-item {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 15px;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-item.no-result {
  color: #999;
  cursor: default;
}



/*------------------ profile.html ---------------------*/

.profile-container {
    font-family: sans-serif;
  max-width: 700px;
  margin: 120px auto auto auto;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  text-align: center;
}

.profile-header img.profile-picture {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 12px;
  margin-top: 6px;
}

.badge.verified {
  background-color: #4caf50;
  color: #fff;
}

.badge.bot {
  background-color: #f44336;
  color: #fff;
}

.profile-stats {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
}

.profile-links a {
  font-size: 14px;
}


.profile-contributions {
    font-family: sans-serif;
    margin: auto;
  margin-top: 40px;
  width: 80%;
  padding: 20px;
  background: #f9fafc;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.profile-contributions h2 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #333;
}

.contributions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contribution-item {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.contribution-item:last-child {
  border-bottom: none;
}

.contribution-item h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
}

.contribution-item h3 a {
  text-decoration: none;
  color: #0073e6;
}

.contribution-item h3 a:hover {
  text-decoration: underline;
}

.contribution-item p {
  margin: 0 0 8px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.contribution-item small {
  font-size: 12px;
  color: #888;
}




  /*------- universal form page styling for certain input file types -------*/


.right {
  float: right;
  clear: both;
}

.left {
  float: left;
  clear: both;
}

.form-submit-btn {
  font-size: 15px;
  border-radius: 5px;
  padding: 12px 21px;
  border: none;
  font-weight: 500;
  background-color: #6c146c;
  background-color: #1e1e1e;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}

.form-submit-btn.delete {
  float: right;
}

.form-submit-btn.red {
  background-color: #a10303;
}

.form4-container {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: 'Inter', sans-serif;
  color: #536387;
}

.form4-container.restore-password {
  width: 70%;
}

.form4-container input, .form4-container select {
  width: 100%;
  padding: 13px 15px;
  border-radius: 5px;
  margin-top: 8px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  resize: none;
}

.form4-container textarea {
  width: 100%;
  padding: 20px 15px 80px 15px;
  border-radius: 5px;
  margin-top: 8px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  resize: none;
}

.form4-container h3 { 
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #07074d;
}



.pagination {
  margin: 30px auto;
  text-align: center;
  padding: 10px 0;
  font-family: sans-serif;
}

.pagination a {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
  transition: background 0.3s ease;
}

.pagination a:hover {
  background-color: #e0e0e0;
}

.pagination .current-page {
  display: inline-block;
  margin: 0 8px;
  font-weight: bold;
  padding: 8px 12px;
  color: #555;
}




/*-------------- user image pop-up ----------------*/

#upload-selection-body {
  padding-bottom: 60px;
}

#opacity-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 260; 
}

#popup-container {
  margin: auto;
  margin-top: 5%;
  width: 350px;
}

#popup-header {
  margin: 0;
  width: 100%;
  font-family: sans-serif;
}

#popup-header {
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  text-align: right;
}

#popup-header p {
  margin: 0 15px 5px 10px;
  font-size: 20px;
  color: #dadada;
  cursor: pointer;
  display: inline-block;
}

.popup-body {
  min-height: 300px;
  width: 100%;
  padding-bottom: -20;
  border-radius: 5px;
  background-color: white;
  text-align: left;
}

#popup-options-holder {
  margin: 7% 0 0 8%;
  width: 83%;
  display: inline-block;
  font-family: sans-serif;
}

#popup-options-holder p {
  font-size: 17px;
  margin: 0;
}

#popup-options-holder span {
  font-size: 18px;
  margin: 0;
}

.popup-options-btn {
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.popup-options-btn:first-of-type {
  padding: 7px 0px;
}

/*.popup-options-btn:last-of-type {
  border-bottom: 1px solid #eee;
}*/

/*.mini-upload-option-btn {*/
/*  background-color: #961396;
  border: none;
  color: white;
  padding: 15px 32px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 17px;
  cursor: pointer;
  margin: auto;
  margin-top: 12px;
}

.mini-upload-option-btn:hover {
  background-color: #841e84;
}*/

/*mini video form*/
#popup-opacity-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  z-index: 4; 
}

#popup-pop-up {
  margin: auto;
  margin-top: 11%;
  width: 350px;
}

#popup-header {
  /*height: 30px;*/
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  text-align: left;
}

#popup-header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

#popup-header p {
  margin: 0 15px 5px 10px;
  font-size: 20px;
  color: #dadada;
  cursor: pointer;
  display: inline-block;
}

#popup-header #popup-exit-btn {
  float: right;
}

#popup-form-holder {
  margin: 8% 0 0 10%;
  width: 80%;
  height: 50px;
  display: inline-block;
  font-family: sans-serif;
}

#popup-form-holder input[type=file] {
  display: none;
}

label.popup-upload-input {
  position: relative;
  display: block;
  width: 90%;
  font-size: 90%;
  text-align: center;
  text-transform: uppercase;
  border: 2px dashed #ccc;
  padding: 1rem 1rem;
  margin: auto;
  color: #979595;
  cursor: pointer;
}

/*font awesome btn*/
#popup-upload-btn {
  color: #848484;
  margin: 20px 0 0 45%;
  font-size: 23px;
  cursor: pointer;
}

#popup-form-holder p {
  /*font-size: 18px;*/
  margin: 0;
}

#popup-form-holder hr {
  margin: 5px 0 18px 0;
}

#popup-form-holder input[type=file] {
  display: none;
}

#popup-form-holder input[type=url] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 15px;
}


/*-------------- home.html ---------------*/

.homepage-container {
  max-width: 960px;
  margin: 120px auto auto auto;
  padding: 0 16px;
  font-family: "Segoe UI", "Roboto", sans-serif;
}

/* Entry sections */
.entry-section {
  margin-bottom: 48px;
}

.entry-section h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #333;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 6px;
}

/* Entry cards */
.entry-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}

.entry-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* Entry info */
.entry-card h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #222;
}

.entry-card .entry-category {
    margin: 2px 0 0 0;
    font-size: 0.95rem;
  /*font-size: 0.95rem;
  color: #777;
  margin-bottom: 8px;*/
}

.entry-card .entry-score {
  font-weight: bold;
  margin-bottom: 12px;
  color: #2a2a2a;
}

/* Vote buttons */
.entry-card .vote-buttons {
  display: flex;
  gap: 12px;
}

.entry-card .vote-buttons button {
  padding: 6px 12px;
  font-size: 0.9rem;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.entry-card .vote-buttons button:hover {
  background-color: #e4e4e4;
}



.entry-slideshow-wrapper {
  position: relative;
  margin-bottom: 14px;
  margin-top: 10px;
}

.entry-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: black;
}

.slide-image {
  display: none;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.slide-image.active {
  display: block;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 24px;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 50%;
}

.slide-btn.prev {
  left: 10px;
}

.slide-btn.next {
  right: 10px;
}

.slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  gap: 6px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}


/*------------- api_endpoints.html --------------*/

.api-doc-container {
    font-family: sans-serif;
    width: 80%;
    margin: 120px auto auto auto;
}

.api-doc-container.margin-top {
    margin-top: 80px;
    margin-bottom: 100px;
}











/*--------------------------------- styling for big screens only -------------------------*/

@media (min-width: 700px) {

    .form-container {
        margin-top: 100px;
      }

    .message-container.fixed-header-margin-top {
        margin-top: 100px;
    }



    .topnav {
        position: fixed; 
        top: 0; 
        width: 100%;
    }

    .search-bar {
        margin-top: 90px;
    }

    .fixed-header-margin-top {
        margin-top: 60px;
    }

   .video-layout-1-container.fixed-header-margin-top {
    margin-top: 80px;
   }

   .menu-1-container.fixed-header-margin-top {
        margin-top: 80px;
    }

    .video-container.fixed-header-more-margin {
        margin-top: 80px;   
    }

    .url-container {
        margin-top: 100px; 
    }




}









/* media queries for ipads & tablets Portrait and Landscape */
@media (min-width: 800px) and (max-width: 1200px) {

    /*---------------------------- image_search.html ----------------------*/

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

    /*--------------------- live-search-dropdown ------------------------*/

.search-dropdown-content-1-holder {
/*    padding: 30px 0 30px 0px;*/
}

.search-dropdown-content-1-details-holder {
    width: 65%;
}

        /*------------------- base.html ------------------------------*/

#logo {
    width: 200px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

#logo img {
    width: 100%;
    height: 37px;
}




    /*---------------------- search_videos.html -----------------------------*/

.search-videos-content {
    width: 95%;
    height: 110px;
    margin: auto;
    margin-top: 20px;
    /*background-color: red;*/
}

.search-videos-thumbnail {
    height: 100%;
    width: 245px;
    float: left;
}


}


/* media queries for ipads & tablets Portrait and Landscape */
@media (min-width: 699px) and (max-width: 800px) {

    /*---------------------------- image_search.html ----------------------*/

.grid {
  grid-template-columns: repeat(3, 1fr);
}




}













/*---------- the media queries for my phone devices 100% Zoom ---------------*/


@media (max-width: 699px) {
    

/*    general css*/


html, body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    overflow-y: scroll;
}

    div#keep-footer-down {
        padding-top: 50px;
        padding-bottom: 63px;
    }

    #desktop-footer {
        display: none;
    }

    #laptop {
        display: none;
    }


.loader-msg {
    font-family: sans-serif;
    font-size: 3.5vw;
    color: grey;
}


/*    footer */
    .footer {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        background-color: white;
        border-top: 1px solid #e4e4e4;
        z-index: 2;
        overflow-x: scroll;
    }

    .footer ul {
        list-style-type: none;
        padding: 0;
        display: inline-block;
        width: 100%;
        margin: auto;
        overflow: scroll;
        white-space: nowrap;
    }

    .footer li {
        font-family: sans-serif;
        font-size: 3.4vw;
        font-weight: normal;
        display: inline-block;
        margin: 0 32px;
    }

    .footer li span {
        font-size: 2.5vw;
    }

    .footer a {
        text-decoration: none;
        margin: 0;
        color: #494949;
    }
 

/* phone-nav-bar*/

.phone-navbar ul {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.phone-navbar ul li {
  display: inline-block;
  padding: 15px 10px 0 5px;
  margin: 0 10px;
}

.phone-navbar ul li a {
  font-size: 3vw;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}

.phone-navbar {
    display: block;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: white;
    text-align: right;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    width: 100%;
    z-index: 4;
    transition: opacity 0.6s linear;

    /* height must align with div #keep-footer-down*/
    height: 50px;
}

.phone-navbar.audio {
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.13);
    background-color: transparent;
}

.phone-navbar a.active {
    float: left;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.phone-navbar .active a:hover {
    color: black;
}

#phone-logo {
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
    height: 50px;
    width: 100px;
    margin: 0 0 0 10px;
    /* float: left; ❌ REMOVE this */
}

#phone-logo img {
    width: 110px;
    aspect-ratio: 3.5 / 1;
    margin: 4px 0 0 0;
    vertical-align: middle;
}



#phone-search-button {
    width: 22%;
    display: inline-block;
    margin-right: 15px;
    margin-top: 4px;
    float: right;
}

#phone-search-button button {
    padding: 12px 0px 12px 11px;
    background-color: transparent;
    color: #a9a9a9;
    font-size: 4vw;
    border: none;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#phone-search-button img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 9px 0px 0px 8px;
}

.nav-dm-btn-phone {
    font-size: 4.2vw;
    margin: 15px 3px 0px 0px;
}

.number_of_unseen_messages {
    height: 19px;
    width: 19px;
    top: 5px;
    right: 8px;
    padding: 0 0 2px 0;
}

.number_of_unseen_messages span {
    font-size: 3vw;
}

#phone-searchbar {
    /*background-color: red;*/
    width: 43%;
    text-align: center;
    display: none;
    margin-top: 12px;

}

#phone-searchbar input[type=text] {
    padding: 5px 5px;
    border: 1px solid #d1d1d1;
    font-size: 13px;
    font-size: 2.8vw;
    background-color: white;
    width: 100%;
    margin: 0;
    border-radius: 0px;
    outline: none;
}

#phone-searchbar input[type=text]:focus {
    border: 0.7px solid #aa01aa;
}

/*.show {
    display: block;
}*/

#phone-subnav {
    background-color: #242424;
    /*background-color: red;*/
    height: 53px;
    width: 100%;
    display: inline-block;
    /*display: none;*/
}

#phone-nav-links {
    height: 100%;
    text-align: center;
    /*background-color: red;*/
    vertical-align: top;
    display: inline-block;
    font-family: sans-serif;
    width: 100%;
}

#phone-nav-links ul {
    list-style-type: none;
    padding: 0px;
}

#phone-nav-links li {
    display: inline-block;
    /*padding-top: 0px;*/
}

#phone-nav-links a {
    color: white;
    padding: 8px;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 600;
}

.bubble-links::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bubble-links {
    width: 100%;
    margin-top: 5px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.bubble-links ul {
    list-style-type: none;
    margin: 15px 0 0 5px;
    padding: 0;
}

.bubble-links.video ul {
    margin: 8px 0 5px 10px;
}

.bubble-links.pin ul {
    margin: 0 0 4px 10px;
}

.bubble-links.pin.no-file ul {
    margin: 7px 0 0 10px;
}

.bubble-links li {
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #e1e1e1;
}

.bubble-links.video li {
    padding: 2px;
}

.bubble-links.pin li {
    padding: 1px;
}

.bubble-links a {
    font-size: 3.3vw;
}

.bubble-links.pin a {
    font-size: 2.7vw;
}


/*.bubble-links-2*/


.bubble-links-2 a {
    font-size: 3.8vw;
}




  /*------------ search_results.html ----------------*/
  .search-results-container {
    margin: 80px auto;
    padding: 0 4vw;
    font-size: 3.5vw;
  }

  .search-result-item {
    font-size: 3.8vw;
    padding: 3vw;
  }

  .search-result-item a {
    font-size: 4vw;
  }

  /*------------- entry_detail.html ---------------*/
  .entry-detail-container {
    padding: 4vw;
    font-size: 3.8vw;
    margin-top: 0;
  }

   .slide img {
      aspect-ratio: 1.2 / 1;
    }

  .entry-detail-container h1 {
    font-size: 6vw;
  }

  .entry-tags .tag {
    font-size: 3.2vw;
  }

  .entry-metadata h3 {
    font-size: 4.5vw;
  }

  .metadata-table {
    font-size: 3.5vw;
  }

  .json-box {
    font-size: 3vw;
  }

  .caption {
    font-size: 3.2vw;
  }

  .prev, .next {
    font-size: 5vw;
  }

  /*---------------- entry_form.html ---------------*/
  .entry-form-container {
    margin: 60px 3vw;
    padding: 4vw;
    font-size: 3.6vw;
  }

  .entry-form-container h2 {
    font-size: 5.5vw;
  }

  .entry-form-container label,
  .field-group-header label {
    font-size: 3.6vw;
  }

  .entry-form-container input[type="text"],
  .entry-form-container textarea,
  .entry-form-container select {
    font-size: 3.5vw;
    padding: 3vw;
  }

  .entry-form-container button,
  .entry-form-container .form-action-btn {
    font-size: 4vw;
    padding: 3vw;
  }

  .remove-label {
    font-size: 3vw;
  }

  input.error-field {
      border-color: red !important;
      background-color: #ffe6e6;
    }
     
.error-box {
    color: red;
    background: #ffe6e6;
    padding: 10px;
    border: 1px solid red;
    border-radius: 6px;
    margin-bottom: 15px;
  }


  /*--------------------- live-search-dropdown ------------------------*/
  .search-dropdown-content-1-holder p {
    font-size: 3.4vw;
  }

  .search-dropdown-content-1-details-holder p.song-name,
  .search-dropdown-content-1-details-holder p.video-details {
    font-size: 3.2vw;
  }

  /*----------- search-bar ----------*/
  .search-home-container {
      padding-top: 50px;
    }

  #search-input,
  #category-select {
    font-size: 4vw;
    padding: 3vw;
  }

  .dropdown-item {
    font-size: 3.8vw;
    padding: 3vw;
  }

  /*----------------- search.html ----------------*/
  .search-form input[type="text"],
  .search-form button {
    font-size: 4vw;
    padding: 3vw;
  }

    /*------- universal form page styling for certain input file types -------*/

    .form-submit-btn {
      font-size: 3.2vw;
      padding: 12px 16px;
    }

    .form4-container {
      width: 85%;
      margin-top: 40px;
    }

    .form4-container input {
      width: 90%;
      padding: 13px 15px;
      font-size: 3.2vw;
    }

    .form4-container textarea {
      width: 90%;
      padding: 15px 15px 80px 15px;
      font-size: 3.2vw;
    }

    .form4-container h3 { 
      font-size: 6.3vw;
    }



    /*pop up boxes for minis*/

    #profile-mini-upload-btn {
      margin: 9% 0 0 29%;
    }

    #popup-container {
      margin-top: 20%;
      width: 70%;
    }

    label.popup-upload-input {
      width: 80%;
      font-size: 3vw;
    }

    #popup-header p {
      font-size: 4.7vw;
    }

    #popup-upload-btn {
      font-size: 6vw;
      margin-top: 27px;
    }


.pagination {
    font-size: 3.5vw;
  }

  .pagination a,
  .pagination .current-page {
    font-size: 3.5vw;
    padding: 6px 10px;
    margin: 0 4px;
  }

/*-----------  home.html -------------*/

  .homepage-container {
    margin-top: 40px;
    padding: 0 12px;
  }

  .entry-section h2 {
    font-size: 4.5vw;
    margin-bottom: 16px;
  }

  .entry-card {
    padding: 12px 16px;
    margin-bottom: 16px;
  }

  .entry-card h3 {
    font-size: 3.5vw;
  }

  .entry-card .entry-category {
    font-size: 3vw;  
  }

  /*.entry-category {
    font-size: 2.5vw;
  }*/

  .entry-score {
    font-size: 2.5vw;
  }

  .vote-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .vote-buttons button {
    font-size: 3vw;
    padding: 6px 10px;
  }

    .slide-image {
      aspect-ratio: 1.25 / 1;
    }




    /*--------------------- universal form page styling  ----------------------*/
/*used for both form & form2*/
#form-submit {
   font-size: 7.5vw;
   margin-top: 10px;
   cursor: pointer;
}
/*---*/

.form-container {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 15px 24px 60px 24px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: white;
  font-family: sans-serif;
  font-size: 3.6vw;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 6px 6px 0px rgba(0,0,0.1,0.2);
}

.form-container p#cost-calculator {
  font-size: 3.8vw;
}

.form-container label.file {
  position: relative;
  display: block;
  width: 35%;
  font-size: 60%;
  text-align: center;
  text-transform: uppercase;
  border: 2px dashed #ccc;
  margin: 0px;
  padding: 5px 25px;
  color: #979595;
  cursor: pointer;
  margin-top: 8px;
}

.form-container input[type=text], .form-container input[type=email], 
.form-container input[type=url], .form-container select, .form-container textarea,
.form-container input[type=number], .form-container input[type=password] {
  font-size: 3.1vw;
  padding: 8px;
}

.form-container textarea {
  height: 150px;
}


/*------------------ profile.html ---------------------*/

.profile-container {
  width: 85%;
  margin: 50px auto auto auto;
}

.profile-contributions {
  width: 85%;
}

.profile-links a {
  font-size: 3.5vw;
}






/*------------- api_endpoints.html --------------*/

.api-doc-container {
    width: 90%;
    margin: 30px auto 60px auto;
}




}





}
