@import "base/variables.css";
@import "base/default.css";
@import "base/layout.css";
@import "common/icons.css";
@import "common/helpers.css";
@import "common/buttons.css";
@import "common/forms.css";
@import "common/components.css";
@import "layout/header.css";
@import "layout/sidenav.css";
@import "layout/sidebar.css";
@import "layout/bottomnav.css";
@import "pages/signup.css";
@import "pages/overview.css";
@import "pages/settings.css";
@import "pages/home.css";
@import "pages/profile.css";
@import "pages/club-reg.css";
@import "pages/tracker.css";
@import "pages/photos.css";
@import "pages/modals.css";
@import "pages/map.css";
@import "pages/subscribe.css";
@import "pages/devices.css";

.manage-profile-btn {
  width: 260px;
}

.manage-profile-btn:hover {
  transform: scale(1.01);
  transition: transform 0.3s;
}

.photos-section {
  background-color: #f0f0f0;
  border-radius: 12px;
}

.file-section {
  height: 200px;
  background-color: #1e1f26;
  border-radius: 4px;
}

.cloud-upload-icon {
  color: #485fc7;
}

.upload-btn {
  position: relative;
  border-radius: 9999px !important;
}

.trail-reports-container {
  min-height: 200px;
  border-radius: 12px;
}

.profiles-container {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  width: 95%;
}

.gallery-preview {
  min-height: 210px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.gallery-image {
  width: 85px;
  height: 85px;
  border-radius: 12px;
  padding: 5px;

  cursor: grab;
}

.trail-report-description {
  color: #1a1a1a;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 18px;
}

.forward-links:hover {
  transform: scale(1.2);
  transition: transform 0.3s;
}

.animated-hover:hover {
  transform: scale(1.02);
  transition: transform 0.3s;
}

.gallery-image-dropdown-preview {
  width: 100%;
  max-height: 228px;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.accordion-triggers {
  cursor: pointer;
}

.p-links {
  padding: 2px;
}

.file-label {
  border-radius: 10px !important;
}

.select2,
.select2-container,
.select2-container--default,
.select2-container--below,
.select2-container--focus,
.select2-container--open,
.dj_map_wrapper,
.dj_map {
  width: 100% !important;
}

.field-label {
  text-align: left !important;
}

.no-content-context {
  max-width: 40%;
}

.club-image {
  width: 100%;
  height: 290px;

  border-radius: 5px;
}

.report-tag {
  position: absolute;
  right: 0;
}

#groomed-btn,
#hazard-btn {
  width: 100%;
}

.groomed-icon,
.hazard-icon {
  width: 18px;
  height: 18px;
}

.report-photo {
  border-radius: 3px;
  width: 100%;
  max-height: 250px !important;
}

.report-time {
  font-size: 11.5px;
  color: #888;
}

.divider {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.text {
  color: #030303;
  font-size: 14px;

  line-height: 18px;
}

.form-header {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
}

.total-card {
  border: 1px solid #000000;

  border-radius: 6px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 18px;
  outline: none;
  padding: 10px;
}

.menu-back-btn {
  background-color: #1898ed;
  color: black;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  padding-top: 2px;
}

.color-green-btn {
  color: #6c9375;
}

.club-details {
  margin: 10px;
}

.club-details-card {
  border-radius: 12px;
}

.login-form-item {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
}

@media (min-width: 769px) {
  .form-field {
    width: 40%;
  }
  label {
    color: white;
  }
  .form-header {
    color: white;
  }
  .form-header strong {
    color: white;
  }
}

.select2-selection__choice {
  color: black;
}

/* ####################################################### */
/* #################### CUSTOM STYLES #################### */
/* ####################################################### */

/* These styles will be moved in right place later */
