.myDropDown {
  text-align: center;
  color: black;
  background-image: linear-gradient(105deg, #ff1e1e, #e2c926) !important;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

.myDropDownList {
  text-align: left;
  display: block;
  color: white;
  padding: 3px;
  margin-top: 8px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 12px;
  border: 0.5px solid #c1c1c1;
}

.myDropDownList:hover {
  background-image: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%) !important;
  color: white;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}


.catatLine {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 0px 0px 5px 0px;
  background: linear-gradient(45deg, #000, #ff2727, #272eff, #000);
}

.priceContainer {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: flex-start;
}

.topPriceContainer {
  width: calc(20% - 16px);
  margin: 8px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4px 8px #6f6f6f;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
}

.mainPriceContainer {
  width: calc(50% - 16px);
  margin: 8px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4px 8px #6f6f6f;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
}


.topSymbol {
  font-size: 16px;
  color: #c6c6c6;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
}

.topPrice {
  font-size: 20px;
  margin: 6px 4px;
  padding: 2px 12px;
  color: #d3d3d3;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
  border-radius: 4px;
}

.topPriceRed {
  font-size: 20px;
  margin: 6px 4px;
  padding: 2px 12px;
  color: #d3d3d3;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
  background-color: #ad0000;
  border-radius: 4px;
}

.topPriceBlue {
  font-size: 20px;
  margin: 6px 4px;
  padding: 2px 12px;
  color: #d3d3d3;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 800;
  background-color: #0020ad;
  border-radius: 4px;
}


.topChange {
  font-size: 14px;
  margin: 6px 4px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  color: #b6b6b6;
}


.topChangeRed {
  font-size: 14px;
  margin: 6px 4px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  color: #f23333;
}

.topChangeBlue {
  font-size: 14px;
  margin: 6px 4px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  color: #18f32d;
}

.topChangeLine {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 0px 0px 5px 0px;
  background: linear-gradient(45deg, #000, #858585, #000);
}

.topChangeLineRed {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 0px 0px 5px 0px;
  background: linear-gradient(45deg, #000, #c22222, #000);
}

.topChangeLineBlue {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 0px 0px 5px 0px;
  background: linear-gradient(45deg, #000, #18f32d, #000);
}

.cityTitle {
  font-size: 1.6vw;
  font-weight: 500 !important;
  font-family: Georgia, serif !important;
  background: -webkit-linear-gradient(270deg, #ff1e1e, #e2c926) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 18px 0px;
}

.caratTitle {
  font-size: 1.6vw;
  font-weight: 500 !important;
  font-family: Georgia, serif !important;
  background: -webkit-linear-gradient(135deg, #000, #bb4e4e, #d3a9ff, #000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 18px 0px;
}

.refCityTitle {
  font-size: 1.6vw;
  font-weight: 500 !important;
  font-family: Georgia, serif !important;
  background: -webkit-linear-gradient(135deg, #000, #a9d8ff, #4ebba9, #000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 18px 0px;
}


.Blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
  color: rgb(0, 210, 0);
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#divLut {
  background: linear-gradient(135deg, #000, #793232, #5a486d, #000) !important;
  color: #cdcdcd;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}

#aboutContent {
  padding: 20px 4px;
  color: #7d7d7d;
}

#moreAboutContent {
  display: none;
  color: #7d7d7d;
  padding: 20px 4px;
}

.read-more-btn,
.read-less-btn {
  cursor: pointer;
  color: rgb(34, 34, 135) !important;
  text-decoration: underline;
}


@media only screen and (max-width: 992px),
(min-device-width: 327px) and (max-device-width: 992px) {

  .topPriceContainer {
    width: calc(33.33% - 16px);
  }


  .cityTitle {
    font-size: 4.0vw;
  }

  .caratTitle {
    font-size: 4.0vw;
  }

  .refCityTitle {
    font-size: 4.0vw;
  }
}


@media only screen and (max-width: 540px),
(min-device-width: 327px) and (max-device-width: 540px) {
  .topPriceContainer {
    width: calc(33.33% - 16px);
  }
}


@media only screen and (max-width: 327px),
(min-device-width: 200px) and (max-device-width: 327px) {
  .topPriceContainer {
    width: calc(33.33% - 16px);
  }
}