html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100vh;
  background-color: #f8f8f8;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.sr-name {
  font-weight: 900;

  font-size: 1.2rem;
  border-bottom: 2px solid #e9e2e0;
}

.text-sr {
  color: #e9e2e0;
}

.page-link {
  background-color: transparent;
  border: none;
  color: black;
  font-weight: 500;
  font-size: 21px;
}

.page-item.active .page-link {
  background-color: transparent;
  color: #4e2eaa;
}

.page-link:hover {
  color: #4e2eaa;
  background-color: transparent;
}

.page-link:focus {
  color: #4e2eaa;
  background-color: transparent;
  box-shadow: unset;
}

.category-input {
  max-width: 500px;
}

.icon-btn {
  cursor: pointer;
}

.icon-btn:hover {
  opacity: 0.7;
}

.loading-overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.loading-spinner {
  margin-left: 50%;
  margin-top: 50px;
}

.cat-select {
  min-width: 600px;
}

.pac-container {
  z-index: 2000 !important;
}

.custom-file-button input[type="file"] {
  margin-left: -2px !important;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

.photo-thumbnail {
  height: 400px;
  width: 400px;
}

.empty-swiper-message {
  height: 400px;
}

.delete-span {
  position: absolute;
  background-color: rgb(33, 37, 41, 0.7);
  transition: all 0.5s;
}

.mainContainer {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-image: url("https://tenor.blob.core.windows.net/mytenorstatic/main-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 21%;
}

.content {
  flex: 1;
  padding-inline: 80px;
}

.econtact-label {
  font-weight: bold;
  border: 2px solid #0d6efd;
  padding: 0px 10px;
}

.zindex {
  z-index: 1;
}

.com-form-container {
  font-size: 24px;
  min-height: 459px;
}
