html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

#worldMap {
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: #121212;
  cursor: grab;
}

path:hover {
  fill: #ff6600 !important;
  transition: fill 0.2s ease;
  cursor: pointer;
}

.borders-logo{
  position: fixed;
  border-radius: 15px;
  left: 10px;
  top: 10px;
  height: 48px;
  width: 48px;
}

.borders-color{ color: #ff6600 !important; }

.modal-content {
  border: none !important;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #121212 !important;
  border: 3px solid #000 !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal.fade .modal-dialog {
  transform: scale(0.95) !important;
  opacity: 0 !important;
  transition: all 0.2s ease-out !important;
}

.modal.show .modal-dialog {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.borders-country-text{
  font-size: 14px !important;
  line-height: 16px !important;
}

.borders-button{
  background-color: #ff6600 !important;
  color: #121212 !important;
  border: 2px solid #121212 !important;
  border-radius: 17px !important;
  font-weight: bold !important;
  font-size: 14px;
}

.borders-button-light{
  background-color: #d3d3d3 !important;
  color: #121212 !important;
  font-size: 14px;
  font-weight: bold !important;
  border: 2px solid #121212 !important;
  border-radius: 17px !important;
}

.badge-remember{
  background-color: #ff6600 !important;
  color: #121212 !important;
  border-radius: 17px !important;
}

.powered-text{
  font-size: 12px !important;
  color: #666 !important;
}

.close-modal-button{
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #ff6600 !important;
  color: #121212 !important;
  border: 2px solid #121212 !important;
  border-radius: 15px !important;
  font-size: 14px;
  font-weight: bold;
}

.form-control{
  background-color: #ff6600 !important;
  border: 2px solid #121212 !important;
  color: #121212 !important;
  font-size: 14px !important;
  border-radius: 17px !important;
}

.form-control::placeholder{
  color: #121212 !important;
}

.rounded-ficon{
  border-radius: 17px !important;
}

.copied-alert{
  background-color: #f4f4f4;
  color: #121212 !important;
  border: 2px solid #121212 !important;
  padding: 10px 15px !important;
  width: 200px !important;
  border-radius: 17px !important;
  font-size: 16px;
  font-weight: bold;
}

.curpoint{ cursor: pointer !important; }

.modal-lg{ max-width: 1000px !important; }

.borders-chat-box{
  background-color: #f4f4f4 !important;
  border: 3px solid #121212 !important;
  padding: 10px;
  border-radius: 17px !important;
}

.chat-form-control{
  border-radius: 20px 0px 0px 20px !important;
}

.chat-form-button{
  border-left: none !important;
  border-radius: 0px 20px 20px 0px !important;
}

a{ color: #ff6600 !important; }
.time-text { font-size: 12px !important; color: #666 !important; }

#globalChatBox{
  position: fixed;
  bottom: 0px;
  opacity: 0.8 !important;
  color: #ddd !important;
  left: 30px;
  width: 420px;
  max-height: 200px;
  overflow: hidden !important;
  background: none !important;
  border: none !important;
  font-size: 12px !important;
}

.globalRankIcon{
  position: fixed;
  border-radius: 15px;
  background-color: #ff6600 !important;
  border: 2px solid #121212 !important;
  padding: 8px 9px;
  color: #121212 !important;
  right: 10px;
  top: 10px;
  height: 48px;
  width: 48px;
}

.globalBattleIcon{
  position: fixed;
  border-radius: 15px;
  background-color: #ff6600 !important;
  border: 2px solid #121212 !important;
  padding: 8px 9px;
  color: #121212 !important;
  right: 10px;
  top: 60px;
  height: 48px;
  width: 48px;
}

.borders-intro{
  border-radius: 20px !important;
  border: 2px solid #121212 !important;
}

.table-borders {
  background-color: #1e1e2f;
  color: #ffffff;
  border: 1px solid #444;
  border-radius: 8px;
  overflow: hidden;
}

.table-borders th {
  text-align: left !important;
  padding: 5px 16px;
  background-color: #ff6600 !important;
  color: #121212 !important;
  border: 2px solid #121212 !important;
}

.table-borders tr {
  padding: 5px 16px;
  text-align: left !important;
  color: #121212 !important;
  border: 2px solid #121212 !important;
}
