/*CMD popup*/
.ngDialog-cmd {
  background: url("/common/images/cmd-popup/bg-cmd.jpg") no-repeat;
  width: 900px;
  height: 500px;
  margin-top: 100px;
}

.ngDialog-cmd .popup-content {
  padding: 78px 125px;
  border: unset;
}

.ngdialog-cmd.ngdialog.ngdialog-theme-default .ngdialog-content{
  width: 900px;
}
.ngdialog-cmd.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before, .ngdialog-cmd.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  background: unset;
}
.ngdialog-cmd.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: unset;
}

.ngDialog-cmd .popup-content div {
  display: inline-block;
}

.classic-cmd {
  background: url("/common/images/cmd-popup/cmd-button-old.jpg") no-repeat;
  width: 305px;
  height: 336px;
  margin-right: 35px;
}

.classic-cmd:hover {
  background: url("/common/images/cmd-popup/cmd-button-old-hover.jpg") no-repeat;
  cursor: pointer;
}

.new-cmd {
  background: url("/common/images/cmd-popup/cmd-button-new.jpg") no-repeat;
  width: 305px;
  height: 336px;
}

.new-cmd:hover {
  background: url("/common/images/cmd-popup/cmd-button-new-hover.jpg") no-repeat;
  cursor: pointer;
}

.btn.btn-old, .btn.btn-new {
  width: 200px;
  height: 32px;
  margin: 0 auto;
}

.btn.btn-old {
  background: #a5162a;
  border: 1px solid #e14158;
  color: #ffffff;
  font-weight: bold;
}

.btn.btn-new {
  background: #229e78;
  border: 1px solid #3ebe97;
  color: #ffffff;
  font-weight: bold;
}

.classic-cmd:hover .btn.btn-old,
.new-cmd:hover .btn.btn-new,
.classic-10bet:hover .btn.btn-old,
.new-10bet:hover .btn.btn-new{
  opacity: .9;
}

.center-btn {
  text-align: center;
  width: 100%;
  margin-top: 275px;
  color: #ffffff;
}