.nchat_container .message_container {
  position: relative
}

.nchat_container .open_project {
  position: absolute;
  background-color: #006ae6;
  border: 1px solid #005dc9;
  color: #fff;
  bottom: 51px;
  right: 20px;
  padding: 4px 10px;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center
}

.nchat_container .open_project>img {
  transform: rotate(180deg);
  margin-right: 5px;
  width: 12px
}

.nchat_container .project_container {
  position: absolute;
  bottom: 51px;
  right: 0;
  width: 366px;
  height: calc(100% - 50px);
  background-color: #fff;
  border-left: 1px solid #d3d3d3;
  display: none
}

.nchat_container .project_container .close_project,.nchat_container .project_container .star_exchange {
  padding: 10px 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  cursor: pointer;
  text-align: center
}

.nchat_container .project_container .close_project {
  background-color: #7a7c80;
  border: 1px solid #616367;
  right: 367px;
  bottom: calc(100% - 85px)
}

.nchat_container .project_container .close_project>img,.nchat_container .project_container .star_exchange>img {
  width: 12px
}

.nchat_container .project_container .star_exchange>img {
  margin-top: 5px
}

.nchat_container .project_container .star_exchange {
  background-color: #ff9000;
  border: 1px solid #ea8400;
  right: 367px;
  bottom: calc(100% - 160px)
}

.nchat_container .project_wrap {
  height: 100%;
  display: flex;
  flex-direction: column
}

.nchat_container .project_wrap .status {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 20px 15px;
  border-bottom: 1px solid #d3d3d3
}

.nchat_container .project_wrap .status h2 {
  font-size: 20px
}

.nchat_container .project_wrap .status>div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3px
}

.nchat_container .project_wrap .setting {
  padding: 20px 15px
}

.nchat_container .project_wrap .setting>div:nth-of-type(1) {
  margin-bottom: 10px
}

.nchat_container .project_wrap .setting .setting_item>p {
  margin-bottom: 5px
}

.nchat_container .project_wrap .setting .setting_item>input,.nchat_container .project_wrap .setting .setting_item>select {
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  font-size: 13px;
  padding: 2px 5px;
  height: 24px;
  box-sizing: border-box;
  width: 100%
}

.nchat_container .project_wrap .setting .setting_item {
  flex: 1
}

.nchat_container .project_wrap .setting .setting_item:nth-of-type(2) {
  max-width: 100px;
  margin-left: 10px
}

.nchat_container .project_wrap .setting button {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  margin-left: 10px
}

.nchat_container .project_wrap .setting button.start_btn {
  background-color: #e74c3c
}

.nchat_container .project_wrap .setting .setting_item>input:disabled {
  background-color: #fff8f1
}

.nchat_container .project_wrap .total_star_cnt {
  box-sizing: border-box;
  padding: 5px 0;
  background-color: #e8e8e8;
  border-top: 1px solid #dddada;
  border-bottom: 1px solid #dddada;
  color: #717171;
  text-align: center
}

.nchat_container .project_wrap .total_star_cnt>strong {
  color: #333;
  font-size: 13px
}

.nchat_container .project_joined {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6
}

.nchat_container .project_joined>div {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 5px
}

.nchat_container .project_joined>div .count_join_star {
  color: #ff9000;
  display: flex;
  align-items: center
}

.nchat_container .project_joined>span {
  font-size: 11px;
  margin-top: 3px;
  display: block
}

.nchat_container .project_wrap .project_inprogress {
  padding: 15px;
  border-bottom: 1px solid #d6d6d6
}

.nchat_container .project_wrap .project_inprogress .explain {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.nchat_container .project_wrap .project_inprogress .explain>li {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.1em
}

.nchat_container .project_wrap .project_inprogress .explain strong {
  color: #e74c3c
}

.nchat_container .project_wrap .project_inprogress .bar_wrap {
  width: 100%;
  height: 20px;
  background-color: #f5f5f5;
  margin-top: 15px;
  border-radius: 3px;
  position: relative
}

.nchat_container .project_wrap .project_inprogress .fill_bar {
  height: 100%;
  background: repeating-linear-gradient( 45deg,#e74c3c,#e74c3c 5px,#e72929 5px,#E72929 10px );
  position: absolute;
  left: 0;
  top: 0
}

.nchat_container .project_wrap .project_inprogress .percentage_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-top: 5px
}

.nchat_container .project_tabs {
  width: 100%;
  height: 40px;
  display: flex
}

.nchat_container .project_tabs>li {
  flex: 1;
  text-align: center;
  height: 100%;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  color: #7a7c80;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f0f0f0;
  cursor: pointer
}

.nchat_container .project_tabs>li:nth-of-type(1) {
  border-right: 1px solid #d6d6d6
}

.nchat_container .project_tabs>li.active {
  border-bottom: 0;
  background-color: #fff
}

.nchat_container .ready_project,.nchat_container .project_user_none {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7a7c80
}

.nchat_container .project_wrap .tab_contents {
  flex: 1;
  overflow-y: auto
}

.nchat_container .project_wrap .tab_contents .ready_project {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.nchat_container .project_wrap .user_list .list_header {
  padding: 15px 15px 8px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.nchat_container .project_wrap .user_list .list_header .star_cnt {
  color: #ff9000;
  font-weight: 700;
  font-size: 14px
}

.nchat_container .project_wrap .user_list .list_header .star_cnt:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(/public/img/mypage/sprites.png?v=160421) no-repeat -79px -219px;
  margin-right: 5px
}

.nchat_container .project_wrap .tab_contents li {
  padding: 15px;
  margin-left: 10px
}

.nchat_container .project_wrap .tab_contents li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3
}

.nchat_container .project_wrap .user_list>ul>li .user_name {
  flex: 2
}

.nchat_container .project_wrap .user_list>ul>li .star_txt {
  flex: 1
}

.nchat_container .project_wrap .user_list>ul>li .button_state {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.nchat_container .project_wrap .user_list>ul>li .button_state>button {
  padding: 3px;
  background-color: #7a7c80;
  border: 1px solid #636568;
  color: #fff
}

.nchat_container .project_wrap .user_list>ul>li .button_state>button:nth-last-of-type(1) {
  margin-left: 3px
}

.nchat_container .project_wrap .user_list>ul>li .button_state>button.refund {
  background-color: #e74c3c;
  border: 1px solid #cd4234
}

.nchat_container .project_wrap .bet_list .result_label {
  padding: 3px 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  margin-right: 5px;
  border-radius: 2px
}

.nchat_container .project_wrap .bet_list .success {
  color: #e74c3c
}

.nchat_container .project_wrap .bet_list .ready .result_label {
  color: #bec2c8;
  border: 1px solid #bec2c8
}

.nchat_container .project_wrap .bet_list .success .result_label {
  border: 1px solid #e74c3c;
  color: #e74c3c
}

.nchat_container .project_wrap .bet_list .result {
  margin-bottom: 10px;
  font-weight: 700;
  justify-content: space-between
}

.nchat_container .project_wrap .bet_list .date {
  color: #999;
  font-size: 10px;
  font-weight: 400
}

.nchat_container .project_wrap .bet_list .pick>div:nth-last-of-type(1) {
  margin-left: 15px
}

.nchat_container .project_wrap .bet_list .pick>div>span {
  font-weight: 700;
  margin-left: 3px
}

@-webkit-keyframes result_visible {
  0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1
  }

  55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@keyframes result_visible {
  0% {
      -webkit-transform: translateY(500px);
      transform: translateY(500px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0
  }

  38% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      opacity: 1
  }

  55% {
      -webkit-transform: translateY(65px);
      transform: translateY(65px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  72% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  81% {
      -webkit-transform: translateY(28px);
      transform: translateY(28px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  95% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

.nchat_container .project_result {
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 200px;
  margin-left: -200px;
  margin-top: -230px;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-animation: result_visible .65s cubic-bezier(.23,1,.32,1) both;
  animation: result_visible .65s cubic-bezier(.23,1,.32,1) both;
  display: flex
}

.nchat_container .project_result .lottie_ani {
  position: absolute;
  left: 0;
  top: 0
}

.nchat_container .project_result>img,.nchat_container .project_result>p {
  z-index: 1
}

.nchat_container .project_result>p {
  font-size: 50px;
  font-weight: 900;
  font-family: Swagger TTF,Swagger,sans-serif;
  position: relative;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 10px;
  text-stroke-width: 10px;
  text-stroke-color: #fff;
  color: #fff;
  margin-top: -15px
}

.nchat_container .project_result>p>span {
  font-size: 50px;
  font-weight: 900;
  font-family: Swagger,sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-stroke-width: 0;
  text-stroke-width: 0
}

.nchat_container .project_result.success>p>span {
  color: #b3057c
}

.nchat_container .project_result.fail>p>span {
  color: #2f404c
}

.nchat_container .project_user_view {
  position: absolute;
  right: -1px;
  bottom: 50px;
  width: 366px;
  padding: 15px;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 10px;
  box-shadow: -1px -1px 5px rgba(0,0,0,.1)
}

.nchat_container .project_user_view .input_star_cnt:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(/public/img/mypage/sprites.png?v=160421) no-repeat -79px -219px;
  margin-right: 5px
}

.nchat_container .confirm_project .inprogress {
  font-size: 16px;
  font-weight: 700
}

.nchat_container .confirm_project .inprogress>p {
  color: #ff9000;
  margin-right: 1px
}

.nchat_container .confirm_project .inprogress>strong {
  color: #e74c3c;
  margin-left: 4px
}

.nchat_container .project_user_view .confirm_project .input_star_cnt {
  display: flex;
  align-items: center;
  margin: 8px 0
}

.nchat_container .project_user_view .confirm_project .input_star_cnt>span {
  color: #ff9000;
  font-weight: 700
}

.nchat_container .project_user_view .confirm_project .input_star_cnt>input {
  flex: 1;
  height: 30px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px
}

.nchat_container .project_user_view .confirm_project .input_star_cnt>button {
  width: 80px;
  background-color: #e74c3c;
  border: 1px solid #dd4939;
  color: #fff;
  font-size: 14px;
  height: 30px;
  border-radius: 5px
}

.nchat_container .project_user_view .confirm_project>span {
  color: #7a7c80
}

.nchat_container .project_user_view .confirm_project>span>strong {
  color: #333
}

.nchat_container .project_user_pending_view {
  position: absolute;
  right: -1px;
  bottom: 50px;
  width: 366px;
  padding: 15px;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 10px;
  box-shadow: -1px -1px 5px rgba(0,0,0,.1)
}

.nchat_container .project_user_pending_view .input_star_cnt:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(/public/img/mypage/sprites.png?v=160421) no-repeat -79px -219px;
  margin-right: 5px
}

.nchat_container .project_user_pending_view .inprogress {
  font-size: 16px;
  font-weight: 700
}

.nchat_container .confirm_project .inprogress>p {
  color: #ff9000;
  margin-right: 1px
}

.nchat_container .confirm_project .inprogress>strong {
  color: #e74c3c;
  margin-left: 4px
}

.nchat_container .project_user_pending_view .confirm_project .input_star_cnt {
  display: flex;
  align-items: center;
  margin: 8px 0
}

.nchat_container .project_user_pending_view .confirm_project .input_star_cnt>span {
  color: #ff9000;
  font-weight: 700
}

.nchat_container .project_user_pending_view .confirm_project .input_star_cnt>input {
  flex: 1;
  height: 30px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px
}

.nchat_container .project_user_pending_view .confirm_project .input_star_cnt>button {
  width: 80px;
  background-color: #e74c3c;
  border: 1px solid #dd4939;
  color: #fff;
  font-size: 14px;
  height: 30px;
  border-radius: 5px
}

.nchat_container .project_user_pending_view .confirm_project>span {
  color: #7a7c80
}

.nchat_container .project_user_pending_view .confirm_project>span>strong {
  color: #333
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: #8e8e8e;
}

.ball {
    width: 320px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

#circle1 {
    background-color: #86efef;
    width: 40px;
    height: 40px;
    border-radius: 75px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    vertical-align: middle;
    line-height: 40px;
}

.simple_box {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cb1 {
    display: inline-block;
    flex: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bcbcbc;
    cursor: pointer;
}

.Blind {
    padding-left: 5px;
}

.Blind::after {
    content: "";
    border-right: 1px solid #444;
    height: 13px;
    padding-left: 10px;
}

.user_menu {
    position: absolute;
    left: 20px;
    top: 10px;
    background-color: #fff;
    border: 1px solid #34495e;
    width: 130px;
    z-index: 2;
    border-radius: 5px;
    display: none;
    overflow: hidden;

}

.user_menu>li:nth-of-type(1) {
    background-color: #34495e;
    color: #fff;
    padding: 8px 13px;
}

.user_menu>li:not(:nth-of-type(1)) {
    border-bottom: 1px solid #e4e4e4;
    margin-left: 10px;
    padding: 8px 10px 8px 5px;
}

.youli {
    padding-bottom: 5px;
    text-align: right;
}

.fixed_input .game_result {
    padding: 5px 15px;
    background-color: #f0f2f4;
    border: 1px solid #e9ecee;
}

.flex_row_sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 37px;
    padding: 5px 15px;
    background-color: #f0f2f4;
    border: 1px solid #e9ecee;
}

.red_text {
    color: #e84c3d;
    font-weight: 700;
    font-size: 13px;
}

.round>p {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.fixed_input .game_result .result>span:not(:last-child) {
    margin-right: 3px;
}

.result_badge.small,
.result_badge.BLUE,
.result_badge.row3,
.result_badge.blue {
    background-color: #3498db;
    border: 1px solid #3190cf;
    color: #fff
}

.result_badge.red {
    background-color: #e74c3c;
    border: 1px solid #dc4939;
    color: #fff
}

.result_badge.blackblue {
    background-color: #2980b9;
    border: 1px solid #3190cf;
    color: #fff
}

.result_badge.blackred {
    background-color: #c0392b;
    border: 1px solid #dc4939;
    color: #fff
}

.result_badge.green {
    background-color: #27ae60;
    border: 1px solid #579f2a;
    color: #fff
}

.result_badge.purple {
    background-color: #af28c7;
    border: 1px solid #9d25b2;
    color: #fff
}

.result_badge.gray {
    background-color: #a3a6a9;
    border: 1px solid #a1a1a1;
    color: #fff
}

.result_badge.blue_line {
    border: 1px solid #3498db;
    color: #3498db
}

.result_badge {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 49, 70, .8);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e9ecee;
}

.result_badg {
    width: 32px;
    height: 32px;
    border-radius: 15px;
    color: #d0d0d0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    border: 1px solid #e9ecee;
}

.flex_row>span {
    margin-left: 3px;
}

.nchat_container .project_user_pending_view {
    position: absolute;
    overflow-y: auto;
    bottom: 100px;
    width: 90%;
    height: 200px;
    padding: 15px;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #d6d6d6;
    border-top-left-radius: 10px;
    box-shadow: -1px -1px 5px rgba(0, 0, 0, .1);
    border-top-right-radius: 10px;
    left: 5px;
}

.result_count {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 26px;
    line-height: 26px;
}

.result1 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 49, 70, .8);
    border-radius: 50%;
    background: #626262;
    margin: 4px;
    font-size: 14px;
    box-shadow: 0px 0px 6px 0px #000;
}

span.yellow {
    background: #fbc400 !important;
}

span.blue {
    background: #69c8f2 !important;
}

span.red {
    background: #ff7272 !important;
}

span.green {
    background: #aaa !important;
}

span.grey {
    background: #b0d840 !important;
}


span.black {
    background: #fff !important;
    font-weight: bold;
    color:#000
}

.boxin {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
 }

.boxin > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


