/* 
    1 Chevron-border-match
    2. Navbar
    3. Navbar terms
    4. Navbar bottom bar

    5. Navbar hover highlight
    6. Navbar buttons backgroud (ccc and chevron) and chevron border
    7. CCC Border
    8. CCC Inner Text

    9. CCC highlight outer
    10. CCC highlight inner
    11. Inner ride
    12. Font overall
    13. Ride Borders
    14. Bold info font
*/
/*Notes: triplec and chevron need to be variableized and changed ;) good luck boo
Theming: use jinja to change attribute. use a sass mixin to assign colors easily. apply to the whole body tag*/
/* END COLOR, BOOSTRAP (boostrap begins above media), AND MEDIA BLOCK */
body {
  padding-top: 120px;
  padding-bottom: 20px;
}

.nav-and-c {
  display: flex;
  gap: 15px;
  margin-left: auto;
}

.dsyf {
  margin-top: 10px;
  margin-bottom: 8px;
  gap: 5px;
  font-weight: 800;
  font-size: 17px;
  display: flex;
  justify-content: center;
}
.dsyf a {
  font-weight: bold;
}

.tip {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
}

.tip-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}

.note {
  display: flex;
  justify-content: center;
  font-weight: 800;
}

.psst {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 35px;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-inline-search .form-control-search {
  width: 30vw;
  justify-content: center;
  align-items: center;
}

.form-control-label {
  margin-bottom: 1px;
  margin-top: 3px;
}

.form-control-file {
  margin-bottom: 5px;
}

.impt {
  display: inline-block;
  color: red;
}

.input-group-text {
  background-color: white;
}

.mt-mb-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.search-btn {
  background-color: rgb(109, 146, 201);
  border-radius: 10px;
  color: black;
  font-weight: bold;
}
.search-btn:hover {
  color: black;
}

.full-image {
  border-radius: 14px;
  margin-right: 1vw;
  height: 20.5vw;
  width: 20.5vw;
  margin-top: 0vw;
}

.other-image {
  border-radius: 14px;
  margin-right: 1vw;
  height: 16.5vw !important;
  width: 16.5vw !important;
  margin-top: 0vw;
}

.blank-image {
  margin-right: 1vw;
  height: 10vw;
  width: 10vw;
  border-radius: 50%;
}

p {
  margin: 0px;
  padding: 0px;
}

.ride {
  margin-top: 10px; /* separates navbar and rides */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 1.3vw;
  margin-left: 7vw;
  margin-right: 7vw;
}
.ride h2 {
  font-weight: 800;
}
.ride h3 {
  font-weight: bold;
}
.ride button, .ride .expand-btn {
  border: none;
  color: white;
  font-size: 1.8vw;
  padding: 0.7vw;
  margin-right: 0.5vw;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.ride button:active, .ride button:focus, .ride .expand-btn:active, .ride .expand-btn:focus {
  outline: none;
  box-shadow: none;
}

.show {
  display: none;
}

.total-wipe {
  display: none;
}

.nav-link {
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 22px;
  white-space: nowrap;
}

.navbar-toggler {
  border: 4px solid;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

ion-icon {
  vertical-align: -10%;
}

.btn-center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ccc {
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 27px;
  text-transform: uppercase;
  margin-right: 0px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.ccc:hover {
  border-radius: 50%;
  font-weight: bolder;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.default-font {
  font-family: "Lato", sans-serif;
}

.form-bar {
  margin-top: 7px;
  margin-bottom: 7px;
  border-width: 1.3px;
}

.form-check {
  margin-top: 6px;
}

.ride-details {
  padding-bottom: 1vw;
  flex: 1;
}
.ride-details h2 {
  margin: 0vw;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
  font-size: 3.9vw;
}
.ride-details h3 {
  margin: 0vw;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
  font-size: 3.3vw;
  /*inline h3-small*/
}
.ride-details p {
  margin: 0vw;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
}

.h2-small {
  font-size: 3.3vw !important;
}

.h3-small {
  font-size: 2.8vw !important;
}

.ride-details-search {
  padding-bottom: 0.2vw;
}

.bold, .status {
  font-weight: bold;
  font-size: 2vw;
}

.bold-link {
  font-weight: bold;
  font-size: 1.7vw;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8vw;
}
.info a {
  font-weight: bold;
}

.theme-btn-group {
  display: inline-block;
}

.theme-btn {
  border-radius: 10px;
  border: 0px;
}

.default-thm-btn {
  color: white;
  background-color: #9d8d6e;
}

.icy-thm-btn {
  color: white;
  background-color: #516d82;
}

.dark-thm-btn {
  color: white;
  background-color: #373738;
}

.custom-wipe {
  display: none;
}

.custom {
  text-decoration: none;
  color: white;
}
.custom:hover {
  text-decoration: none;
  color: white;
}

.buttons {
  margin-top: 0.5vw;
}

.post-data, .line-break {
  display: none;
}

.operating {
  color: green;
}

.sbno, .construction {
  color: #b3b300;
}

.defunct {
  color: red;
}

.remove {
  background-color: #db1111;
}

.update {
  background-color: #4f78b4;
}

.add {
  background-color: #1ea262;
}

.edit {
  background-color: #ffbd59;
}

.search {
  background-color: #7f3eff;
}

.navbar-custom {
  padding-top: 20px;
  padding-bottom: 10px;
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-nav .nav-link {
  line-height: 40px;
}

.tab-container {
  display: grid;
  gap: 0.7rem;
  max-width: 1000px;
  margin: 1rem auto;
  padding: 0rem 0.7rem;
}

.tab-item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-name {
  font-weight: bold;
  font-size: max(2.5vw, 15px);
  text-align: right;
  padding-right: 1.5rem;
  color: #444;
}

.tab-description {
  flex: 2.2;
  padding-left: 1.5rem;
  color: #666;
  font-size: max(2vw, 13px);
  line-height: 1.5;
}

/*.tab-container {
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
    border-radius: 15px;
}*/
.navbar-brand {
  margin-right: 5px;
}

.navbar-toggler-icon.rotate {
  transform: rotate(180deg);
}

.default-theme .operating {
  color: #10a335;
}
.default-theme .ride {
  color: #392819;
  background-color: #FAF0DC;
  border: 0vw solid #1f150b;
}
.default-theme .ride .blank-image { /* for blank images, i know its not a color */
  border: 0;
}
.default-theme .ride .full-image {
  border: 0vh solid #1f150b;
}
.default-theme .ride h2, .default-theme .ride h3 {
  color: #392819;
}
.default-theme .dsyf, .default-theme .tip, .default-theme .psst, .default-theme .note, .default-theme .tip-2 {
  color: #392819;
}
.default-theme .my-bar {
  background-color: #9d8d6e;
  border-bottom: 4px solid #1f150b; /* element color */
}
.default-theme .nav-link {
  color: #392819 !important; /* default color */
}
.default-theme .nav-link:hover {
  color: #100C0C !important; /* deep dark color */
}
.default-theme .fr-highlight:hover .friend-badge {
  background-color: #100C0C;
}
.default-theme .friend-badge {
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  vertical-align: 6%;
  background-color: #392819;
}
.default-theme .navbar-toggler {
  background-color: #d7d0c3;
}
.default-theme .btn-outline-mine {
  font-size: 2vw;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px #9d8d6e solid;
  border-radius: 6px;
  margin: 0.7vw;
  color: #9d8d6e;
}
.default-theme .btn-outline-mine:hover {
  color: white;
  background-color: #9d8d6e;
}
.default-theme .btn-outline-mine:focus {
  outline: none;
  box-shadow: none;
}
.default-theme .btn-solid {
  background-color: #9d8d6e;
  color: white;
}
.default-theme .elips {
  border: none;
  background-color: transparent;
}
.default-theme .elips:hover {
  color: #9d8d6e;
  background-color: transparent;
  cursor: default;
}
.default-theme .elips:focus {
  outline: none;
  box-shadow: none;
}
.default-theme .ccc {
  color: #392819;
  background: #d7d0c3;
  border: 3.5px solid #1f150b !important;
}
.default-theme .ccc:hover {
  color: #b58b09 !important;
  border: 5px solid #b58b09 !important;
}
.default-theme .ccc-small {
  color: #392819;
  font-weight: 100;
}
.default-theme .ccc-small:hover {
  color: #b58b09 !important;
  font-weight: 900;
}
.default-theme .navbar-toggler {
  border-color: #d7d0c3;
  transition: all 0.3s ease 0s;
}
.default-theme .navbar-toggler:hover .ccc-small {
  color: #b58b09 !important;
  transition: all 0.2s ease 0s;
}
.default-theme .bold {
  color: #392819;
}
.default-theme .other-bold {
  color: #846607;
  font-size: 4vw;
  font-weight: bold;
  font-size: 2vw;
}
.default-theme .page-info {
  color: #1f150b;
}
.default-theme .page-info .center {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.default-theme .page-info .italic {
  font-style: italic;
}
.default-theme .page-info h1 {
  font-size: max(7vw, 40px);
  margin-bottom: 0px;
}
.default-theme .page-info h2 {
  margin-top: 0px;
  font-size: 2.5vw;
}
.default-theme .page-info h3 {
  font-size: 2vw;
}
.default-theme .page-info .margins-all {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: max(20px, 3.5vw);
}
.default-theme .page-info .margins-side {
  margin: 0px 20px;
  font-size: max(2vw, 15px);
  text-align: center;
}
.default-theme .page-info .t-bold {
  font-weight: bold;
}
.default-theme .content-section {
  /*bs*/
  background-color: #FAF0DC;
  border-width: 0px;
  border-radius: 13px;
  border-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom-width: 3px;
  margin-right: 17vw;
  margin-left: 17vw;
  color: #392819;
}
.default-theme .create-content {
  margin-left: 25vw;
  margin-right: 25vw;
}
.default-theme .border-bottom {
  color: #1f150b;
}
.default-theme .text-muted {
  display: flex;
  justify-content: left;
}
.default-theme .alert {
  margin-top: 10px;
  border-radius: 8px;
  margin-left: 3vw;
  margin-right: 3vw;
  font-size: larger;
  border-width: 2px;
}
.default-theme .new-request {
  display: inline-block;
  margin: 1vw;
  font-size: 1.7vw;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1.7vw;
  padding-right: 1vw;
  border-radius: 10px;
  text-align: left;
  background-color: #9d8d6e;
}
.default-theme .request-btn {
  margin: 1vw;
  margin-right: 0.7vw;
  font-size: 2vw;
  border-radius: 20px;
  color: white;
}
.default-theme .tab-name, .default-theme .tab-description {
  color: #392819;
}
.default-theme .tab-item {
  background-color: #FAF0DC;
}
.default-theme .tab-name {
  border-right: 2px solid #1f150b;
}
.default-theme .about-section {
  background-color: #FAF0DC;
}
@media (max-width: 1199px) {
  .default-theme .lg-hide {
    display: none;
  }
  .default-theme .ccc-small {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media (max-width: 725px) {
  .default-theme .content-section {
    margin-right: 13vw;
    margin-left: 13vw;
  }
  .default-theme .line-break {
    border-top: 3px solid #1f150b;
  }
  .default-theme .blank-image {
    display: none;
  }
  .default-theme .ride-container {
    display: flex;
    justify-content: center;
    white-space: normal;
  }
  .default-theme .ride {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 3vw;
    border: 0vw solid #1f150b !important;
    box-sizing: border-box;
  }
  .default-theme .full-image {
    width: 40vw;
    height: 40vw;
    border: 0vw solid #1f150b !important;
  }
  .default-theme .other-image {
    width: 40vw !important;
    height: 40vw !important;
  }
  .default-theme .ride-details {
    width: 100%;
    padding-bottom: 0px;
  }
  .default-theme .ride-details h2, .default-theme .ride-details .h2-small {
    text-align: center;
    align-items: center;
    font-size: 8vw !important;
  }
  .default-theme .ride-details h3, .default-theme .ride-details .h3-small {
    text-align: center;
    align-items: center;
    font-size: 5vw !important;
  }
  .default-theme .bold, .default-theme .status {
    font-size: 4vw;
  }
  .default-theme .bold-link {
    font-size: 3.6vw;
  }
  .default-theme .status {
    display: flex;
    justify-content: center;
  }
  .default-theme .info {
    font-size: 3.3vw;
    align-items: left;
  }
  .default-theme .show {
    display: revert;
  }
  .default-theme .line-break {
    display: block;
    width: 100%;
    margin: 1vw 0;
  }
  .default-theme .status {
    font-weight: 850;
  }
  .default-theme .newline::after {
    content: "";
    display: block;
  }
  .default-theme .sm-center-text {
    text-align: center;
  }
  .default-theme .sm-center {
    display: flex;
    justify-content: center;
  }
  .default-theme .sm-show, .default-theme .hide, .default-theme .wipe {
    display: none;
  }
  .default-theme .wisp {
    visibility: hidden;
  }
  .default-theme .buttons {
    text-align: center;
  }
  .default-theme .btn-outline-mine {
    font-size: 3vw;
    width: 7vw;
    height: 7vw;
  }
  .default-theme .expand-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7vw;
    border: none;
    margin-top: 1vw;
    font-size: 4vw;
    cursor: pointer;
    text-align: center;
    align-items: center;
    align-self: flex-end; /* Align buttons to the bottom */
    box-sizing: border-box;
  }
  .default-theme .new-request {
    font-size: 3.5vw;
  }
  .default-theme .page-info h2 {
    font-size: 20px;
  }
  .default-theme .page-info h3 {
    font-size: 15px;
  }
}

.icy-theme .operating {
  color: #10a335;
}
.icy-theme .ride {
  color: #445a6c;
  background-color: #dfe7ee;
  border: 0vw solid #1a3652;
}
.icy-theme .ride .blank-image { /* for blank images, i know its not a color */
  border: 0;
}
.icy-theme .ride .full-image {
  border: 0vh solid #1a3652;
}
.icy-theme .ride h2, .icy-theme .ride h3 {
  color: #18334e;
}
.icy-theme .dsyf, .icy-theme .tip, .icy-theme .psst, .icy-theme .note, .icy-theme .tip-2 {
  color: #18334e;
}
.icy-theme .my-bar {
  background-color: #516d82;
  border-bottom: 4px solid rgb(27, 33, 37); /* element color */
}
.icy-theme .nav-link {
  color: #102133 !important; /* default color */
}
.icy-theme .nav-link:hover {
  color: black !important; /* deep dark color */
}
.icy-theme .fr-highlight:hover .friend-badge {
  background-color: black;
}
.icy-theme .friend-badge {
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  vertical-align: 6%;
  background-color: #102133;
}
.icy-theme .navbar-toggler {
  background-color: #dbe4ec;
}
.icy-theme .btn-outline-mine {
  font-size: 2vw;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px #516d82 solid;
  border-radius: 6px;
  margin: 0.7vw;
  color: #516d82;
}
.icy-theme .btn-outline-mine:hover {
  color: white;
  background-color: #516d82;
}
.icy-theme .btn-outline-mine:focus {
  outline: none;
  box-shadow: none;
}
.icy-theme .btn-solid {
  background-color: #516d82;
  color: white;
}
.icy-theme .elips {
  border: none;
  background-color: transparent;
}
.icy-theme .elips:hover {
  color: #516d82;
  background-color: transparent;
  cursor: default;
}
.icy-theme .elips:focus {
  outline: none;
  box-shadow: none;
}
.icy-theme .ccc {
  color: #262e34;
  background: #dbe4ec;
  border: 3.5px solid rgb(27, 33, 37) !important;
}
.icy-theme .ccc:hover {
  color: #b58b09 !important;
  border: 5px solid #b58b09 !important;
}
.icy-theme .ccc-small {
  color: #445a6c;
  font-weight: 100;
}
.icy-theme .ccc-small:hover {
  color: #b58b09 !important;
  font-weight: 900;
}
.icy-theme .navbar-toggler {
  border-color: #dbe4ec;
  transition: all 0.3s ease 0s;
}
.icy-theme .navbar-toggler:hover .ccc-small {
  color: #b58b09 !important;
  transition: all 0.2s ease 0s;
}
.icy-theme .bold {
  color: #18334e;
}
.icy-theme .other-bold {
  color: #846607;
  font-size: 4vw;
  font-weight: bold;
  font-size: 2vw;
}
.icy-theme .page-info {
  color: rgb(27, 33, 37);
}
.icy-theme .page-info .center {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.icy-theme .page-info .italic {
  font-style: italic;
}
.icy-theme .page-info h1 {
  font-size: max(7vw, 40px);
  margin-bottom: 0px;
}
.icy-theme .page-info h2 {
  margin-top: 0px;
  font-size: 2.5vw;
}
.icy-theme .page-info h3 {
  font-size: 2vw;
}
.icy-theme .page-info .margins-all {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: max(20px, 3.5vw);
}
.icy-theme .page-info .margins-side {
  margin: 0px 20px;
  font-size: max(2vw, 15px);
  text-align: center;
}
.icy-theme .page-info .t-bold {
  font-weight: bold;
}
.icy-theme .content-section {
  /*bs*/
  background-color: #dfe7ee;
  border-width: 0px;
  border-radius: 13px;
  border-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom-width: 3px;
  margin-right: 17vw;
  margin-left: 17vw;
  color: #445a6c;
}
.icy-theme .create-content {
  margin-left: 25vw;
  margin-right: 25vw;
}
.icy-theme .border-bottom {
  color: #1a3652;
}
.icy-theme .text-muted {
  display: flex;
  justify-content: left;
}
.icy-theme .alert {
  margin-top: 10px;
  border-radius: 8px;
  margin-left: 3vw;
  margin-right: 3vw;
  font-size: larger;
  border-width: 2px;
}
.icy-theme .new-request {
  display: inline-block;
  margin: 1vw;
  font-size: 1.7vw;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1.7vw;
  padding-right: 1vw;
  border-radius: 10px;
  text-align: left;
  background-color: #516d82;
}
.icy-theme .request-btn {
  margin: 1vw;
  margin-right: 0.7vw;
  font-size: 2vw;
  border-radius: 20px;
  color: white;
}
.icy-theme .tab-name, .icy-theme .tab-description {
  color: #445a6c;
}
.icy-theme .tab-item {
  background-color: #dfe7ee;
}
.icy-theme .tab-name {
  border-right: 2px solid rgb(27, 33, 37);
}
.icy-theme .about-section {
  background-color: #dfe7ee;
}
@media (max-width: 1199px) {
  .icy-theme .lg-hide {
    display: none;
  }
  .icy-theme .ccc-small {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media (max-width: 725px) {
  .icy-theme .content-section {
    margin-right: 13vw;
    margin-left: 13vw;
  }
  .icy-theme .line-break {
    border-top: 3px solid #1a3652;
  }
  .icy-theme .blank-image {
    display: none;
  }
  .icy-theme .ride-container {
    display: flex;
    justify-content: center;
    white-space: normal;
  }
  .icy-theme .ride {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 3vw;
    border: 0vw solid #1a3652 !important;
    box-sizing: border-box;
  }
  .icy-theme .full-image {
    width: 40vw;
    height: 40vw;
    border: 0vw solid #1a3652 !important;
  }
  .icy-theme .other-image {
    width: 40vw !important;
    height: 40vw !important;
  }
  .icy-theme .ride-details {
    width: 100%;
    padding-bottom: 0px;
  }
  .icy-theme .ride-details h2, .icy-theme .ride-details .h2-small {
    text-align: center;
    align-items: center;
    font-size: 8vw !important;
  }
  .icy-theme .ride-details h3, .icy-theme .ride-details .h3-small {
    text-align: center;
    align-items: center;
    font-size: 5vw !important;
  }
  .icy-theme .bold, .icy-theme .status {
    font-size: 4vw;
  }
  .icy-theme .bold-link {
    font-size: 3.6vw;
  }
  .icy-theme .status {
    display: flex;
    justify-content: center;
  }
  .icy-theme .info {
    font-size: 3.3vw;
    align-items: left;
  }
  .icy-theme .show {
    display: revert;
  }
  .icy-theme .line-break {
    display: block;
    width: 100%;
    margin: 1vw 0;
  }
  .icy-theme .status {
    font-weight: 850;
  }
  .icy-theme .newline::after {
    content: "";
    display: block;
  }
  .icy-theme .sm-center-text {
    text-align: center;
  }
  .icy-theme .sm-center {
    display: flex;
    justify-content: center;
  }
  .icy-theme .sm-show, .icy-theme .hide, .icy-theme .wipe {
    display: none;
  }
  .icy-theme .wisp {
    visibility: hidden;
  }
  .icy-theme .buttons {
    text-align: center;
  }
  .icy-theme .btn-outline-mine {
    font-size: 3vw;
    width: 7vw;
    height: 7vw;
  }
  .icy-theme .expand-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7vw;
    border: none;
    margin-top: 1vw;
    font-size: 4vw;
    cursor: pointer;
    text-align: center;
    align-items: center;
    align-self: flex-end; /* Align buttons to the bottom */
    box-sizing: border-box;
  }
  .icy-theme .new-request {
    font-size: 3.5vw;
  }
  .icy-theme .page-info h2 {
    font-size: 20px;
  }
  .icy-theme .page-info h3 {
    font-size: 15px;
  }
}

.dark-theme .operating {
  color: #10a335;
}
.dark-theme .ride {
  color: #363a3d;
  background-color: #c7c7c7;
  border: 0vw solid black;
}
.dark-theme .ride .blank-image { /* for blank images, i know its not a color */
  border: 0;
}
.dark-theme .ride .full-image {
  border: 0vh solid black;
}
.dark-theme .ride h2, .dark-theme .ride h3 {
  color: rgb(4, 20, 29);
}
.dark-theme .dsyf, .dark-theme .tip, .dark-theme .psst, .dark-theme .note, .dark-theme .tip-2 {
  color: white;
}
.dark-theme .my-bar {
  background-color: #121212;
  border-bottom: 4px solid black; /* element color */
}
.dark-theme .nav-link {
  color: #e6e6e6 !important; /* default color */
}
.dark-theme .nav-link:hover {
  color: #737373 !important; /* deep dark color */
}
.dark-theme .fr-highlight:hover .friend-badge {
  background-color: #737373;
}
.dark-theme .friend-badge {
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  vertical-align: 6%;
  background-color: #e6e6e6;
  color: black;
}
.dark-theme .navbar-toggler {
  background-color: white;
}
.dark-theme .btn-outline-mine {
  font-size: 2vw;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px #121212 solid;
  border-radius: 6px;
  margin: 0.7vw;
  color: #121212;
}
.dark-theme .btn-outline-mine:hover {
  color: white;
  background-color: #121212;
}
.dark-theme .btn-outline-mine:focus {
  outline: none;
  box-shadow: none;
}
.dark-theme .btn-solid {
  background-color: #121212;
  color: white;
}
.dark-theme .elips {
  border: none;
  background-color: transparent;
}
.dark-theme .elips:hover {
  color: #121212;
  background-color: transparent;
  cursor: default;
}
.dark-theme .elips:focus {
  outline: none;
  box-shadow: none;
}
.dark-theme .ccc {
  color: gray;
  background: white;
  border: 3.5px solid gray !important;
}
.dark-theme .ccc:hover {
  color: #b58b09 !important;
  border: 5px solid #b58b09 !important;
}
.dark-theme .ccc-small {
  color: #363a3d;
  font-weight: 100;
}
.dark-theme .ccc-small:hover {
  color: #b58b09 !important;
  font-weight: 900;
}
.dark-theme .navbar-toggler {
  border-color: white;
  transition: all 0.3s ease 0s;
}
.dark-theme .navbar-toggler:hover .ccc-small {
  color: #b58b09 !important;
  transition: all 0.2s ease 0s;
}
.dark-theme .bold {
  color: rgb(4, 20, 29);
}
.dark-theme .other-bold {
  color: #846607;
  font-size: 4vw;
  font-weight: bold;
  font-size: 2vw;
}
.dark-theme .page-info {
  color: black;
}
.dark-theme .page-info .center {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.dark-theme .page-info .italic {
  font-style: italic;
}
.dark-theme .page-info h1 {
  font-size: max(7vw, 40px);
  margin-bottom: 0px;
}
.dark-theme .page-info h2 {
  margin-top: 0px;
  font-size: 2.5vw;
}
.dark-theme .page-info h3 {
  font-size: 2vw;
}
.dark-theme .page-info .margins-all {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: max(20px, 3.5vw);
}
.dark-theme .page-info .margins-side {
  margin: 0px 20px;
  font-size: max(2vw, 15px);
  text-align: center;
}
.dark-theme .page-info .t-bold {
  font-weight: bold;
}
.dark-theme .content-section {
  /*bs*/
  background-color: #c7c7c7;
  border-width: 0px;
  border-radius: 13px;
  border-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom-width: 3px;
  margin-right: 17vw;
  margin-left: 17vw;
  color: #363a3d;
}
.dark-theme .create-content {
  margin-left: 25vw;
  margin-right: 25vw;
}
.dark-theme .border-bottom {
  color: black;
}
.dark-theme .text-muted {
  display: flex;
  justify-content: left;
}
.dark-theme .alert {
  margin-top: 10px;
  border-radius: 8px;
  margin-left: 3vw;
  margin-right: 3vw;
  font-size: larger;
  border-width: 2px;
}
.dark-theme .new-request {
  display: inline-block;
  margin: 1vw;
  font-size: 1.7vw;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1.7vw;
  padding-right: 1vw;
  border-radius: 10px;
  text-align: left;
  background-color: #121212;
}
.dark-theme .request-btn {
  margin: 1vw;
  margin-right: 0.7vw;
  font-size: 2vw;
  border-radius: 20px;
  color: white;
}
.dark-theme .tab-name, .dark-theme .tab-description {
  color: #363a3d;
}
.dark-theme .tab-item {
  background-color: #c7c7c7;
}
.dark-theme .tab-name {
  border-right: 2px solid black;
}
.dark-theme .about-section {
  background-color: #c7c7c7;
}
@media (max-width: 1199px) {
  .dark-theme .lg-hide {
    display: none;
  }
  .dark-theme .ccc-small {
    font-weight: bolder;
    text-decoration: none;
  }
}
@media (max-width: 725px) {
  .dark-theme .content-section {
    margin-right: 13vw;
    margin-left: 13vw;
  }
  .dark-theme .line-break {
    border-top: 3px solid black;
  }
  .dark-theme .blank-image {
    display: none;
  }
  .dark-theme .ride-container {
    display: flex;
    justify-content: center;
    white-space: normal;
  }
  .dark-theme .ride {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 3vw;
    border: 0vw solid black !important;
    box-sizing: border-box;
  }
  .dark-theme .full-image {
    width: 40vw;
    height: 40vw;
    border: 0vw solid black !important;
  }
  .dark-theme .other-image {
    width: 40vw !important;
    height: 40vw !important;
  }
  .dark-theme .ride-details {
    width: 100%;
    padding-bottom: 0px;
  }
  .dark-theme .ride-details h2, .dark-theme .ride-details .h2-small {
    text-align: center;
    align-items: center;
    font-size: 8vw !important;
  }
  .dark-theme .ride-details h3, .dark-theme .ride-details .h3-small {
    text-align: center;
    align-items: center;
    font-size: 5vw !important;
  }
  .dark-theme .bold, .dark-theme .status {
    font-size: 4vw;
  }
  .dark-theme .bold-link {
    font-size: 3.6vw;
  }
  .dark-theme .status {
    display: flex;
    justify-content: center;
  }
  .dark-theme .info {
    font-size: 3.3vw;
    align-items: left;
  }
  .dark-theme .show {
    display: revert;
  }
  .dark-theme .line-break {
    display: block;
    width: 100%;
    margin: 1vw 0;
  }
  .dark-theme .status {
    font-weight: 850;
  }
  .dark-theme .newline::after {
    content: "";
    display: block;
  }
  .dark-theme .sm-center-text {
    text-align: center;
  }
  .dark-theme .sm-center {
    display: flex;
    justify-content: center;
  }
  .dark-theme .sm-show, .dark-theme .hide, .dark-theme .wipe {
    display: none;
  }
  .dark-theme .wisp {
    visibility: hidden;
  }
  .dark-theme .buttons {
    text-align: center;
  }
  .dark-theme .btn-outline-mine {
    font-size: 3vw;
    width: 7vw;
    height: 7vw;
  }
  .dark-theme .expand-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7vw;
    border: none;
    margin-top: 1vw;
    font-size: 4vw;
    cursor: pointer;
    text-align: center;
    align-items: center;
    align-self: flex-end; /* Align buttons to the bottom */
    box-sizing: border-box;
  }
  .dark-theme .new-request {
    font-size: 3.5vw;
  }
  .dark-theme .page-info h2 {
    font-size: 20px;
  }
  .dark-theme .page-info h3 {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */