.center {
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: #121212;
  color: white;
}

.bgLine {
  background-color: #ffdf9f;
  color: black;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 20px;
}


.articalTitleMain {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.448;
  line-height: 38px;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  font-family: "sohne", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.articalContentMain {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: break-word;
  font-family: 'source-serif-pro', 'Georgia', 'Cambria', "Times New Roman", 'Times', 'serif';
  font-style: normal;
  line-height: 28px;
  color: #e0e0e0;
  padding: 20px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.articalTimeMain {
  text-align: left;
  font-size: 14px;
  font-family: 'source-serif-pro', 'Georgia', 'Cambria', "Times New Roman", 'Times', 'serif';
  color: #aaaaaa;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}


.imgViews {
  max-height: 80px;
  border-radius: 10px;
}

.img-container {
  margin-left: 3%;
  margin-right: 3%;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

#lastUpdateTime {
  background-color: #ffdf9f;
  color: black;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}

.button {
  background-color: #ffdf9f;
  border-radius: 10%;
  color: black;
  float: right;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
}

.borderTop {
  border: 1px solid #214759;
  background-repeat: repeat;
  border-radius: 10px;
  background-color: rgb(218, 218, 218);
  margin-top: 4px;
}


.custom-gutter>[class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.custom-gutter>[class*="col-"]:first-child {
  padding-left: 15px;
}

.custom-gutter>[class*="col-"]:last-child {
  padding-right: 15px;
}


.topName {
  padding: 5px;
  width: 100%;
  background-image: linear-gradient(180deg, #ffdf9f, #ffdf9f);
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.topBidAsk {
  padding: 5px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 20px;
}

.topBidAskGreen {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: blue;
}

.topBidAskRed {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: red;
}

.topBidAskNothing {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px;
  font-weight: bold;
  color: #000000;
  background-color: rgb(218, 218, 218);
}

.buttonStart {
  background-color: #ffdf9f;
  border-radius: 10%;
  color: black;
  float: left;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
}

.moreStateList {
  text-align: left;
  display: block;
  color: white;
  padding: 3px;
  margin-top: 8px;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 10px;
  font-size: 13px;
  border: 0.5px solid #ffecc5;
  text-decoration: none;
}

.moreStateList:hover {
  /* background-color: #ffdf9f; */
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}


.imgViews {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.imgViewsMain {
  border-radius: 10px;
  max-width: 100%;
  max-height: 580px;
  width: 100%;
  height: auto;
}

.moreCityList {
  text-align: center;
  display: block;
  color: white;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #ffdf9f;
  text-decoration: none;
}

.moreCityList:hover {
  background-color: #ffdf9f;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.nav-link {
  color: white !important;
}

.bg-company-black {
  background-color: black;
}

.navbar {
  background-image: linear-gradient(#000, #343434, #000);
  width: 100%;
}

.navbar .navbar-brand img {
  height: 50px;
}

.red-cell {
  background: #f00;
  /* Or some other color */
}

.site-footer {
  background: rgb(0, 0, 0);
}

table.market tbody tr:hover {
  box-shadow: 0px 2px 18px 0px rgba(128, 128, 128, 0.5);
  cursor: pointer;
}

.dealername {
  color: #ffdf9f;
  text-align: center;
  align-items: center;
  padding-top: 10px;
  font-weight: 300;
  font-family: "Times New Roman", Times, serif;
}

.table-views-articals {
  background-color: black;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #ffdf9f;
}

.table-views-articals:hover {
  box-shadow: 0px 2px 18px 0px rgba(128, 128, 128, 0.5);
  cursor: pointer;
}

.max-lines {
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
}


/* Navbar links */
.navbar a {
  float: left;
  text-align: center;
  color: white;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Navbar links on mouse-over */
.navbar a:hover {
  color: #ffdf9f !important;
}

.navbar .active:hover {
  color: white !important;
}

/* Current/active navbar link */
.active {
  background-color: #303030;
  color: white !important;
  text-emphasis-color: black;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  border-radius: 10%;
}

.img-responsive {
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 250px;
  vertical-align: middle;
}

.img-responsive2 {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  align-items: center;
}

.img-responsive3 {
  height: auto;
  width: auto;
  max-height: 60px;
  max-width: 250px;
  vertical-align: center;
}

select {
  background-color: black;
  color: white;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  text-align: center;
  border-color: #ffdf9f;
}

select option {
  background-color: black;
  color: white;
  text-align: center;
}


/* //////////////////// */
table.market th,
table.market td {
  background-color: black;
  color: #ffffff;
  display: inline-block;
}

table.market th:nth-child(1) {
  display: none;
}

table.market th:nth-child(2) {
  width: 50%;
  color: #ffdf9f;
  text-align: center;
  padding: 0;
  font-weight: 300;
  float: center;
  font-size: 20px;
}

table.market th:nth-child(3) {
  width: 50%;
  color: #ffdf9f;
  padding: 0;
  text-align: center;
  font-weight: 300;
  float: center;
  font-size: 20px;
}

/* row */
table.market td:nth-child(1) {
  width: 100%;
  text-align: center;
  background-color: black;
  color: #ffdf9f;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  border-bottom: none;
}

table.market td:nth-child(2) {
  width: 50%;
  padding: 0;
  text-align: center;
  background-color: black;
  font-weight: 400;
  line-height: 40px;
  float: center;
  font-size: 20px;
}

table.market td:nth-child(3) {
  width: 50%;
  padding: 0;
  text-align: center;
  background-color: black;
  font-weight: 400;
  float: center;
  line-height: 40px;
  font-size: 20px;
}

.cityLine {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}


.footerUpper {
  background-color: #222222;
  color: white;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.socialIcon {
  color: white;
}

.socialIcon:hover {
  color: white;
  text-decoration: none;
}

.Blink {
  animation: blinker 0.8s cubic-bezier(.5, 0, 1, 1) infinite alternate;
  color: green;
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media only screen and (max-width: 540px),
(min-device-width: 327px) and (max-device-width: 540px) {

  .img-responsive3 {
    max-height: 12vw;
  }

  table.newsRefKarat th,
  table.newsRefKarat td {
    font-size: 2.3vw;
  }

  .mainRefPriceFSzie {
    font-size: 4vw;
  }

  .mainRefPriceUp {
    font-size: 4vw;
  }

  .mainRefPriceDown {
    font-size: 4vw;
  }

  .mainRefPriceNothing {
    font-size: 4vw;
  }


  table.market th:nth-child(1) {
    font-size: 4vw;
  }

  table.market th:nth-child(2) {
    font-size: 4vw;
  }

  table.market th:nth-child(3) {
    font-size: 4vw;
  }

  /* row */
  table.market td:nth-child(1) {
    font-size: 4vw;
  }

  table.market td:nth-child(2) {
    font-size: 4vw;
  }

  table.market td:nth-child(3) {
    font-size: 4vw;
  }

  .topName {
    font-size: 4vw;
  }

  .topBidAsk {
    font-size: 4vw;
  }

  .mainBody {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal {
    width: 80%;
  }

  .imgViews {
    height: 250px;
  }

  .imgViews1st {
    height: 250px;
  }

  .articalTitle1st {
    font-size: 14px;
  }

  .articalContent1st {
    font-size: 10px;
    max-height: 3.6em;
    margin-bottom: 50px;
  }

  .articalTitleMain {
    /* font-size: 20px;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalContentMain {
    /* font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalTimeMain {
    /* font-size: 11px; */
  }

}

@media only screen and (max-width: 327px),
(min-device-width: 200px) and (max-device-width: 327px) {

  .img-responsive3 {
    max-height: 12vw;
  }

  table.newsRefKarat th,
  table.newsRefKarat td {
    font-size: 1.5vw;
  }


  .mainRefPriceFSzie {
    font-size: 4vw;
  }

  .mainRefPriceUp {
    font-size: 4vw;
  }

  .mainRefPriceDown {
    font-size: 4vw;
  }

  .mainRefPriceNothing {
    font-size: 4vw;
  }
  

  table.market th:nth-child(1) {
    font-size: 4.5vw;
  }

  table.market th:nth-child(2) {
    font-size: 4.5vw;
  }

  table.market th:nth-child(3) {
    font-size: 4.5vw;
  }

  /* row */
  table.market td:nth-child(1) {
    font-size: 4.5vw;
  }

  table.market td:nth-child(2) {
    font-size: 4.5vw;
  }

  table.market td:nth-child(3) {
    font-size: 4.5vw;
  }


  .topName {
    font-size: 4vw;
  }

  .topBidAsk {
    font-size: 4vw;
  }


  .mainBody {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal {
    width: 90%;
  }

  .imgViews {
    height: 250px;
  }

  .imgViews1st {
    height: 250px;
  }

  .articalTitle1st {
    font-size: 14px;
  }

  .articalContent1st {
    font-size: 10px;
    max-height: 3.6em;
    margin-bottom: 50px;
  }

  .articalTitleMain {
    /* font-size: 20px;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalContentMain {
    /* font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalTimeMain {
    /* font-size: 11px; */
  }
}


@media only screen and (max-width: 991px),
(min-device-width: 768px) and (max-device-width: 991px) {

  .mainBody {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal {
    width: 70%;
  }

  .imgViews {
    height: 250px;
  }

  .imgViews1st {
    height: 250px;
  }

  .articalTitle1st {
    font-size: 14px;
  }

  .articalContent1st {
    font-size: 10px;
    max-height: 3.6em;
    margin-bottom: 50px;
  }


  .articalTitleMain {
    /* font-size: 20px;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalContentMain {
    /* font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    padding-left: 4px;
    padding-right: 4px; */
  }


  .articalTimeMain {
    /* font-size: 12px;
    padding-left: 4px;
    padding-right: 4px; */
  }

}

@media only screen and (max-width: 768px),
(min-device-width: 590px) and (max-device-width: 768px) {

  .mainBody {
    padding-left: 18px;
    padding-right: 18px;
  }

  .modal {
    width: 80%;
  }

  .imgViews {
    height: 250px;
  }

  .imgViews1st {
    height: 250px;
  }

  .articalTitle1st {
    font-size: 14px;
  }

  .articalContent1st {
    font-size: 10px;
    max-height: 3.6em;
    margin-bottom: 50px;
  }

  .articalTitleMain {
    /* font-size: 20px;
    padding-left: 4px;
    padding-right: 4px; */
  }

  .articalContentMain {
    /* font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1.3;
    padding-left: 4px;
    padding-right: 4px; */
  }


  .articalTimeMain {
    /* font-size: 11px; */
  }
}

a:hover {
  color: transparent;
}

.articalTitle {
  text-align: left;
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #b7b585;
  padding-left: 3px;
  padding-right: 10px;
  max-height: 2em;
  min-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.articalContent {
  text-align: left;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #aaaaaa;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
  padding-left: 3px;
  padding-right: 10px;
}

.articalTime {
  text-align: right;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #aaaaaa;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
  padding-right: 12px;
  margin-right: 10px;
}





.mainRefPrice {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  border: 0.1px solid #fff5d8;
  background-repeat: repeat;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #242424, #000000);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.mainRefPriceUp {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: blue;
  width: fit-content;
  block-size: fit-content;
  display: inline-block;
}

.mainRefPriceNothing {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.mainRefPriceDown {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: red;
  width: fit-content;
  block-size: fit-content;
  display: inline-block;
}




table.tableRefSilverBody {
  table-layout: fixed;
}

table.newsRefTop th {
  text-align: center;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 100px;
}

table.newsRefKarat th,
td {
  text-align: center;
  padding: 6px;
  border-bottom: 0.1px solid gray;
}

table.newsRefKarat th {
  /* color: #ffdf9f; */
  background-color: #ffdf9f;
  color: #000;
}

table.newsRefKarat th:nth-child(1) {
  background-color: #ffdf9f;
  color: #000;
  font-weight: bold;
  text-align: left;
}

table.newsRefKarat td:nth-child(1) {
  text-align: left;
}