:root{
  --brownP: #4f2f16;
  --blueP: #46a4e8;
  --pinkP: #de1b96;
  --orangeP: #f78e0c;
  --redP: #bf2424;
  --yellowP: #e8d52c;
  --greenP: #1d691a;
  --darkBlueP: #1f1352;
  --station: #222;
  --util: #fefefe;
  
  --adv: #79db60;
  --move: #dbf067;
  --keep: #6da9b5;
  --choice: #eba94d;
  --payply: #9c44a6;
  --sr: #d13d3d;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #fff; /* For browsers that do not support gradients */
  background-image: linear-gradient(#fff, #bbb);
}

h1{
  font-size: 2rem;
}

h2{
  font-size: 1.8rem;
}

h3{
  font-size: 1.5rem;
}

h4{
  font-size: 1.2rem;
}

.card{
  box-shadow: 2px 5px 18px #888888;
  border-radius: 15px;
}

.card-header{
  font-size: 18px;
  font-weight: 700;
}

.card-body{
  border-radius: 15px;
}

.divider{
  background: #e6e6e6;
  padding: 20px;
  border: #ddd 2px ridge;
  border-radius: 6px;
}

.h-line{
  height: 2px;
  margin: 5px;
  border: 1px #ddd ridge;
  border-radius: 2px;
}

.action{
  margin: 5px 2px;
}

.list{
  padding: 0 10px;
}

.money{
  display: inline-block; 
  transform: scale(1, -1);
  translate: 0 1px;
  margin-right: 1px;
}

.mr{
  margin-right: 10px;
}
.ml{
  margin-left: 10px;
}
.mt{
  margin-top: 10px;
}
.mb{
  margin-bottom: 10px;
}

.bt{
  border-top: 2px solid #000;
}

.bl{
  border-left: 2px solid #000;
}

.bb{
  border-bottom: 2px solid #000;
}

.br{
  border-right: 2px solid #000;
}

.space-board{
  height: 100%;
  margin: 0;
  padding: 0;
}

.bg-empty{
  background: var(--bs-gray-500);
}

.bg-adv{
  background: var(--adv);
  color: black;
}

.bg-move{
  background: var(--move);
  color: black;
}

.bg-keep{
  background: var(--keep);
  color: white;
}
.bg-choice{
  background: var(--choice);
  color: black;
}

.bg-payply{
  background: var(--payply);
  color: white;
}

.bg-sr{
  background: var(--sr);
  color: white;
}

.prop{
  width: 95%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  max-height: 214px;
  aspect-ratio: 0.7;
  
  border-radius: 4px;
}

.prop-index{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin-top: auto;
  margin-bottom: auto;
}

.prop-0,
.tprop-1{
  background: var(--brownP);
  color: white;
}
.prop-1,
.tprop-10{
  background: var(--blueP);
  color: white;
}
.prop-2,
.tprop-2{
  background: var(--pinkP);
  color: white;
}
.prop-3,
.tprop-20{
  background: var(--orangeP);
  color: white;
}
.prop-4,
.tprop-3{
  background: var(--redP);
  color: white;
}
.prop-5,
.tprop-30{
  background: var(--yellowP);
  color: black;
}
.prop-6,
.tprop-4{
  background: var(--greenP);
  color: white;
}
.prop-7,
.tprop-40{
  background: var(--darkBlueP);
  color: white;
}
.prop-8,
.tprop-5{
  background: var(--station);
  color: white;
}
.prop-9,
.tprop-6{
  background: var(--util);
  color: black;
}