body {
  margin: 0;
  padding: 0;
}

.bg {
  background-image: url("../images/background.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.bg-log-reg {
  background-image: url("../images/background-coins.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-user-activity {
  background-image: url("../images/background-user-activity.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}

.bg-custom {
  background-color: #3270b8;
  border-radius: 15px;
}

.bg-custom-company-information {
  background-color: #3270b8;
  border-radius: 10px;
}

.bg-white {
  background-color: white;
}

#click {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  top: 0;
}

.icon-market {
  margin-bottom: 10px;
  margin-left: 10px;
}

.shadow-custom {
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
}

hr.hr-custom {
  border-top: 1px solid white;
}

hr.hr-custom-black {
  border-top: 1px solid black;
}

.card-header-custom {
  background-color: #3270b8;
  border-radius: 10px !important;
}

/* START LOGIN - REGISTER */
.card-custom {
  background-color: #FCEED2;
}

.btn-custom-login {
  background-color: #1d53be;
  border-radius: 10px;
  color: white;
}

.text-color-login {
  color: #1d53be;
}

.table-custom {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  height: 20% !important;
  overflow-y: auto !important;
  border: none;
}

.table-custom tr th,
.table-custom tr td {
  border-right: 2px solid #000000 !important;
}

.table-custom tr th:last-child,
.table-custom tr td:last-child {
  border: none !important;
}

.table-custom tr th:first-child,
.table-custom tr td:first-child {
  border-left: 1px solid #6091c8 !important;
}

.table-custom tr th {
  border-top: 1px solid #6091c8 !important;
}

/* top-left border-radius*/
.table-custom tr:first-child th:first-child {
  border-top-left-radius: 0.5rem !important;
}

/* top-right border-radius */
.table-custom tr:first-child th:last-child {
  border-top-right-radius: 0.5rem !important;
}

/* bottom-left border-radius */
.table-custom tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem !important;
}

/* bottom-right border-radius */
.table-custom tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem !important;
}

.table-head-custom {
  background-color: #6091c8;
}

.shadow-table {
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
  border: none;
}

/* END LOGIN - REGISTER */

/*START NAVBAR*/
.navbar-custom {
  background-color: #3270b8;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgb(255, 255, 255);
}

.navbar-custom .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
}


.btn-custom-logout {
  background-color: #e12b2b;
  border-radius: 10px;
}

/* END NAVBAR */

/* START HOME */

.btn-custom-join {
  background-color: #1d53be;
  width: 60%;
  border-radius: 10px;
}

.btn-custom-create {
  background-color: #30cb30;
  border-radius: 10px;
}

.btn-custom-browse-company {
  background-color: #1d53be;
  border-radius: 10px;
}

.price-up {
  color: #00ff07;
}

.price-down {
  color: #ff0000;
}

/* END HOME */

/* START ROOM */
.chat {
  margin-top: auto;
  margin-bottom: auto;
}

.card-chat {
  height: 500px;
  border-radius: 15px !important;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
  background-color: #6091c8;
}

.btn-custom-invite {
  background-color: #30cb30;
  border-radius: 10px;
}

.btn-custom-start-game {
  background-color: #1d53be;
  border-radius: 10px;
}

.btn-custom-leave-room {
  background-color: #e12b2b;
  border-radius: 10px;
}

.msg_card_body {
  overflow-y: auto;
}

.img_cont_msg {
  height: 40px;
  width: 40px;
}

.user_img_msg {
  height: 50px;
  width: 50px;
  margin-top: 15px;
}

.msg_name_send {
  position: absolute;
  right: 72px;
  top: -5px;
  color: black;
  font-size: 16px;
  margin-top: 20px;
}

.msg_name_sender {
  position: absolute;
  left: 80px;
  top: 82px;
  color: black;
  font-size: 16px;
  margin-top: 20px;
}

.msg_container {
  margin-top: 19px;
  margin-bottom: auto;
  margin-left: 12px;
  border-radius: 10px !important;
  background-color: #FCEED2;
  padding: 10px;
  position: relative;
}

.msg_container_send {
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #FCEED2 !important;
  padding: 10px;
  position: relative;
}

.type_msg {
  background-color: #FCEED2 !important;
  border: 0 !important;
  color: black !important;
  height: 60px !important;
  overflow-y: auto;
}

.type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.send_btn {
  border-radius: 0 10px 10px 0 !important;
  background-color: #1d53be !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}

/* END ROOM */

/* START COMPANY */
.custom-radio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.custom-radio input[type="radio"]+label {
  position: relative;
  padding: 1px 20px 0 30px;
  cursor: pointer;
  color: white;
}

.custom-radio input[type="radio"]+label:before {
  content: '';
  background: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-radio input[type="radio"]+label:after {
  content: '';
  background: black;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.custom-radio input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.table-company {
  border-top: solid 2px white;
}

.icofont-caret-up {
  color: #00ff07;
  margin-top: 20px;
}

.icofont-caret-down {
  color: #ff0000;
}

/* END COMPANY */

/* START COMPANY INFORMATION */

.bg-custom-company-info-detail {
  background-color: #6091c8;
  border-radius: 10px;
}

.side-bg {
  color: white;
  background-color: #6091c8;
}

.mid-bg {
  background-color: white;
}

.top-bg {
  background-color: #6091c8;
  border-radius: 10px;
}

.table-bg {
  color: white;
  background-color: #3270b8;
}

.table-custom-company {
  background-color: #6091c8;
  border-radius: 10px;
}

/* END COMPANY INFORMATION */

/* START PLAY GAME */
.card-list-player {
  border-radius: 15px !important;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
  background-color: #3270b8;
}

.card-user-activity {
  border-radius: 15px !important;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);

  /* background-image: url("../images/background-user-activity.png"); */
  background-color: #3270b8;
  /* background-size: cover; */

}

.container-img-custom {
  position: relative;
  text-align: center;
  margin-right: 100px;
}

.company-game {
  position: relative;
  border-radius: 15px !important;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.5);
  margin-left: 50px;
  background-color: #FCEED2;
}

.company-game-buy {
  position: absolute;
  width: 334px;
  height: 233px;
  border-radius: 15px !important;
  background-color: #FCEED2;
  z-index: 9999999 !important;
}

.btn-custom-buy {
  background-color: #30cb30;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: -10px;
}

.company-game-hand {
  border-radius: 15px !important;
  width: 238px;
  height: 156px;
  box-shadow: 3px 2px 5px 5px rgb(0 0 0 / 70%);
  margin-left: -21px;
  background-color: #FCEED2;
  float: left;
  transition: transform 0.60s;
  position: relative;
}

.company-game-hand:hover {
  transform: translateY(-25px);
}

.coin-position {
  position: absolute;
  right: 0;
}

.sell-button {
  position: absolute;
  margin-left: 40%;
}

.btn-custom-sell-1 {
  background-color: #e12b2b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 150px;
}

.btn-custom-sell-5 {
  background-color: #e12b2b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 150px;
}

/* END PLAY GAME */
.card-company {
  position: relative;
  z-index: 12;
}

.card-company .card-body {
  height: 100px;
}

.card-company .card-body img {
  height: 70px;
}

.card-company .card-body .coin-info {
  position: absolute;
  top: -15px;
  right: 0;
}

.card-company .card-body .coin-info p {
  padding: 10px;
  color: white;
  border-radius: 5px;
  background-color: black;
}

.card-company .card-body h2 {
  font-size: 50px;
}

.card-activity {
  height: 200px;
  overflow-x: scroll;
  position: relative;
  z-index: 12;
}

.card-activity .info {
  position: fixed;
  background-color: white;
  padding: 20px 10px;
  width: 395px;
  top: 8%;
  right: 3%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
}

.card-activity ul {
  margin-top: 30px;
}

.popup {
  position: absolute;
  left: 68%;
  top: 50%;
  width: 25vw;
  z-index: 999;
}

.dividen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #007BFF;
  cursor: pointer;
}

.dividen .border-center {
  border: 1px solid #007BFF;
}

.dividen .border-left {
  border-top: 1px solid #007BFF;
  border-left: 1px solid #007BFF !important;
  border-bottom: 1px solid #007BFF;
}

.dividen .border-right {
  border-top: 1px solid #007BFF;
  border-right: 1px solid #007BFF !important;
  border-bottom: 1px solid #007BFF;
}

.dividen .active {
  background-color: #007BFF;
  color: white;
}

.my-stock {
  height: 115px;
}

.my-stock img {
  height: 70%;
  width: 80px;
  margin: 20px auto 0 -20px;
}

.my-stock .lembar-saya {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #007BFF;
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

.my-stock .lembar-saya:hover {
  border: 1px solid #007BFF;
  background-color: white;
  color: #007BFF;
}

.my-stock .lembar-saya p {
  margin: 0 auto;
  padding: 5px;
}

.my-stock-detail {
  position: absolute;
  z-index: 10;
  bottom: 150px;
  width: 20vw;
}

/*# sourceMappingURL=style.css.map */